Searched refs:GetInstancePath (Results 1 – 1 of 1) sorted by relevance
/ohos5.0/foundation/distributeddatamgr/preferences/frameworks/cj/src/ |
H A D | preferences_impl.cpp | 37 std::tuple<int32_t, std::string> GetInstancePath(OHOS::AbilityRuntime::Context* context, const std:… in GetInstancePath() function 66 auto [code, path] = GetInstancePath(context, name, dataGroupId); in PreferencesImpl() 89 auto [code, path] = GetInstancePath(context, name, dataGroupId); in DeletePreferences() 103 auto [code, path] = GetInstancePath(context, name, dataGroupId); in RemovePreferencesFromCache()
|