Searched refs:OnDomainRequest (Results 1 - 11 of 11) sorted by relevance
/foundation/CastEngine/castengine_wifi_display/services/interaction/domain/rpc/ |
H A D | domain_rpc_client.cpp | 170 void DomainRpcClient::OnDomainRequest(std::shared_ptr<BaseDomainMsg> msg) in OnDomainRequest() function in OHOS::Sharing::DomainRpcClient 175 listener->OnDomainRequest(remoteId_, msg); in OnDomainRequest()
|
H A D | domain_rpc_manager.cpp | 158 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 D | domain_rpc_manager.h | 44 void OnDomainRequest(std::string remoteId, std::shared_ptr<BaseDomainMsg> BaseMsg) final;
|
H A D | domain_rpc_client.h | 41 void OnDomainRequest(std::shared_ptr<BaseDomainMsg> msg) final;
|
H A D | domain_rpc_service_stub.h | 30 virtual void OnDomainRequest(std::shared_ptr<BaseDomainMsg> msg) = 0;
|
H A D | domain_rpc_service_stub.cpp | 144 listener->OnDomainRequest(msg); in DoRpcCommand()
|
H A D | domain_rpc_service.cpp | 94 listener->OnDomainRequest(msg->fromDevId, msg); in DoRpcCommand()
|
/foundation/CastEngine/castengine_wifi_display/services/interaction/domain/ |
H A D | domain_def.h | 39 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 D | domain_manager.h | 46 void OnDomainRequest(std::string remoteId, std::shared_ptr<BaseDomainMsg> BaseMsg) override;
|
H A D | domain_manager.cpp | 64 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 D | domain_unit_test.cpp | 67 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