Home
last modified time | relevance | path

Searched refs:GetAllInner (Results 1 - 4 of 4) sorted by relevance

/foundation/distributeddatamgr/preferences/frameworks/native/src/
H A Dpreferences_enhance_impl.cpp228 std::pair<int, std::map<std::string, PreferencesValue>> PreferencesEnhanceImpl::GetAllInner() in GetAllInner() function in OHOS::NativePreferences::PreferencesEnhanceImpl
268 std::pair<int, std::map<std::string, PreferencesValue>> res = GetAllInner(); in GetAll()
317 std::pair<int, std::map<std::string, PreferencesValue>> res = GetAllInner(); in Clear()
413 return GetAllInner(); in GetAllData()
/foundation/distributeddatamgr/preferences/frameworks/native/include/
H A Dpreferences_enhance_impl.h66 std::pair<int, std::map<std::string, PreferencesValue>> GetAllInner();
/foundation/distributeddatamgr/preferences/frameworks/native/platform/src/
H A Dpreferences_db_adapter.cpp417 int PreferencesDb::GetAllInner(std::list<std::pair<std::vector<uint8_t>, std::vector<uint8_t>>> &data, in GetAllInner() function in OHOS::NativePreferences::PreferencesDb
475 int innerErr = GetAllInner(data, resultSet); // log inside when failed in GetAll()
/foundation/distributeddatamgr/preferences/frameworks/native/platform/include/
H A Dpreferences_db_adapter.h151 int GetAllInner(std::list<std::pair<std::vector<uint8_t>, std::vector<uint8_t>>> &data, GRD_ResultSet *resultSet);

Completed in 3 milliseconds