Searched refs:ObtainAll (Results 1 – 3 of 3) sorted by relevance
35 std::map<std::string, NativePreferences::PreferencesValue> ObtainAll();
93 std::map<std::string, NativePreferences::PreferencesValue> PreferencesUtil::ObtainAll() in ObtainAll() function in OHOS::PreferencesUtil
64 …std::map<std::string, NativePreferences::PreferencesValue> allData = preferencesUtil_->ObtainAll(); in ProcessPersistenceTasks()