Home
last modified time | relevance | path

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

/ohos5.0/foundation/systemabilitymgr/samgr/services/samgr/native/include/collect/
H A Ddevice_timed_collect_tool.h35 std::map<std::string, NativePreferences::PreferencesValue> ObtainAll();
/ohos5.0/foundation/systemabilitymgr/samgr/services/samgr/native/source/collect/
H A Ddevice_timed_collect_tool.cpp93 std::map<std::string, NativePreferences::PreferencesValue> PreferencesUtil::ObtainAll() in ObtainAll() function in OHOS::PreferencesUtil
H A Ddevice_timed_collect.cpp64 …std::map<std::string, NativePreferences::PreferencesValue> allData = preferencesUtil_->ObtainAll(); in ProcessPersistenceTasks()