Home
last modified time | relevance | path

Searched defs:secondParam (Results 1 – 5 of 5) sorted by relevance

/foundation/multimedia/av_session/frameworks/js/napi/session/src/
Dnapi_avcast_controller_callback.cpp67 …ControllerCallback::HandleEvent(int32_t event, const std::string& firstParam, const T& secondParam) in HandleEvent()
86 …VCastControllerCallback::HandleEvent(int32_t event, const int32_t firstParam, const T& secondParam) in HandleEvent()
105 const int32_t firstParam, const int32_t secondParam, const int32_t thirdParam) in HandleEvent()
Dnapi_avcontroller_callback.cpp67 …ControllerCallback::HandleEvent(int32_t event, const std::string& firstParam, const T& secondParam) in HandleEvent()
87 …apiAVControllerCallback::HandleEvent(int32_t event, const int32_t firstParam, const T& secondParam) in HandleEvent()
Dnapi_avsession_callback.cpp61 …iAVSessionCallback::HandleEvent(int32_t event, const std::string& firstParam, const T& secondParam) in HandleEvent()
80 …d NapiAVSessionCallback::HandleEvent(int32_t event, const int32_t firstParam, const T& secondParam) in HandleEvent()
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/
Dhidump_helper.cpp115 const std::string& firstParam, const std::string& secondParam, std::string &result) in ProcessTwoParam()
/foundation/ability/ability_runtime/frameworks/js/napi/inner/napi_ability_common/
Dnapi_common_ability.cpp3997 auto secondParam = reinterpret_cast<napi_value>(info.argv[PARAM1]); in JsConnectAbility() local