Home
last modified time | relevance | path

Searched refs:GetGroupPreferencesDirWithCheck (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/ability/ability_runtime/interfaces/kits/native/appkit/ability_runtime/context/
H A Dcontext_impl.h453 …int32_t GetGroupPreferencesDirWithCheck(const std::string &groupId, bool checkExist, std::string &…
/ohos5.0/foundation/ability/ability_runtime/frameworks/native/appkit/ability_runtime/context/
H A Dcontext_impl.cpp213 int32_t ContextImpl::GetGroupPreferencesDirWithCheck(const std::string &groupId, bool checkExist, in GetGroupPreferencesDirWithCheck() function in OHOS::AbilityRuntime::ContextImpl
231 ret = GetGroupPreferencesDirWithCheck(groupId, checkExist, preferencesDir); in GetSystemPreferencesDir()