Home
last modified time | relevance | path

Searched refs:OnDomainRequest (Results 1 - 11 of 11) sorted by relevance

/foundation/CastEngine/castengine_wifi_display/services/interaction/domain/rpc/
H A Ddomain_rpc_client.cpp170 void DomainRpcClient::OnDomainRequest(std::shared_ptr<BaseDomainMsg> msg) in OnDomainRequest() function in OHOS::Sharing::DomainRpcClient
175 listener->OnDomainRequest(remoteId_, msg); in OnDomainRequest()
H A Ddomain_rpc_manager.cpp158 void DomainRpcManager::OnDomainRequest(std::string remoteId, std::shared_ptr<BaseDomainMsg> BaseMsg) in OnDomainRequest() function in OHOS::Sharing::DomainRpcManager
163 listener->OnDomainRequest(remoteId, BaseMsg); in OnDomainRequest()
H A Ddomain_rpc_manager.h44 void OnDomainRequest(std::string remoteId, std::shared_ptr<BaseDomainMsg> BaseMsg) final;
H A Ddomain_rpc_client.h41 void OnDomainRequest(std::shared_ptr<BaseDomainMsg> msg) final;
H A Ddomain_rpc_service_stub.h30 virtual void OnDomainRequest(std::shared_ptr<BaseDomainMsg> msg) = 0;
H A Ddomain_rpc_service_stub.cpp144 listener->OnDomainRequest(msg); in DoRpcCommand()
H A Ddomain_rpc_service.cpp94 listener->OnDomainRequest(msg->fromDevId, msg); in DoRpcCommand()
/foundation/CastEngine/castengine_wifi_display/services/interaction/domain/
H A Ddomain_def.h39 virtual void OnDomainRequest(std::string remoteId, std::shared_ptr<BaseDomainMsg> BaseMsg) = 0;
99 virtual void OnDomainRequest(std::string remoteId, std::shared_ptr<BaseDomainMsg> BaseMsg) = 0;
H A Ddomain_manager.h46 void OnDomainRequest(std::string remoteId, std::shared_ptr<BaseDomainMsg> BaseMsg) override;
H A Ddomain_manager.cpp64 void DomainManager::OnDomainRequest(std::string remoteId, std::shared_ptr<BaseDomainMsg> BaseMsg) in OnDomainRequest() function in OHOS::Sharing::DomainManager
/foundation/CastEngine/castengine_wifi_display/tests/unittest/interaction/domain/
H A Ddomain_unit_test.cpp67 void OnDomainRequest(std::string remoteId, std::shared_ptr<BaseDomainMsg> baseMsg) in OnDomainRequest() function in OHOS::Sharing::IDomainPeerListenerImpl
84 void OnDomainRequest(std::shared_ptr<BaseDomainMsg> msg) in OnDomainRequest() function in OHOS::Sharing::IDomainStubListenerImpl
111 DomainManager::GetInstance()->OnDomainRequest(remoteId, baseMsg); in HWTEST_F()
188 rpcClient->OnDomainRequest(msg); in HWTEST_F()
360 DomainRpcManager::GetInstance()->OnDomainRequest(remoteId, msg); in HWTEST_F()

Completed in 5 milliseconds