Home
last modified time | relevance | path

Searched defs:msgId (Results 1 – 23 of 23) sorted by relevance

/base/location/services/location_locator/locator/source/
Dgeo_convert_proxy.cpp59 int GeoConvertProxy::SendSimpleMsg(const int msgId, MessageParcel& reply) in SendSimpleMsg()
73 int GeoConvertProxy::SendMsgWithDataReply(const int msgId, MessageParcel& data, MessageParcel& repl… in SendMsgWithDataReply()
88 bool GeoConvertProxy::SendSimpleMsgAndParseResult(const int msgId) in SendSimpleMsgAndParseResult()
Dlocator_ability.cpp638 const int timeInterval, const std::vector<std::shared_ptr<Location>> &location, int msgId) in SendLocationMockMsgToGnssSa()
656 const int timeInterval, const std::vector<std::shared_ptr<Location>> &location, int msgId) in SendLocationMockMsgToNetworkSa()
675 const int timeInterval, const std::vector<std::shared_ptr<Location>> &location, int msgId) in SendLocationMockMsgToPassiveSa()
694 const int timeInterval, const std::vector<std::shared_ptr<Location>> &location, int msgId) in ProcessLocationMockMsg()
/base/inputmethod/imf/services/src/
Dmessage.cpp24 Message::Message(int32_t msgId, MessageParcel *msgContent) in Message()
/base/hiviewdfx/hiview_lite/
Dhiview_service.c95 static void Output(IUnknown *iUnknown, int16 msgId, uint16 type) in Output()
127 void HiviewSendMessage(const char *srvName, int16 msgId, uint16 msgValue) in HiviewSendMessage()
/base/security/access_token/services/privacymanager/src/sensitive/audio_manager/
Daudio_global_switch_change_stub.cpp44 AudioRingerModeUpdateListenerMsg msgId = static_cast<AudioRingerModeUpdateListenerMsg>(code); in OnRemoteRequest() local
/base/security/access_token/services/privacymanager/src/sensitive/camera_manager/
Dcamera_service_callback_stub.cpp44 …CameraMuteServiceCallbackRequestCode msgId = static_cast<CameraMuteServiceCallbackRequestCode>(cod… in OnRemoteRequest() local
/base/security/access_token/services/privacymanager/src/sensitive/window_manager/
Dwindow_manager_privacy_agent.cpp37 …IWindowManagerAgent::WindowManagerAgentMsg msgId = static_cast<IWindowManagerAgent::WindowManagerA… in OnRemoteRequest() local
/base/telephony/sms_mms/services/
Dsms_cb_message.cpp604 std::string msgId("msgId:" + std::to_string(cbHeader_->msgId)); in ToString() local
760 uint16_t msgId = 0; in GetCmasSeverity() local
795 uint16_t msgId = 0; in GetCmasUrgency() local
830 uint16_t msgId = 0; in GetCmasCertainty() local
895 uint16_t msgId = 0; in GetCmasMessageClass() local
Dsms_send_indexer.cpp338 void SmsSendIndexer::SetMsgId(uint16_t msgId) in SetMsgId()
/base/security/huks/services/huks_standard/huks_service/main/os_dependency/sa/
Dhks_sa.cpp55 enum HksMessage msgId; member
60 enum HksMessage msgId; member
/base/location/frameworks/native/source/
Dlocator_proxy.cpp75 int LocatorProxy::SendMsgWithDataReply(const int msgId, MessageParcel& data, MessageParcel& reply) in SendMsgWithDataReply()
90 int LocatorProxy::SendMsgWithReply(const int msgId, MessageParcel& reply) in SendMsgWithReply()
101 int LocatorProxy::SendSimpleMsg(const int msgId) in SendSimpleMsg()
107 int LocatorProxy::SendRegisterMsgToRemote(const int msgId, const sptr<IRemoteObject>& callback, pid… in SendRegisterMsgToRemote()
545 LocationErrCode LocatorProxy::SendMsgWithDataReplyV9(const int msgId, MessageParcel& data, MessageP… in SendMsgWithDataReplyV9()
562 LocationErrCode LocatorProxy::SendMsgWithReplyV9(const int msgId, MessageParcel& reply) in SendMsgWithReplyV9()
572 LocationErrCode LocatorProxy::SendSimpleMsgV9(const int msgId) in SendSimpleMsgV9()
578 LocationErrCode LocatorProxy::SendRegisterMsgToRemoteV9(const int msgId, const sptr<IRemoteObject>&… in SendRegisterMsgToRemoteV9()
/base/telephony/core_service/services/sim/src/
Disim_file.cpp63 void IsimFile::ProcessIccRefresh(int msgId) in ProcessIccRefresh()
Druim_file.cpp99 void RuimFile::ProcessIccRefresh(int msgId) in ProcessIccRefresh()
Dusim_dialling_numbers_service.cpp324 void UsimDiallingNumbersService::NextStep(int msgId) in NextStep()
Dsim_file.cpp112 void SimFile::ProcessIccRefresh(int msgId) in ProcessIccRefresh()
/base/security/certificate_manager/services/cert_manager_standard/cert_manager_service/main/os_dependency/sa/
Dcm_sa.cpp49 enum CmMessage msgId; member
/base/startup/init/services/param/linux/
Dparam_message.h60 uint32_t msgId; member
/base/telephony/sms_mms/services/include/
Dsms_cb_data.h33 uint16_t msgId = 0; member
Dsms_cb_message.h224 unsigned short msgId; member
/base/telephony/sms_mms/services/include/cdma/
Dcdma_sms_types.h408 unsigned short msgId; member
520 SmsTransMsgId msgId; member
542 SmsTransMsgId msgId; member
558 SmsTransMsgId msgId; member
562 SmsTransMsgId msgId; member
571 SmsTransMsgId msgId; member
579 SmsTransMsgId msgId; member
587 SmsTransMsgId msgId; member
/base/inputmethod/imf/frameworks/inputmethod_controller/src/
Dinput_data_channel_stub.cpp195 int32_t msgId; in HandleGetOperation() local
/base/telephony/sms_mms/services/cdma/
Dcdma_sms_sender.cpp67 uint16_t msgId = GetSubmitMsgId(); in TextBasedSmsDelivery() local
322 uint16_t msgId = GetSubmitMsgId(); in DataBasedSmsDelivery() local
Dcdma_sms_pdu_codec.cpp436 int CdmaSmsPduCodec::EncodeMsgId(const SmsTransMsgId &msgId, const SmsMessageType &type, unsigned c… in EncodeMsgId()