/foundation/ai/intelligent_voice_framework/utils/ |
H A D | msg_handle_thread.cpp | 56 bool MsgHandleThread::SendMsg(Message msg) in SendMsg() function in OHOS::IntellVoiceUtils::MsgHandleThread 59 msgQue_.SendMsg(std::make_shared<Message>(msg)); in SendMsg() 68 bool MsgHandleThread::SendMsg(std::shared_ptr<Message> msg) in SendMsg() function in OHOS::IntellVoiceUtils::MsgHandleThread 74 msgQue_.SendMsg(msg); in SendMsg() 91 msgQue_.SendMsg(msg); in SendSynMsg() 103 callbackThread_->SendMsg(msg); in SendbackMsg() 107 callbackMsgQue_->SendMsg(make_shared<Message>(msg)); in SendbackMsg()
|
H A D | msg_handle_thread.h | 31 bool SendMsg(Message msg); 32 bool SendMsg(std::shared_ptr<Message> msg);
|
H A D | message_queue.h | 63 bool SendMsg(std::shared_ptr<Message> msg);
|
H A D | message_queue.cpp | 104 bool MessageQueue::SendMsg(shared_ptr<Message> msg) in SendMsg() function in OHOS::IntellVoiceUtils::MessageQueue
|
/foundation/multimodalinput/input/util/socket/test/ |
H A D | uds_client_test.cpp | 67 auto retResult = udsClientUt.SendMsg(buf, size); in HWTEST_F() 77 auto retResult = udsClientUt.SendMsg(buf, size); in HWTEST_F() 86 auto retResult = udsClientUt.SendMsg(pkt); in HWTEST_F() 95 auto retResult = udsClientUt.SendMsg(pkt); in HWTEST_F()
|
H A D | uds_session_test.cpp | 84 bool retResult = sesObj.SendMsg(buf, size); in HWTEST_F() 90 * @tc.desc: Verify uds session function SendMsg 100 bool retResult = sesObj.SendMsg(buf, size); in HWTEST_F() 106 * @tc.desc: Verify uds session function SendMsg 115 bool retResult = sesObj.SendMsg(buf, size); in HWTEST_F() 121 * @tc.desc: Verify uds session function SendMsg 131 bool retResult = sesObj.SendMsg(buf, size); in HWTEST_F() 137 * @tc.desc: Verify uds session function SendMsg 147 bool retResult = sesObj.SendMsg(buf, size); in HWTEST_F() 153 * @tc.desc: Verify uds session function SendMsg [all...] |
/foundation/multimodalinput/input/util/socket/src/ |
H A D | uds_client.cpp | 46 bool UDSClient::SendMsg(const char *buf, size_t size) const in SendMsg() function in OHOS::MMI::UDSClient 88 bool UDSClient::SendMsg(const NetPacket &pkt) const in SendMsg() function in OHOS::MMI::UDSClient 96 return SendMsg(buf.Data(), buf.Size()); in SendMsg()
|
H A D | uds_session.cpp | 54 bool UDSSession::SendMsg(const char *buf, size_t size) const in SendMsg() function in OHOS::MMI::UDSSession 129 bool UDSSession::SendMsg(NetPacket &pkt) const in SendMsg() function in OHOS::MMI::UDSSession 137 return SendMsg(buf.Data(), buf.Size()); in SendMsg()
|
/foundation/multimodalinput/input/util/socket/include/ |
H A D | uds_client.h | 41 bool SendMsg(const char *buf, size_t size) const; 42 bool SendMsg(const NetPacket &pkt) const;
|
H A D | uds_session.h | 41 bool SendMsg(const char *buf, size_t size) const; 42 bool SendMsg(NetPacket &pkt) const;
|
/foundation/multimodalinput/input/intention/ipc/socket/include/ |
H A D | socket_session.h | 34 bool SendMsg(NetPacket &pkt) const override; 46 bool SendMsg(const char *buf, size_t size) const;
|
/foundation/multimodalinput/input/intention/ipc/socket/src/ |
H A D | socket_session.cpp | 44 bool SocketSession::SendMsg(NetPacket &pkt) const in SendMsg() function in OHOS::Msdp::DeviceStatus::SocketSession 55 return SendMsg(buf.Data(), buf.Size()); in SendMsg() 58 bool SocketSession::SendMsg(const char *buf, size_t size) const in SendMsg() function in OHOS::Msdp::DeviceStatus::SocketSession
|
/foundation/arkui/ui_lite/test/autotest/src/ |
H A D | auto_test_manager.cpp | 71 void AutoTestManager::SendMsg(size_t mainID) in SendMsg() function in OHOS::AutoTestManager 108 SendMsg(C_S_MAIN_ID_REQUEST_TEST_INFO); in SetConfigInfo()
|
/foundation/multimodalinput/input/service/window_manager/test/ |
H A D | mock.h | 52 virtual bool SendMsg(NetPacket &pkt) = 0; 70 MOCK_METHOD1(SendMsg, bool(NetPacket &pkt));
|
/foundation/arkui/ui_lite/test/autotest/include/ |
H A D | auto_test_manager.h | 34 void SendMsg(size_t mainID);
|
H A D | tcp_socket_manager.h | 55 void SendMsg(size_t mainID) in SendMsg() function in OHOS::TcpSocketClientManager
|
/foundation/multimodalinput/input/intention/prototype/include/ |
H A D | i_socket_session.h | 40 virtual bool SendMsg(NetPacket &pkt) const = 0;
|
/foundation/multimodalinput/input/service/event_dispatch/src/ |
H A D | event_dispatch_handler.cpp | 243 if (!sess->SendMsg(pkt)) { in SendWindowStateError() 244 MMI_HILOGE("SendMsg failed"); in SendWindowStateError() 337 MMI_HILOG_FREEZEI("SendMsg to %{public}s:pid:%{public}d, action:%{public}d", in DispatchPointerEventInner() 340 if (!udsServer->SendMsg(fd, pkt)) { in DispatchPointerEventInner() 413 MMI_HILOGI("InputTracking id:%{public}d, SendMsg to %{public}s:pid:%{public}d", in DispatchKeyEvent() 415 if (!udsServer.SendMsg(fd, pkt)) { in DispatchKeyEvent()
|
/foundation/multimodalinput/input/service/module_loader/src/ |
H A D | uds_server.cpp | 79 bool UDSServer::SendMsg(int32_t fd, NetPacket& pkt) in SendMsg() function in OHOS::MMI::UDSServer 91 return ses->SendMsg(pkt); in SendMsg() 97 SendMsg(item, pkt); in Multicast()
|
/foundation/ability/ability_runtime/frameworks/js/napi/feature_ability/ |
H A D | js_feature_ability.h | 45 static napi_value SendMsg(napi_env env, napi_callback_info info);
|
/foundation/graphic/graphic_2d/rosen/modules/render_service/core/pipeline/round_corner_display/ |
H A D | rs_message_bus.h | 92 void SendMsg(std::string strTopic, Args... args) in SendMsg() function in RsMessageBus
|
/foundation/multimodalinput/input/service/module_loader/include/ |
H A D | uds_server.h | 54 bool SendMsg(int32_t fd, NetPacket& pkt);
|
/foundation/distributedhardware/distributed_input/services/transportbase/include/ |
H A D | distributed_input_transport_base.h | 69 int32_t SendMsg(int32_t sessionId, std::string &message);
|
/foundation/multimodalinput/input/intention/cooperate/plugin/src/ |
H A D | event_manager.cpp | 240 if (!session->SendMsg(pkt)) { in NotifyCooperateMessage() 257 if (!session->SendMsg(pkt)) { in NotifyCooperateState()
|
/foundation/distributedhardware/distributed_input/services/transportbase/test/transbaseunittest/ |
H A D | distributed_input_transbase_test.cpp | 165 int32_t ret = DistributedInputTransportBase::GetInstance().SendMsg(sessionId, message); in HWTEST_F() 169 ret = DistributedInputTransportBase::GetInstance().SendMsg(sessionId, messageData); in HWTEST_F()
|