Home
last modified time | relevance | path

Searched refs:msgBody (Results 1 – 9 of 9) sorted by relevance

/ohos5.0/foundation/ability/ability_lite/frameworks/abilitymgr_lite/src/
H A Dability_kit.cpp33 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 Dwakeup_engine_impl.cpp437 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 Dagnss_ni_manager.cpp373 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 Dheadset_wakeup_engine_impl.cpp346 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 Dmap_service.h168 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 Dability_kit.h42 … const uint8_t *msgBody, uint32_t length, uint32_t successCallbackFunc,
/ohos5.0/base/telephony/sms_mms/services/sms/gsm/
H A Dgsm_sms_cb_handler.cpp345 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 Dsms_cb_data.h30 std::string msgBody = ""; member
/ohos5.0/base/telephony/sms_mms/services/sms/cdma/
H A Dcdma_sms_receive_handler.cpp304 want.SetParam(SmsCbData::MSG_BODY, sendData.msgBody); in SetCBBroadcastParam()
342 sendData.msgBody = message->GetVisibleMessageBody(); in GetCBData()