Home
last modified time | relevance | path

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

/ohos5.0/foundation/deviceprofile/device_info_manager/services/core/src/deviceprofilemanager/listener/
H A Dkv_sync_completed_listener.cpp99 ProfileCache::GetInstance().RemoveSyncListeners(syncListeners); in NotifySyncCompleted()
/ohos5.0/foundation/deviceprofile/device_info_manager/services/core/include/utils/
H A Dprofile_cache.h71 int32_t RemoveSyncListeners(std::map<std::string, sptr<IRemoteObject>> syncListeners);
/ohos5.0/foundation/deviceprofile/device_info_manager/services/core/test/unittest/
H A Dprofile_cache_test.cpp482 int32_t ret2 = ProfileCache::GetInstance().RemoveSyncListeners(syncListeners);
488 ProfileCache::GetInstance().RemoveSyncListeners(syncListeners);
/ohos5.0/foundation/deviceprofile/device_info_manager/services/core/src/utils/
H A Dprofile_cache.cpp459 int32_t ProfileCache::RemoveSyncListeners(std::map<std::string, sptr<IRemoteObject>> syncListeners) in RemoveSyncListeners() function in OHOS::DistributedDeviceProfile::ProfileCache