Home
last modified time | relevance | path

Searched refs:IsUpdateLanguageNeeded (Results 1 - 3 of 3) sorted by relevance

/foundation/ability/ability_runtime/test/unittest/appkit/ohos_application_first_test/
H A Dohos_application_first_test.cpp185 * @tc.name: IsUpdateLanguageNeeded
186 * @tc.desc: Test IsUpdateLanguageNeeded should return true.
199 bool result = ohosApplication_->IsUpdateLanguageNeeded(config, level);
206 * @tc.name: IsUpdateLanguageNeeded
207 * @tc.desc: Test IsUpdateLanguageNeeded should return false.
217 bool result = ohosApplication_->IsUpdateLanguageNeeded(config, level);
225 * @tc.name: IsUpdateLanguageNeeded
226 * @tc.desc: Test IsUpdateLanguageNeeded should return false.
239 bool result = ohosApplication_->IsUpdateLanguageNeeded(config, testLevel);
474 EXPECT_TRUE(ohosApplication_->IsUpdateLanguageNeeded(confi
[all...]
/foundation/ability/ability_runtime/interfaces/kits/native/appkit/app/
H A Dohos_application.h230 bool IsUpdateLanguageNeeded(Configuration &config, AbilityRuntime::SetLevel level);
/foundation/ability/ability_runtime/frameworks/native/appkit/app/
H A Dohos_application.cpp230 bool isUpdateAppLanguage = IsUpdateLanguageNeeded(config, level); in OnConfigurationUpdated()
868 bool OHOSApplication::IsUpdateLanguageNeeded(Configuration &config, AbilityRuntime::SetLevel level) in IsUpdateLanguageNeeded() function in OHOS::AppExecFwk::OHOSApplication

Completed in 3 milliseconds