Home
last modified time | relevance | path

Searched defs:msgBody (Results 1 – 3 of 3) 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/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()
/foundation/communication/bluetooth_service/services/bluetooth/service/src/map_mce/
Dmap_mce_instance_request.cpp604 std::string msgBody = makeString.GetStringObject(); in SendRequest() local