Home
last modified time | relevance | path

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

/ohos5.0/foundation/deviceprofile/device_info_manager/services/core/src/utils/
H A Dprofile_cache.cpp46syncListenerDeathRecipient_ = sptr<IRemoteObject::DeathRecipient>(new SyncSubscriberDeathRecipient… in Init()
441 syncListener->AddDeathRecipient(syncListenerDeathRecipient_); in AddSyncListener()
468 iter->second->RemoveDeathRecipient(syncListenerDeathRecipient_); in RemoveSyncListeners()
498 syncListenerMap_[caller]->RemoveDeathRecipient(syncListenerDeathRecipient_); in RemoveSyncListener()
523 iter->second->RemoveDeathRecipient(syncListenerDeathRecipient_); in RemoveSyncListener()
/ohos5.0/foundation/deviceprofile/device_info_manager/services/core/include/utils/
H A Dprofile_cache.h118 sptr<IRemoteObject::DeathRecipient> syncListenerDeathRecipient_ = nullptr; variable