Searched refs:GetAllInner (Results 1 - 4 of 4) sorted by relevance
/foundation/distributeddatamgr/preferences/frameworks/native/src/ |
H A D | preferences_enhance_impl.cpp | 228 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 D | preferences_enhance_impl.h | 66 std::pair<int, std::map<std::string, PreferencesValue>> GetAllInner();
|
/foundation/distributeddatamgr/preferences/frameworks/native/platform/src/ |
H A D | preferences_db_adapter.cpp | 417 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 D | preferences_db_adapter.h | 151 int GetAllInner(std::list<std::pair<std::vector<uint8_t>, std::vector<uint8_t>>> &data, GRD_ResultSet *resultSet);
|
Completed in 3 milliseconds