Searched refs:DoIpcCommand (Results 1 - 13 of 13) sorted by relevance
/foundation/CastEngine/castengine_wifi_display/services/interaction/interprocess/ |
H A D | inter_ipc_stub.cpp | 55 DoIpcCommand(data, reply); in OnRemoteRequest() 84 int32_t InterIpcStub::DoIpcCommand(MessageParcel &data, MessageParcel &reply) in DoIpcCommand() function in OHOS::Sharing::InterIpcStub 95 DoIpcCommand(msg, replyMsg); in DoIpcCommand() 120 int32_t InterIpcStub::DoIpcCommand(std::shared_ptr<BaseMsg> msg, std::shared_ptr<BaseMsg> &replyMsg) in DoIpcCommand() function in OHOS::Sharing::InterIpcStub 175 int32_t error = iter->second->DoIpcCommand(msg, reply); in SendIpcRequest()
|
H A D | inter_ipc_stub.h | 48 int32_t DoIpcCommand(std::shared_ptr<BaseMsg> msg, std::shared_ptr<BaseMsg> &replyMsg) override; 56 int32_t DoIpcCommand(MessageParcel &data, MessageParcel &reply);
|
H A D | inter_ipc_sub_stub.h | 32 int32_t DoIpcCommand(std::shared_ptr<BaseMsg> msg, std::shared_ptr<BaseMsg> &replyMsg) override;
|
H A D | inter_ipc_client_stub.h | 31 int32_t DoIpcCommand(std::shared_ptr<BaseMsg> msg, std::shared_ptr<BaseMsg> &replyMsg) override;
|
H A D | inter_ipc_service_stub.h | 33 int32_t DoIpcCommand(std::shared_ptr<BaseMsg> msg, std::shared_ptr<BaseMsg> &replyMsg) override;
|
H A D | i_inter_ipc.h | 34 virtual int32_t DoIpcCommand(std::shared_ptr<BaseMsg> msg, std::shared_ptr<BaseMsg> &replyMsg) = 0;
|
H A D | inter_ipc_proxy.h | 31 int32_t DoIpcCommand(std::shared_ptr<BaseMsg> msg, std::shared_ptr<BaseMsg> &replyMsg) override;
|
H A D | inter_ipc_client_stub.cpp | 65 int32_t InterIpcClientStub::DoIpcCommand(std::shared_ptr<BaseMsg> msg, std::shared_ptr<BaseMsg> &replyMsg) in DoIpcCommand() function in OHOS::Sharing::InterIpcClientStub
|
H A D | inter_ipc_sub_stub.cpp | 34 int32_t InterIpcSubStub::DoIpcCommand(std::shared_ptr<BaseMsg> msg, std::shared_ptr<BaseMsg> &replyMsg) in DoIpcCommand() function in OHOS::Sharing::InterIpcSubStub
|
H A D | ipc_msg_adapter.cpp | 32 peerProxy_->DoIpcCommand(msg, reply); in SendRequest()
|
H A D | inter_ipc_proxy.cpp | 66 int32_t InterIpcProxy::DoIpcCommand(std::shared_ptr<BaseMsg> msg, std::shared_ptr<BaseMsg> &replyMsg) in DoIpcCommand() function in OHOS::Sharing::InterIpcProxy
|
H A D | inter_ipc_service_stub.cpp | 69 int32_t InterIpcServiceStub::DoIpcCommand(std::shared_ptr<BaseMsg> msg, std::shared_ptr<BaseMsg> &replyMsg) in DoIpcCommand() function in OHOS::Sharing::InterIpcServiceStub
|
/foundation/CastEngine/castengine_wifi_display/tests/unittest/interaction/interprocess/ |
H A D | interprocess_unit_test.cpp | 132 auto ret = ipcClient->DoIpcCommand(msg, replyMsg); in HWTEST_F() 298 auto ret = ipcProxy->DoIpcCommand(msg, replyMsg); in HWTEST_F() 382 auto ret = ipcServiceStub->DoIpcCommand(msg, replyMsg); in HWTEST_F() 511 auto ret = interIpcStub->DoIpcCommand(msg, replyMsg); in HWTEST_F() 559 auto ret = interIpcStub->DoIpcCommand(data, reply); in HWTEST_F() 617 auto ret = interIpcSubStub->DoIpcCommand(msg, replyMsg); in HWTEST_F()
|
Completed in 4 milliseconds