Searched refs:peerProxys_ (Results 1 - 8 of 8) sorted by relevance
/foundation/CastEngine/castengine_wifi_display/services/interaction/interprocess/ |
H A D | inter_ipc_service_stub.cpp | 98 if (peerProxys_.find(key) != peerProxys_.end()) { in DelPeerProxy() 99 peerProxys_[key]->AsObject()->RemoveDeathRecipient(deathRecipients_[key]); in DelPeerProxy() 100 peerProxys_.erase(key); in DelPeerProxy() 122 peerProxys_[key] = peerProxy; in SetListenerObject() 124 SHARING_LOGD("peer key: %{public}s, listener num: %{public}zu.", key.c_str(), peerProxys_.size()); in SetListenerObject()
|
H A D | inter_ipc_stub.cpp | 163 auto iter = peerProxys_.find(key); in SendIpcRequest() 164 if (iter == peerProxys_.end()) { in SendIpcRequest() 188 if (peerProxys_.find(key) != peerProxys_.end()) { in DelPeerProxy() 189 peerProxys_[key]->AsObject()->RemoveDeathRecipient(deathRecipients_[key]); in DelPeerProxy() 190 peerProxys_.erase(key); in DelPeerProxy()
|
H A D | inter_ipc_sub_stub.cpp | 62 peerProxys_[key] = peerProxy; in SetListenerObject() 79 SHARING_LOGD("peer key: %{public}s, listener num: %{public}zu.", key.c_str(), peerProxys_.size()); in SetListenerObject() 97 peerProxys_.clear(); in OnRemoteDied()
|
H A D | inter_ipc_client_stub.cpp | 47 peerProxys_[key] = peerProxy; in SetListenerObject() 49 SHARING_LOGD("peer key: %{public}s, listener num: %{public}zu.", key.c_str(), peerProxys_.size()); in SetListenerObject()
|
H A D | inter_ipc_stub.h | 64 std::unordered_map<std::string, sptr<IInterIpc>> peerProxys_; member in OHOS::Sharing::InterIpcStub
|
/foundation/CastEngine/castengine_wifi_display/services/interaction/domain/rpc/ |
H A D | domain_rpc_service.cpp | 135 if (peerProxys_.find(remoteId) != peerProxys_.end()) { in DelPeerProxy() 136 peerProxys_[remoteId]->AsObject()->RemoveDeathRecipient(deathRecipients_[remoteId]); in DelPeerProxy() 137 peerProxys_.erase(remoteId); in DelPeerProxy()
|
H A D | domain_rpc_service_stub.cpp | 94 peerProxys_[peerDevId] = peerProxy; in SetListenerObject() 97 peerProxys_.size()); in SetListenerObject()
|
H A D | domain_rpc_service_stub.h | 53 std::unordered_map<std::string, sptr<IDomainRpcService>> peerProxys_; member in OHOS::Sharing::DomainRpcServiceStub
|
Completed in 3 milliseconds