Home
last modified time | relevance | path

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

/ohos5.0/foundation/deviceprofile/device_info_manager/services/core/test/unittest/
H A Dprofile_cache_test.cpp514 int32_t ret2 = ProfileCache::GetInstance().RemoveSyncListener(caller);
517 int32_t ret3 = ProfileCache::GetInstance().RemoveSyncListener(caller);
523 int32_t ret4 = ProfileCache::GetInstance().RemoveSyncListener(caller);
527 int32_t ret5 = ProfileCache::GetInstance().RemoveSyncListener(caller);
552 int32_t ret2 = ProfileCache::GetInstance().RemoveSyncListener(syncListener);
555 int32_t ret4 = ProfileCache::GetInstance().RemoveSyncListener(syncListener);
559 int32_t ret5 = ProfileCache::GetInstance().RemoveSyncListener(syncListener);
/ohos5.0/foundation/deviceprofile/device_info_manager/services/core/src/deviceprofilemanager/listener/
H A Dsync_subscriber_death_recipient.cpp50 ProfileCache::GetInstance().RemoveSyncListener(diedRemote); in OnRemoteDied()
/ohos5.0/foundation/deviceprofile/device_info_manager/services/core/include/utils/
H A Dprofile_cache.h72 int32_t RemoveSyncListener(const std::string& caller);
73 int32_t RemoveSyncListener(sptr<IRemoteObject> syncListener);
/ohos5.0/foundation/deviceprofile/device_info_manager/services/core/src/utils/
H A Dprofile_cache.cpp480 int32_t ProfileCache::RemoveSyncListener(const std::string& caller) in RemoveSyncListener() function in OHOS::DistributedDeviceProfile::ProfileCache
504 int32_t ProfileCache::RemoveSyncListener(sptr<IRemoteObject> syncListener) in RemoveSyncListener() function in OHOS::DistributedDeviceProfile::ProfileCache