Home
last modified time | relevance | path

Searched refs:msgBody (Results 1 - 5 of 5) sorted by relevance

/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()
37 msgBody, length, successCallbackFunc, failCallbackFunc, context); in SendMsgToPeerApp()
71 const uint8_t *msgBody, uint32_t length) in SendMsgToPeerApp()
73 return OHOS::AbilityKit::SendMsgToPeerApp(isLocalMsg, callingPkgName, calledPkgName, msgBody, length, 0, 0, 0); in SendMsgToPeerApp()
32 SendMsgToPeerApp(bool isLocalMsg, const char *callingPkgName, const char *calledPkgName, const uint8_t *msgBody, uint32_t length, uint32_t successCallbackFunc, uint32_t failCallbackFunc, uint32_t context) SendMsgToPeerApp() argument
70 SendMsgToPeerApp(bool isLocalMsg, const char *callingPkgName, const char *calledPkgName, const uint8_t *msgBody, uint32_t length) SendMsgToPeerApp() argument
/foundation/ai/intelligent_voice_framework/services/intell_voice_engine/server/wakeup/
H A Dwakeup_engine_impl.cpp442 int32_t *msgBody = reinterpret_cast<int32_t *>(msg.inMsg); in HandleStart() local
443 if (msgBody == nullptr) { in HandleStart()
444 INTELL_VOICE_LOG_ERROR("msgBody is nullptr"); in HandleStart()
448 if (*msgBody == PROXIMAL_WAKEUP_MODEL_UUID) { in HandleStart()
479 SetParamOnAudioStart(*msgBody); in HandleStart()
533 int32_t *msgBody = reinterpret_cast<int32_t *>(msg.inMsg); in HandleStartCapturer() local
534 if (msgBody == nullptr) { in HandleStartCapturer()
535 INTELL_VOICE_LOG_ERROR("msgBody is nullptr"); in HandleStartCapturer()
538 channels_ = *msgBody; in HandleStartCapturer()
/foundation/ability/ability_lite/frameworks/abilitymgr_lite/include/
H A Dability_kit.h42 const uint8_t *msgBody, uint32_t length, uint32_t successCallbackFunc,
/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
/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()
348 INTELL_VOICE_LOG_ERROR("msgBody is nullptr"); in HandleStartCapturer()
351 channels_ = *msgBody; in HandleStartCapturer()

Completed in 3 milliseconds