Home
last modified time | relevance | path

Searched refs:SendMsg (Results 1 - 25 of 50) sorted by relevance

12

/foundation/ai/intelligent_voice_framework/utils/
H A Dmsg_handle_thread.cpp56 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 Dmsg_handle_thread.h31 bool SendMsg(Message msg);
32 bool SendMsg(std::shared_ptr<Message> msg);
H A Dmessage_queue.h63 bool SendMsg(std::shared_ptr<Message> msg);
H A Dmessage_queue.cpp104 bool MessageQueue::SendMsg(shared_ptr<Message> msg) in SendMsg() function in OHOS::IntellVoiceUtils::MessageQueue
/foundation/multimodalinput/input/util/socket/test/
H A Duds_client_test.cpp67 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 Duds_session_test.cpp84 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 Duds_client.cpp46 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 Duds_session.cpp54 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 Duds_client.h41 bool SendMsg(const char *buf, size_t size) const;
42 bool SendMsg(const NetPacket &pkt) const;
H A Duds_session.h41 bool SendMsg(const char *buf, size_t size) const;
42 bool SendMsg(NetPacket &pkt) const;
/foundation/multimodalinput/input/intention/ipc/socket/include/
H A Dsocket_session.h34 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 Dsocket_session.cpp44 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 Dauto_test_manager.cpp71 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 Dmock.h52 virtual bool SendMsg(NetPacket &pkt) = 0;
70 MOCK_METHOD1(SendMsg, bool(NetPacket &pkt));
/foundation/arkui/ui_lite/test/autotest/include/
H A Dauto_test_manager.h34 void SendMsg(size_t mainID);
H A Dtcp_socket_manager.h55 void SendMsg(size_t mainID) in SendMsg() function in OHOS::TcpSocketClientManager
/foundation/multimodalinput/input/intention/prototype/include/
H A Di_socket_session.h40 virtual bool SendMsg(NetPacket &pkt) const = 0;
/foundation/multimodalinput/input/service/event_dispatch/src/
H A Devent_dispatch_handler.cpp243 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 Duds_server.cpp79 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 Djs_feature_ability.h45 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 Drs_message_bus.h92 void SendMsg(std::string strTopic, Args... args) in SendMsg() function in RsMessageBus
/foundation/multimodalinput/input/service/module_loader/include/
H A Duds_server.h54 bool SendMsg(int32_t fd, NetPacket& pkt);
/foundation/distributedhardware/distributed_input/services/transportbase/include/
H A Ddistributed_input_transport_base.h69 int32_t SendMsg(int32_t sessionId, std::string &message);
/foundation/multimodalinput/input/intention/cooperate/plugin/src/
H A Devent_manager.cpp240 if (!session->SendMsg(pkt)) { in NotifyCooperateMessage()
257 if (!session->SendMsg(pkt)) { in NotifyCooperateState()
/foundation/distributedhardware/distributed_input/services/transportbase/test/transbaseunittest/
H A Ddistributed_input_transbase_test.cpp165 int32_t ret = DistributedInputTransportBase::GetInstance().SendMsg(sessionId, message); in HWTEST_F()
169 ret = DistributedInputTransportBase::GetInstance().SendMsg(sessionId, messageData); in HWTEST_F()

Completed in 8 milliseconds

12