Searched refs:msgBody (Results 1 – 9 of 9) sorted by relevance
/ohos5.0/foundation/ability/ability_lite/frameworks/abilitymgr_lite/src/ |
H A D | ability_kit.cpp | 33 const char *calledPkgName, const uint8_t *msgBody, uint32_t length, in SendMsgToPeerApp() argument 37 msgBody, length, successCallbackFunc, failCallbackFunc, context); in SendMsgToPeerApp() 71 const uint8_t *msgBody, uint32_t length) in SendMsgToPeerApp() argument 73 …return OHOS::AbilityKit::SendMsgToPeerApp(isLocalMsg, callingPkgName, calledPkgName, msgBody, leng… in SendMsgToPeerApp()
|
/ohos5.0/foundation/ai/intelligent_voice_framework/services/intell_voice_engine/server/wakeup/ |
H A D | wakeup_engine_impl.cpp | 437 int32_t *msgBody = reinterpret_cast<int32_t *>(msg.inMsg); in HandleStart() local 438 if (msgBody == nullptr) { in HandleStart() 443 if (*msgBody == PROXIMAL_WAKEUP_MODEL_UUID) { in HandleStart() 473 SetParamOnAudioStart(*msgBody); in HandleStart() 522 int32_t *msgBody = reinterpret_cast<int32_t *>(msg.inMsg); in HandleStartCapturer() local 523 if (msgBody == nullptr) { in HandleStartCapturer() 527 channels_ = *msgBody; in HandleStartCapturer()
|
/ohos5.0/base/location/services/location_gnss/gnss/source/ |
H A D | agnss_ni_manager.cpp | 373 std::string msgBody = DecodeNiString(notif.supplicantInfo, notif.supplicantInfoEncoding) + in SendNiNotification() local 375 if (msgBody.empty()) { in SendNiNotification() 376 msgBody = "SUPL Service"; in SendNiNotification() 378 std::string message = "Requested by " + msgBody; in SendNiNotification()
|
/ohos5.0/foundation/ai/intelligent_voice_framework/services/intell_voice_engine/server/wakeup/headset/ |
H A D | headset_wakeup_engine_impl.cpp | 346 int32_t *msgBody = reinterpret_cast<int32_t *>(msg.inMsg); in HandleStartCapturer() local 347 if (msgBody == nullptr) { in HandleStartCapturer() 351 channels_ = *msgBody; in HandleStartCapturer()
|
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/external/dummy/include/stub/ |
H A D | map_service.h | 168 virtual void OnSendMessage(MsgInfo &msgInfo, std::string &msgBody) in OnSendMessage() argument 217 void SendMessage(MsgInfo &msgInfo, std::string &msgBody, int masId) in SendMessage() argument
|
/ohos5.0/foundation/ability/ability_lite/frameworks/abilitymgr_lite/include/ |
H A D | ability_kit.h | 42 … const uint8_t *msgBody, uint32_t length, uint32_t successCallbackFunc,
|
/ohos5.0/base/telephony/sms_mms/services/sms/gsm/ |
H A D | gsm_sms_cb_handler.cpp | 345 cbMessage->ConvertToUTF8(rawMsgBody, sendData.msgBody); in SetWantData() 347 if (sendData.isPrimary && !StringUtils::IsEmpty(sendData.msgBody)) { in SetWantData() 399 want.SetParam(SmsCbData::MSG_BODY, sendData.msgBody); in PackageWantData()
|
/ohos5.0/base/telephony/sms_mms/services/sms/include/ |
H A D | sms_cb_data.h | 30 std::string msgBody = ""; member
|
/ohos5.0/base/telephony/sms_mms/services/sms/cdma/ |
H A D | cdma_sms_receive_handler.cpp | 304 want.SetParam(SmsCbData::MSG_BODY, sendData.msgBody); in SetCBBroadcastParam() 342 sendData.msgBody = message->GetVisibleMessageBody(); in GetCBData()
|