Home
last modified time | relevance | path

Searched refs:domainProxy_ (Results 1 - 4 of 4) sorted by relevance

/foundation/CastEngine/castengine_wifi_display/services/interaction/domain/rpc/
H A Ddomain_rpc_client.cpp33 if (domainProxy_ != nullptr) { in OnRemoteDied()
34 (void)domainProxy_->AsObject()->RemoveDeathRecipient(deathRecipient_); in OnRemoteDied()
35 domainProxy_ = nullptr; in OnRemoteDied()
91 domainProxy_ = proxy; in GetDomainProxy()
99 domainProxy_ = peerProxy; in SetDomainProxy()
105 if (domainProxy_ == nullptr) { in GetSubProxy()
110 sptr<IRemoteObject> object = domainProxy_->GetSubSystemAbility(type); in GetSubProxy()
128 if (domainProxy_ == nullptr) { in CreateListenerObject()
137 return domainProxy_->SetListenerObject(object); in CreateListenerObject()
144 if (domainProxy_) { in Initialize()
[all...]
H A Ddomain_rpc_client.h57 sptr<IDomainRpcService> domainProxy_ = nullptr; member in OHOS::Sharing::final
/foundation/CastEngine/castengine_wifi_display/services/interaction/interprocess/
H A Dinter_ipc_client.cpp36 if (domainProxy_ != nullptr) { in OnRemoteDied()
37 (void)domainProxy_->AsObject()->RemoveDeathRecipient(deathRecipient_); in OnRemoteDied()
38 domainProxy_ = nullptr; in OnRemoteDied()
91 if (domainProxy_ == nullptr) { in GetSubProxy()
96 sptr<IRemoteObject> object = domainProxy_->GetSubSystemAbility(key, className); in GetSubProxy()
114 if (domainProxy_ == nullptr) { in CreateListenerObject()
128 msgAdapter_->SetPeerProxy(domainProxy_); in CreateListenerObject()
130 return domainProxy_->SetListenerObject(key_, object); in CreateListenerObject()
139 domainProxy_ = standardProxy; in Initialize()
142 if (domainProxy_) { in Initialize()
[all...]
H A Dinter_ipc_client.h58 sptr<IInterIpc> domainProxy_ = nullptr; member in OHOS::Sharing::final

Completed in 2 milliseconds