Home
last modified time | relevance | path

Searched refs:remoteDeathMap (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/communication/dhcp/services/dhcp_client/src/
H A Ddhcp_client_stub.cpp45 for (auto iter = remoteDeathMap.begin(); iter != remoteDeathMap.end(); ++iter) { in RemoveDeviceCbDeathRecipient()
48 remoteDeathMap.clear(); in RemoveDeviceCbDeathRecipient()
55 RemoteDeathMap::iterator iter = remoteDeathMap.find(remoteObject.promote()); in RemoveDeviceCbDeathRecipient()
56 if (iter == remoteDeathMap.end()) { in RemoveDeviceCbDeathRecipient()
60 remoteDeathMap.erase(iter); in RemoveDeviceCbDeathRecipient()
131 remoteDeathMap.insert(std::make_pair(remote, deathRecipient_)); in OnRegisterCallBack()
/ohos5.0/foundation/communication/dhcp/services/dhcp_client/include/
H A Ddhcp_client_stub.h65 RemoteDeathMap remoteDeathMap; variable