Home
last modified time | relevance | path

Searched refs:DoRpcCommand (Results 1 - 9 of 9) sorted by relevance

/foundation/CastEngine/castengine_wifi_display/services/interaction/domain/rpc/
H A Ddomain_rpc_service_stub.cpp51 DoRpcCommand(data, reply); in OnRemoteRequest()
114 int32_t DomainRpcServiceStub::DoRpcCommand(MessageParcel &data, MessageParcel &reply) in DoRpcCommand() function in OHOS::Sharing::DomainRpcServiceStub
125 DoRpcCommand(msg, replyMsg); in DoRpcCommand()
139 int32_t DomainRpcServiceStub::DoRpcCommand(std::shared_ptr<BaseDomainMsg> msg, std::shared_ptr<BaseDomainMsg> replyMsg) in DoRpcCommand() function in OHOS::Sharing::DomainRpcServiceStub
H A Ddomain_rpc_service_stub.h41 int32_t DoRpcCommand(std::shared_ptr<BaseDomainMsg> msg, std::shared_ptr<BaseDomainMsg> replyMsg) override;
46 int32_t DoRpcCommand(MessageParcel &data, MessageParcel &reply);
H A Ddomain_rpc_service_proxy.h31 int32_t DoRpcCommand(std::shared_ptr<BaseDomainMsg> msg, std::shared_ptr<BaseDomainMsg> replyMsg) override;
H A Di_domain_rpc_service.h34 virtual int32_t DoRpcCommand(std::shared_ptr<BaseDomainMsg> msg, std::shared_ptr<BaseDomainMsg> replyMsg) = 0;
H A Ddomain_rpc_service.h45 int32_t DoRpcCommand(std::shared_ptr<BaseDomainMsg> msg, std::shared_ptr<BaseDomainMsg> replyMsg) final;
H A Ddomain_rpc_service_proxy.cpp65 int32_t DomainRpcServiceProxy::DoRpcCommand(std::shared_ptr<BaseDomainMsg> msg, std::shared_ptr<BaseDomainMsg> replyMsg) in DoRpcCommand() function in OHOS::Sharing::DomainRpcServiceProxy
H A Ddomain_rpc_service.cpp86 int32_t DomainRpcService::DoRpcCommand(std::shared_ptr<BaseDomainMsg> msg, std::shared_ptr<BaseDomainMsg> replyMsg) in DoRpcCommand() function in OHOS::Sharing::DomainRpcService
H A Ddomain_rpc_client.cpp162 domainProxy_->DoRpcCommand(BaseMsg, replyMsg); in SendDomainRequest()
/foundation/CastEngine/castengine_wifi_display/tests/unittest/interaction/domain/
H A Ddomain_unit_test.cpp442 auto ret = domainRpcServiceProxy->DoRpcCommand(msg, replyMsg); in HWTEST_F()
503 auto ret = domainRpcServiceStub->DoRpcCommand(msg, replyMsg); in HWTEST_F()
533 auto ret = domainRpcServiceStub->DoRpcCommand(data, reply); in HWTEST_F()
635 auto ret = domainRpcService->DoRpcCommand(baseMsg, replyMsg); in HWTEST_F()

Completed in 4 milliseconds