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/include/
H A Ddhcp_client_stub.h36 using RemoteDeathMap = std::map<sptr<IRemoteObject>, sptr<IRemoteObject::DeathRecipient>>; variable
65 RemoteDeathMap remoteDeathMap;
/ohos5.0/foundation/communication/dhcp/services/dhcp_client/src/
H A Ddhcp_client_stub.cpp55 RemoteDeathMap::iterator iter = remoteDeathMap.find(remoteObject.promote()); in RemoveDeviceCbDeathRecipient()