Home
last modified time | relevance | path

Searched refs:sendMsg (Results 1 – 5 of 5) sorted by relevance

/base/hiviewdfx/hicollie/frameworks/native/
Dwatchdog_task.cpp91 std::string sendMsg = std::string((ctime(&curTime) == nullptr) ? "" : ctime(&curTime)) + in SendEvent() local
93 sendMsg += checker->GetDumpInfo(); in SendEvent()
100 "MSG", sendMsg); in SendEvent()
Dxcollie_inner.cpp150 std::string sendMsg = std::string((ctime(&curTime) == nullptr) ? "" : ctime(&curTime)) + "\n" + in SendEvent() local
158 "MSG", sendMsg); in SendEvent()
/base/security/device_auth/services/group_manager/inc/channel_manager/soft_bus_channel/
Dsoft_bus_channel.h29 int32_t (*sendMsg)(int64_t channelId, const uint8_t *data, uint32_t dataLen); member
/base/security/device_auth/services/group_manager/src/channel_manager/
Dchannel_manager.c99 return GetSoftBusInstance()->sendMsg(channelId, (uint8_t *)data, HcStrlen(data) + 1); in HcSendMsg()
/base/security/device_auth/services/group_manager/src/channel_manager/soft_bus_channel/
Dsoft_bus_channel.c268 .sendMsg = SendSoftBusMsg,