/foundation/distributedhardware/device_manager/common/include/ipc/model/ |
H A D | ipc_common_param_req.h | 62 void SetSecondParam(const std::string &secondParam) in SetSecondParam() argument 64 secondParam_ = secondParam; in SetSecondParam()
|
/foundation/multimedia/av_session/frameworks/js/napi/session/src/ |
H A D | napi_avcast_controller_callback.cpp | 88 void NapiAVCastControllerCallback::HandleEvent(int32_t event, const std::string& firstParam, const T& secondParam) in HandleEvent() argument 97 [firstParam, secondParam](napi_env env, int& argc, napi_value *argv) { in HandleEvent() 101 status = NapiUtils::SetValue(env, secondParam, argv[1]); in HandleEvent() 108 void NapiAVCastControllerCallback::HandleEvent(int32_t event, const int32_t firstParam, const T& secondParam) in HandleEvent() argument 117 [firstParam, secondParam](napi_env env, int& argc, napi_value *argv) { in HandleEvent() 121 status = NapiUtils::SetValue(env, secondParam, argv[1]); in HandleEvent() 128 const int32_t firstParam, const int32_t secondParam, const int32_t thirdParam) in HandleEvent() 137 [firstParam, secondParam, thirdParam](napi_env env, int& argc, napi_value *argv) { in HandleEvent() 141 status = NapiUtils::SetValue(env, secondParam, argv[NapiUtils::ARGV_SECOND]); in HandleEvent() 127 HandleEvent(int32_t event, const int32_t firstParam, const int32_t secondParam, const int32_t thirdParam) HandleEvent() argument
|
H A D | napi_avsession_callback.cpp | 94 void NapiAVSessionCallback::HandleEvent(int32_t event, const std::string& firstParam, const T& secondParam) in HandleEvent() argument 116 [firstParam, secondParam](napi_env env, int& argc, napi_value *argv) { in HandleEvent() 120 status = NapiUtils::SetValue(env, secondParam, argv[1]); in HandleEvent() 127 void NapiAVSessionCallback::HandleEvent(int32_t event, const int32_t firstParam, const T& secondParam) in HandleEvent() argument 149 [firstParam, secondParam](napi_env env, int& argc, napi_value *argv) { in HandleEvent() 153 status = NapiUtils::SetValue(env, secondParam, argv[1]); in HandleEvent()
|
H A D | napi_avcontroller_callback.cpp | 98 void NapiAVControllerCallback::HandleEvent(int32_t event, const std::string& firstParam, const T& secondParam) in HandleEvent() argument 121 [firstParam, secondParam](napi_env env, int& argc, in HandleEvent() 126 status = NapiUtils::SetValue(env, secondParam, argv[1]); in HandleEvent() 133 void NapiAVControllerCallback::HandleEvent(int32_t event, const int32_t firstParam, const T& secondParam) in HandleEvent() argument 156 [firstParam, secondParam](napi_env env, int& argc, in HandleEvent() 161 status = NapiUtils::SetValue(env, secondParam, argv[1]); in HandleEvent()
|
H A D | napi_session_listener.cpp | 101 void NapiSessionListener::HandleEvent(int32_t event, const T& firstParam, const N& secondParam) in HandleEvent() argument 125 [firstParam, secondParam](napi_env env, int& argc, napi_value* argv) { in HandleEvent() 129 status = NapiUtils::SetValue(env, secondParam, argv[1]); in HandleEvent() 130 CHECK_RETURN_VOID(status == napi_ok, "set secondParam invalid"); in HandleEvent()
|
/foundation/multimedia/av_session/frameworks/js/napi/session/include/ |
H A D | napi_avcontroller_callback.h | 72 void HandleEvent(int32_t event, const std::string& firstParam, const T& secondParam); 75 void HandleEvent(int32_t event, const int32_t firstParam, const T& secondParam);
|
H A D | napi_avsession_callback.h | 89 void HandleEvent(int32_t event, const std::string& firstParam, const T& secondParam); 92 void HandleEvent(int32_t event, const int32_t firstParam, const T& secondParam);
|
H A D | napi_session_listener.h | 64 void HandleEvent(int32_t event, const T& firstParam, const N& secondParam);
|
H A D | napi_avcast_controller_callback.h | 524 void HandleEvent(int32_t event, const std::string& firstParam, const T& secondParam); 527 void HandleEvent(int32_t event, const int32_t firstParam, const T& secondParam); 529 void HandleEvent(int32_t event, const int32_t firstParam, const int32_t secondParam, const int32_t thirdParam);
|
/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/ |
H A D | hidump_helper.h | 58 const std::string& secondParam, std::string &result);
|
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/ |
H A D | hidump_helper.cpp | 112 const std::string& firstParam, const std::string& secondParam, std::string &result) in ProcessTwoParam() 115 hidumpParam.args = secondParam; in ProcessTwoParam() 111 ProcessTwoParam( const std::string& firstParam, const std::string& secondParam, std::string &result) ProcessTwoParam() argument
|
/foundation/multimedia/av_codec/services/media_engine/plugins/source/http_source/download/ |
H A D | downloader.cpp | 678 int64_t secondParam = static_cast<int64_t>(dataLen) - writeOffSet; in DropRetryData() local 679 if (secondParam < 0) { in DropRetryData() 680 secondParam = 0; in DropRetryData() 683 static_cast<uint32_t>(secondParam)); in DropRetryData()
|