Home
last modified time | relevance | path

Searched refs:OnSendMessage (Results 1 - 10 of 10) sorted by relevance

/foundation/arkui/ui_lite/test/autotest/include/
H A Dtcp_socket.h39 void OnSendMessage(QString& message);
/foundation/arkui/ui_lite/tools/qt/simulator/uitest/
H A Dmain_widget.h94 tcpSocket->OnSendMessage(str); in SendMsgSlot()
/foundation/arkui/ui_lite/test/autotest/src/
H A Dtcp_socket.cpp102 void TcpScoketClient::OnSendMessage(QString& message) in OnSendMessage() function in OHOS::TcpScoketClient
/foundation/communication/bluetooth_service/services/bluetooth/external/dummy/include/stub/
H A Dmap_service.h168 virtual void OnSendMessage(MsgInfo &msgInfo, std::string &msgBody) in OnSendMessage() function in stub::StubMapObserver
/foundation/communication/ipc/ipc/native/src/mock/include/
H A Ddbinder_databus_invoker.h74 int OnSendMessage(std::shared_ptr<DBinderSessionObject> sessionOfPeer) override;
H A Ddbinder_base_invoker_interface.h79 int result = OnSendMessage(sessionOfPeer); in SendOrWaitForCompletion()
H A Ddbinder_base_invoker_define.h86 virtual int OnSendMessage(std::shared_ptr<T> sessionOfPeer) = 0;
/foundation/communication/ipc/ipc/native/test/unittest/common/
H A Dipc_binder_databus_invoker_unittest.cpp750 * @tc.desc: OnSendMessage return -RPC_DATABUS_INVOKER_INVALID_DATA_ERR
757 int ret = testInvoker.OnSendMessage(sessionOfPeer);
763 * @tc.desc: OnSendMessage return RPC_DATABUS_INVOKER_INVALID_DATA_ERR
772 int ret = testInvoker.OnSendMessage(sessionOfPeer);
778 * @tc.desc: OnSendMessage return RPC_DATABUS_INVOKER_INVALID_DATA_ERR
795 int ret = testInvoker.OnSendMessage(sessionOfPeer);
/foundation/communication/ipc/ipc/native/c/rpc/src/
H A Ddbinder_invoker.c227 static int32_t OnSendMessage(HandleSessionList *sessionOfPeer) in OnSendMessage() function
326 int32_t result = OnSendMessage(sessionOfPeer); in SendOrWaitForCompletion()
/foundation/communication/ipc/ipc/native/src/mock/source/
H A Ddbinder_databus_invoker.cpp332 int DBinderDatabusInvoker::OnSendMessage(std::shared_ptr<DBinderSessionObject> sessionOfPeer) in OnSendMessage() function in OHOS::DBinderDatabusInvoker
931 (void)OnSendMessage(session); in FlushCommands()

Completed in 8 milliseconds