Home
last modified time | relevance | path

Searched defs:msgBody (Results 1 – 6 of 6) 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/only_first/
Donly_first_wakeup_engine_impl.cpp217 int32_t *msgBody = reinterpret_cast<int32_t *>(msg.inMsg); in HandleStart() local
249 int32_t *msgBody = reinterpret_cast<int32_t *>(msg.inMsg); in HandleStartCapturer() local
/foundation/filemanagement/dfs_service/services/distributedfiledaemon/include/channel_manager/
Dcontrol_cmd_parser.h45 std::string msgBody = ""; member
/foundation/ai/intelligent_voice_framework/services/intell_voice_engine/server/wakeup/
Dwakeup_engine_impl.cpp496 int32_t *msgBody = reinterpret_cast<int32_t *>(msg.inMsg); in HandleStart() local
587 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.cpp357 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()