Home
last modified time | relevance | path

Searched refs:appContext (Results 1 - 2 of 2) sorted by relevance

/base/global/i18n/frameworks/intl/src/
H A Dpreferred_language.cpp146 std::shared_ptr<AbilityRuntime::ApplicationContext> appContext = AbilityRuntime::ApplicationContext::GetInstance(); in GetI18nAppPreferences() local
147 std::string preferencesDirPath = appContext->GetPreferencesDir(); in GetI18nAppPreferences()
192 std::shared_ptr<AbilityRuntime::ApplicationContext> appContext = AbilityRuntime::ApplicationContext::GetInstance(); in SetAppPreferredLanguage() local
194 appContext->SetLanguage(language); in SetAppPreferredLanguage()
/base/security/huks/interfaces/kits/liteapi/src/
H A Dhks_lite_api_common.cpp262 JsAppContext *appContext = JsAppContext::GetInstance(); in GetAndPushBundleNameToVector() local
263 if (appContext == nullptr) { in GetAndPushBundleNameToVector()
264 HKS_LOG_E("appContext is null."); in GetAndPushBundleNameToVector()
267 const char *curBundleName = appContext->GetCurrentBundleName(); in GetAndPushBundleNameToVector()

Completed in 2 milliseconds