Searched defs:sendMsg (Results 1 – 9 of 9) sorted by relevance
| /foundation/resourceschedule/ffrt/src/dfx/sysevent/ |
| D | sysevent.cpp | 25 …std::string sendMsg = std::string((ctime(&cur_time) == nullptr) ? "" : ctime(&cur_time)) + "\n" + … in TaskTimeoutReport() local
|
| /foundation/resourceschedule/ffrt/src/sync/ |
| D | mutex_private.h | 51 std::string sendMsg = std::string((ctime(&cur_time) == nullptr) ? "" : ctime(&cur_time)) + in SendEvent() local
|
| /foundation/multimodalinput/input/service/module_loader/src/ |
| D | watchdog_task.cpp | 150 std::string sendMsg = std::string((ctime(&curTime) == nullptr) ? "" : ctime(&curTime)) + in SendEvent() local
|
| /foundation/communication/dsoftbus/core/transmission/trans_channel/tcp_direct/src/ |
| D | trans_tcp_direct_p2p.c | 518 char *sendMsg = (char*)SoftBusCalloc(strLen + sizeof(int64_t) + sizeof(int64_t)); in SendVerifyP2pFailRsp() local 549 char *sendMsg = (char *)SoftBusCalloc(strLen + sizeof(int64_t) + sizeof(int64_t)); in SendVerifyP2pRsp() local 938 char *sendMsg = (char*)SoftBusCalloc(strLen + sizeof(int64_t) + sizeof(int64_t)); in StartVerifyP2pInfo() local
|
| /foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/pipeline/ |
| D | rs_surface_render_node_test.cpp | 64 bool sendMsg = false; variable 78 bool sendMsg = false; variable 477 bool sendMsg = false; variable
|
| /foundation/systemabilitymgr/samgr/services/dfx/source/ |
| D | hisysevent_adapter.cpp | 239 void WatchDogSendEvent(int32_t pid, uint32_t uid, const std::string& sendMsg, in WatchDogSendEvent()
|
| /foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/communicator/ |
| D | distributeddb_communicator_deep_test.cpp | 536 Message *sendMsg = BuildRegedGiantMessage(dataLength); variable
|
| /foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/pipeline/ |
| D | rs_surface_render_node.cpp | 688 …d RSSurfaceRenderNode::SetContextMatrix(const std::optional<Drawing::Matrix>& matrix, bool sendMsg) in SetContextMatrix() 707 void RSSurfaceRenderNode::SetContextAlpha(float alpha, bool sendMsg) in SetContextAlpha() 723 …rfaceRenderNode::SetContextClipRegion(const std::optional<Drawing::Rect>& clipRegion, bool sendMsg) in SetContextClipRegion()
|
| /foundation/communication/bluetooth_service/services/bluetooth/stack/src/avdtp/ |
| D | avdtp_message.c | 130 Packet *sendMsg = PacketMalloc(AVDT_BUFFER_START, 0, 0); in AvdtSendFragStart() local 156 Packet *sendMsg = PacketMalloc(AVDT_BUFFER_END, 0, 0); in AvdtSendFragContinueEnd() local
|