Home
last modified time | relevance | path

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

/ohos5.0/foundation/deviceprofile/device_info_manager/services/core/include/deviceprofilemanager/listener/
H A Dkv_sync_completed_listener.h28 using SyncResults = std::map<std::string, SyncStatus>; variable
37 void NotifySyncCompleted(const SyncResults& syncResults);
/ohos5.0/foundation/deviceprofile/device_info_manager/services/core/src/deviceprofilemanager/listener/
H A Dkv_sync_completed_listener.cpp64 SyncResults syncResults; in SyncCompleted()
86 void KvSyncCompletedListener::NotifySyncCompleted(const SyncResults& syncResults) in NotifySyncCompleted()
/ohos5.0/foundation/deviceprofile/device_info_manager/services/core/test/unittest/
H A Dkv_sync_completed_listener_test.cpp81 const SyncResults syncResults;