Home
last modified time | relevance | path

Searched defs:msgBody (Results 1 – 4 of 4) sorted by relevance

/foundation/ability/ability_lite/frameworks/abilitymgr_lite/src/
Dability_kit.cpp33 const char *calledPkgName, const uint8_t *msgBody, uint32_t length, in SendMsgToPeerApp()
71 const uint8_t *msgBody, uint32_t length) in SendMsgToPeerApp()
/foundation/ai/intelligent_voice_framework/services/intell_voice_engine/server/wakeup/
Dwakeup_engine_impl.cpp437 int32_t *msgBody = reinterpret_cast<int32_t *>(msg.inMsg); in HandleStart() local
522 int32_t *msgBody = reinterpret_cast<int32_t *>(msg.inMsg); in HandleStartCapturer() local
/foundation/ai/intelligent_voice_framework/services/intell_voice_engine/server/wakeup/headset/
Dheadset_wakeup_engine_impl.cpp346 int32_t *msgBody = reinterpret_cast<int32_t *>(msg.inMsg); in HandleStartCapturer() local
/foundation/communication/bluetooth_service/services/bluetooth/external/dummy/include/stub/
Dmap_service.h168 virtual void OnSendMessage(MsgInfo &msgInfo, std::string &msgBody) in OnSendMessage()
217 void SendMessage(MsgInfo &msgInfo, std::string &msgBody, int masId) in SendMessage()