Home
last modified time | relevance | path

Searched refs:GetSyncListeners (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/deviceprofile/device_info_manager/services/core/src/deviceprofilemanager/listener/
H A Dkv_sync_completed_listener.cpp90 ProfileCache::GetInstance().GetSyncListeners(syncListeners); in NotifySyncCompleted()
/ohos5.0/foundation/deviceprofile/device_info_manager/services/core/include/utils/
H A Dprofile_cache.h70 int32_t GetSyncListeners(std::map<std::string, sptr<IRemoteObject>>& syncListeners);
/ohos5.0/foundation/deviceprofile/device_info_manager/services/core/src/utils/
H A Dprofile_cache.cpp447 int32_t ProfileCache::GetSyncListeners(std::map<std::string, sptr<IRemoteObject>>& syncListeners) in GetSyncListeners() function in OHOS::DistributedDeviceProfile::ProfileCache