Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributedhardware/device_manager/common/include/ipc/model/
H A Dipc_common_param_req.h62 void SetSecondParam(const std::string &secondParam) in SetSecondParam()
/ohos5.0/base/telephony/core_service/services/network_search/src/
H A Dnetwork_utils.cpp388 …entSender::SendBase(int32_t slotId, RadioEvent radioEvent, int32_t firstParam, int32_t secondParam) in SendBase()
397 …ender::SendBase(int32_t slotId, RadioEvent radioEvent, int32_t firstParam, std::string secondParam) in SendBase()
433 int32_t firstParam, int32_t secondParam) in SendCallback()
443 int32_t firstParam, std::string secondParam) in SendCallback()
/ohos5.0/foundation/multimedia/av_session/frameworks/js/napi/session/src/
H A Dnapi_avcast_controller_callback.cpp88 …ControllerCallback::HandleEvent(int32_t event, const std::string& firstParam, const T& secondParam) in HandleEvent()
108 …VCastControllerCallback::HandleEvent(int32_t event, const int32_t firstParam, const T& secondParam) in HandleEvent()
128 const int32_t firstParam, const int32_t secondParam, const int32_t thirdParam) in HandleEvent()
H A Dnapi_avsession_callback.cpp94 …iAVSessionCallback::HandleEvent(int32_t event, const std::string& firstParam, const T& secondParam) in HandleEvent()
127 …d NapiAVSessionCallback::HandleEvent(int32_t event, const int32_t firstParam, const T& secondParam) in HandleEvent()
H A Dnapi_avcontroller_callback.cpp98 …ControllerCallback::HandleEvent(int32_t event, const std::string& firstParam, const T& secondParam) in HandleEvent()
133 …apiAVControllerCallback::HandleEvent(int32_t event, const int32_t firstParam, const T& secondParam) in HandleEvent()
H A Dnapi_session_listener.cpp101 void NapiSessionListener::HandleEvent(int32_t event, const T& firstParam, const N& secondParam) in HandleEvent()
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/
H A Dhidump_helper.cpp112 const std::string& firstParam, const std::string& secondParam, std::string &result) in ProcessTwoParam()
/ohos5.0/foundation/multimedia/av_codec/services/media_engine/plugins/source/http_source/download/
H A Ddownloader.cpp680 int64_t secondParam = static_cast<int64_t>(dataLen) - writeOffSet; in DropRetryData() local