Searched refs:DoRpcCommand (Results 1 - 9 of 9) sorted by relevance
/foundation/CastEngine/castengine_wifi_display/services/interaction/domain/rpc/ |
H A D | domain_rpc_service_stub.cpp | 51 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 D | domain_rpc_service_stub.h | 41 int32_t DoRpcCommand(std::shared_ptr<BaseDomainMsg> msg, std::shared_ptr<BaseDomainMsg> replyMsg) override; 46 int32_t DoRpcCommand(MessageParcel &data, MessageParcel &reply);
|
H A D | domain_rpc_service_proxy.h | 31 int32_t DoRpcCommand(std::shared_ptr<BaseDomainMsg> msg, std::shared_ptr<BaseDomainMsg> replyMsg) override;
|
H A D | i_domain_rpc_service.h | 34 virtual int32_t DoRpcCommand(std::shared_ptr<BaseDomainMsg> msg, std::shared_ptr<BaseDomainMsg> replyMsg) = 0;
|
H A D | domain_rpc_service.h | 45 int32_t DoRpcCommand(std::shared_ptr<BaseDomainMsg> msg, std::shared_ptr<BaseDomainMsg> replyMsg) final;
|
H A D | domain_rpc_service_proxy.cpp | 65 int32_t DomainRpcServiceProxy::DoRpcCommand(std::shared_ptr<BaseDomainMsg> msg, std::shared_ptr<BaseDomainMsg> replyMsg) in DoRpcCommand() function in OHOS::Sharing::DomainRpcServiceProxy
|
H A D | domain_rpc_service.cpp | 86 int32_t DomainRpcService::DoRpcCommand(std::shared_ptr<BaseDomainMsg> msg, std::shared_ptr<BaseDomainMsg> replyMsg) in DoRpcCommand() function in OHOS::Sharing::DomainRpcService
|
H A D | domain_rpc_client.cpp | 162 domainProxy_->DoRpcCommand(BaseMsg, replyMsg); in SendDomainRequest()
|
/foundation/CastEngine/castengine_wifi_display/tests/unittest/interaction/domain/ |
H A D | domain_unit_test.cpp | 442 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