Home
last modified time | relevance | path

Searched refs:sendMsg (Results 1 - 11 of 11) sorted by relevance

/foundation/resourceschedule/ffrt/src/dfx/sysevent/
H A Dsysevent.cpp25 std::string sendMsg = std::string((ctime(&cur_time) == nullptr) ? "" : ctime(&cur_time)) + "\n" + msg + "\n"; in TaskTimeoutReport() local
28 "PROCESS_NAME", processNameStr, "MSG", sendMsg); in TaskTimeoutReport()
/foundation/communication/dsoftbus/core/transmission/trans_channel/tcp_direct/src/
H A Dtrans_tcp_direct_p2p.c651 char *sendMsg = (char*)SoftBusCalloc(strLen + sizeof(int64_t) + sizeof(int64_t)); in SendVerifyP2pFailRsp() local
652 if (sendMsg == NULL) { in SendVerifyP2pFailRsp()
657 *(int64_t*)sendMsg = SoftBusHtoLll((uint64_t)P2P_VERIFY_REPLY); in SendVerifyP2pFailRsp()
658 *(int64_t*)(sendMsg + sizeof(int64_t)) = SoftBusHtoLll((uint64_t)seq); in SendVerifyP2pFailRsp()
659 if (strcpy_s(sendMsg + sizeof(int64_t) + sizeof(int64_t), strLen, reply) != EOK) { in SendVerifyP2pFailRsp()
661 SoftBusFree(sendMsg); in SendVerifyP2pFailRsp()
664 TransProxyPipelineSendMessage(authHandle.authId, (uint8_t *)sendMsg, in SendVerifyP2pFailRsp()
666 SoftBusFree(sendMsg); in SendVerifyP2pFailRsp()
682 char *sendMsg = (char *)SoftBusCalloc(strLen + sizeof(int64_t) + sizeof(int64_t)); in SendVerifyP2pRsp() local
683 TRANS_CHECK_AND_RETURN_RET_LOGE(sendMsg ! in SendVerifyP2pRsp()
1073 char *sendMsg = (char*)SoftBusCalloc(strLen + sizeof(int64_t) + sizeof(int64_t)); StartVerifyP2pInfo() local
[all...]
/foundation/resourceschedule/ffrt/src/sync/
H A Dmutex_private.h51 std::string sendMsg = std::string((ctime(&cur_time) == nullptr) ? "" : ctime(&cur_time)) + in SendEvent() local
61 "MSG", sendMsg); in SendEvent()
/foundation/multimodalinput/input/service/module_loader/src/
H A Dwatchdog_task.cpp150 std::string sendMsg = std::string((ctime(&curTime) == nullptr) ? "" : ctime(&curTime)) + in SendEvent() local
159 "MSG", sendMsg, in SendEvent()
/foundation/systemabilitymgr/samgr/services/dfx/include/
H A Dhisysevent_adapter.h27 void WatchDogSendEvent(int32_t pid, uint32_t uid, const std::string& sendMsg,
/foundation/systemabilitymgr/samgr/services/dfx/source/
H A Dhisysevent_adapter.cpp240 void WatchDogSendEvent(int32_t pid, uint32_t uid, const std::string& sendMsg, in WatchDogSendEvent() argument
248 "MSG", sendMsg); in WatchDogSendEvent()
/foundation/communication/bluetooth_service/services/bluetooth/stack/src/avdtp/
H A Davdtp_message.c130 Packet *sendMsg = PacketMalloc(AVDT_BUFFER_START, 0, 0); in AvdtSendFragStart() local
131 Buffer *packetHeader = PacketHead(sendMsg); in AvdtSendFragStart()
137 PacketFragment(fragmentPacket, sendMsg, (peerMtu - AVDT_BUFFER_START)); in AvdtSendFragStart()
138 uint16_t Ret = L2CIF_SendData(lcid, sendMsg, NULL); in AvdtSendFragStart()
139 PacketFree(sendMsg); in AvdtSendFragStart()
156 Packet *sendMsg = PacketMalloc(AVDT_BUFFER_END, 0, 0); in AvdtSendFragContinueEnd() local
157 Buffer *packetHeader = PacketHead(sendMsg); in AvdtSendFragContinueEnd()
160 PacketFragment(fragmentPacket, sendMsg, (peerMtu - AVDT_BUFFER_END)); in AvdtSendFragContinueEnd()
161 int16_t Ret = L2CIF_SendData(lcid, sendMsg, NULL); in AvdtSendFragContinueEnd()
162 PacketFree(sendMsg); in AvdtSendFragContinueEnd()
[all...]
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/communicator/
H A Ddistributeddb_communicator_deep_test.cpp536 Message *sendMsg = BuildRegedGiantMessage(dataLength); in HWTEST_F() local
537 ASSERT_NE(sendMsg, nullptr); in HWTEST_F()
539 int errCode = g_commAB->SendMessage(DEVICE_NAME_B, sendMsg, conf); in HWTEST_F()
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/pipeline/
H A Drs_surface_render_node.cpp699 void RSSurfaceRenderNode::SetContextMatrix(const std::optional<Drawing::Matrix>& matrix, bool sendMsg) in SetContextMatrix() argument
710 if (!sendMsg) { in SetContextMatrix()
718 void RSSurfaceRenderNode::SetContextAlpha(float alpha, bool sendMsg) in SetContextAlpha() argument
726 if (!sendMsg) { in SetContextAlpha()
734 void RSSurfaceRenderNode::SetContextClipRegion(const std::optional<Drawing::Rect>& clipRegion, bool sendMsg) in SetContextClipRegion() argument
742 if (!sendMsg) { in SetContextClipRegion()
/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/pipeline/
H A Drs_surface_render_node_test.cpp83 bool sendMsg = false; in HWTEST_F() local
84 surfaceRenderNode.SetContextMatrix(matrix, sendMsg); in HWTEST_F()
97 bool sendMsg = false; in HWTEST_F() local
98 surfaceRenderNode.SetContextClipRegion(clipRegion, sendMsg); in HWTEST_F()
533 bool sendMsg = false; in HWTEST_F() local
535 node->SetContextMatrix(matrix, sendMsg); in HWTEST_F()
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/pipeline/
H A Drs_surface_render_node.h437 void SetContextMatrix(const std::optional<Drawing::Matrix>& transform, bool sendMsg = true);
438 void SetContextAlpha(float alpha, bool sendMsg = true);
439 void SetContextClipRegion(const std::optional<Drawing::Rect>& clipRegion, bool sendMsg = true);

Completed in 16 milliseconds