Home
last modified time | relevance | path

Searched refs:DoIpcCommand (Results 1 - 13 of 13) sorted by relevance

/foundation/CastEngine/castengine_wifi_display/services/interaction/interprocess/
H A Dinter_ipc_stub.cpp55 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 Dinter_ipc_stub.h48 int32_t DoIpcCommand(std::shared_ptr<BaseMsg> msg, std::shared_ptr<BaseMsg> &replyMsg) override;
56 int32_t DoIpcCommand(MessageParcel &data, MessageParcel &reply);
H A Dinter_ipc_sub_stub.h32 int32_t DoIpcCommand(std::shared_ptr<BaseMsg> msg, std::shared_ptr<BaseMsg> &replyMsg) override;
H A Dinter_ipc_client_stub.h31 int32_t DoIpcCommand(std::shared_ptr<BaseMsg> msg, std::shared_ptr<BaseMsg> &replyMsg) override;
H A Dinter_ipc_service_stub.h33 int32_t DoIpcCommand(std::shared_ptr<BaseMsg> msg, std::shared_ptr<BaseMsg> &replyMsg) override;
H A Di_inter_ipc.h34 virtual int32_t DoIpcCommand(std::shared_ptr<BaseMsg> msg, std::shared_ptr<BaseMsg> &replyMsg) = 0;
H A Dinter_ipc_proxy.h31 int32_t DoIpcCommand(std::shared_ptr<BaseMsg> msg, std::shared_ptr<BaseMsg> &replyMsg) override;
H A Dinter_ipc_client_stub.cpp65 int32_t InterIpcClientStub::DoIpcCommand(std::shared_ptr<BaseMsg> msg, std::shared_ptr<BaseMsg> &replyMsg) in DoIpcCommand() function in OHOS::Sharing::InterIpcClientStub
H A Dinter_ipc_sub_stub.cpp34 int32_t InterIpcSubStub::DoIpcCommand(std::shared_ptr<BaseMsg> msg, std::shared_ptr<BaseMsg> &replyMsg) in DoIpcCommand() function in OHOS::Sharing::InterIpcSubStub
H A Dipc_msg_adapter.cpp32 peerProxy_->DoIpcCommand(msg, reply); in SendRequest()
H A Dinter_ipc_proxy.cpp66 int32_t InterIpcProxy::DoIpcCommand(std::shared_ptr<BaseMsg> msg, std::shared_ptr<BaseMsg> &replyMsg) in DoIpcCommand() function in OHOS::Sharing::InterIpcProxy
H A Dinter_ipc_service_stub.cpp69 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 Dinterprocess_unit_test.cpp132 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