Home
last modified time | relevance | path

Searched refs:IDomainPeer (Results 1 - 8 of 8) sorted by relevance

/foundation/CastEngine/castengine_wifi_display/services/interaction/domain/
H A Ddomain_def.h42 class IDomainPeer { class
46 virtual ~IDomainPeer() = default;
48 explicit IDomainPeer(DomainPeerType type) in IDomainPeer() function in OHOS::Sharing::IDomainPeer
98 virtual int32_t AddPeer(std::shared_ptr<ITransmitMgr> mgr, std::shared_ptr<IDomainPeer> caller) = 0;
H A Ddomain_manager.h45 int32_t AddPeer(std::shared_ptr<ITransmitMgr> mgr, std::shared_ptr<IDomainPeer> caller) override;
H A Ddomain_manager.cpp87 int32_t DomainManager::AddPeer(std::shared_ptr<ITransmitMgr> mgr, std::shared_ptr<IDomainPeer> caller) in AddPeer()
/foundation/CastEngine/castengine_wifi_display/services/interaction/domain/rpc/
H A Ddomain_rpc_service.h31 public IDomainPeer,
H A Ddomain_rpc_client.h29 class DomainRpcClient final : public IDomainPeer,
H A Ddomain_rpc_service.cpp33 : SystemAbility(systemAbilityId, runOnCreate), IDomainPeer(REMOTE_CALLER_SERVER) in DomainRpcService()
H A Ddomain_rpc_client.cpp23 DomainRpcClient::DomainRpcClient() : IDomainPeer(REMOTE_CALLER_CLIENT) in DomainRpcClient()
/foundation/CastEngine/castengine_wifi_display/tests/unittest/interaction/domain/
H A Ddomain_unit_test.cpp101 std::shared_ptr<IDomainPeer> caller = nullptr; in HWTEST_F()

Completed in 4 milliseconds