Home
last modified time | relevance | path

Searched refs:NotifySubscriberDied (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/deviceprofile/device_info_manager/old/services/core/include/dbstorage/
H A Ddevice_profile_storage_manager.h63 void NotifySubscriberDied(const sptr<IRemoteObject>& profileEventNotifier);
/ohos5.0/foundation/deviceprofile/device_info_manager/old/services/core/src/subscribemanager/
H A Dsubscribe_manager.cpp225 DeviceProfileStorageManager::GetInstance().NotifySubscriberDied(profileEventNotifier); in OnSubscriberDied()
/ohos5.0/foundation/deviceprofile/device_info_manager/old/services/core/test/unittest/
H A Dprofile_storage_test.cpp566 DeviceProfileStorageManager::GetInstance().NotifySubscriberDied(notifier);
568 DeviceProfileStorageManager::GetInstance().NotifySubscriberDied(notifier);
/ohos5.0/foundation/deviceprofile/device_info_manager/old/services/core/src/dbstorage/
H A Ddevice_profile_storage_manager.cpp462 void DeviceProfileStorageManager::NotifySubscriberDied(const sptr<IRemoteObject>& profileEventNotif… in NotifySubscriberDied() function in OHOS::DeviceProfile::DeviceProfileStorageManager