Home
last modified time | relevance | path

Searched defs:syncListeners (Results 1 – 3 of 3) sorted by relevance

/foundation/deviceprofile/device_info_manager/services/core/src/deviceprofilemanager/listener/
Dkv_sync_completed_listener.cpp89 std::map<std::string, sptr<IRemoteObject>> syncListeners; in NotifySyncCompleted() local
/foundation/deviceprofile/device_info_manager/services/core/src/utils/
Dprofile_cache.cpp447 int32_t ProfileCache::GetSyncListeners(std::map<std::string, sptr<IRemoteObject>>& syncListeners) in GetSyncListeners()
459 int32_t ProfileCache::RemoveSyncListeners(std::map<std::string, sptr<IRemoteObject>> syncListeners) in RemoveSyncListeners()
/foundation/deviceprofile/device_info_manager/services/core/test/unittest/
Dprofile_cache_test.cpp480 map<string, sptr<IRemoteObject>> syncListeners; variable