Home
last modified time | relevance | path

Searched refs:THEME (Results 1 - 13 of 13) sorted by relevance

/foundation/ability/ability_base/interfaces/kits/native/configuration/include/
H A Dglobal_configuration_key.h34 constexpr const char* THEME = "ohos.application.theme"; member
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/bundle_resource/
H A Dbundle_resource_observer.cpp52 std::string theme = configuration.GetItem(AAFwk::GlobalConfigurationKey::THEME); in OnConfigurationUpdated()
/foundation/arkui/ace_engine/frameworks/core/components/theme/
H A Dtheme_style.h57 THEME, member in OHOS::Ace::ThemeConstantsType
/foundation/ability/ability_base/interfaces/kits/native/configuration/src/
H A Dconfiguration.cpp69 OHOS::AAFwk::GlobalConfigurationKey::THEME, in MakeTheKey() member in OHOS::AppExecFwk::OHOS::AAFwk::GlobalConfigurationKey
/foundation/arkui/ace_engine/test/unittest/core/pattern/
H A Dtest_ng.cpp123 resValueWrapper.type = ThemeConstantsType::THEME; in CreateThemeConstants()
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_kit_service_base_test/
H A Dbms_bundle_kit_service_base_test.cpp50 const std::string THEME = "mytheme"; member
190 abilityInfo.theme = THEME; in MockAbilityInfo()
/foundation/arkui/ace_engine/test/unittest/core/event/
H A Ddrag_event_test_ng_property_config.cpp1403 resValueWrapper.type = ThemeConstantsType::THEME; in HWTEST_F()
1414 EXPECT_EQ(resValueWrapper.type, ThemeConstantsType::THEME); in HWTEST_F()
H A Ddrag_event_test_ng.cpp1842 resValueWrapper.type = ThemeConstantsType::THEME; in HWTEST_F()
/foundation/arkui/ace_engine/test/unittest/core/pattern/text_input/
H A Dtext_field_pattern_testtwo.cpp289 ResValueWrapper resValueWrapper { .type = ThemeConstantsType::THEME, .value = themeStyle }; in HWTEST_F()
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_kit_service_test/
H A Dbms_bundle_kit_service_test.cpp97 const std::string THEME = "mytheme"; member
947 abilityInfo.theme = THEME; in MockAbilityInfo()
1082 EXPECT_EQ(THEME, abilityInfo.theme); in CheckAbilityInfo()
1137 EXPECT_EQ(THEME, abilityInfo.theme); in CheckAbilityInfos()
H A Dbms_bundle_data_mgr_test.cpp100 const std::string THEME = "mytheme"; member
784 abilityInfo.theme = THEME; in MockAbilityInfo()
/foundation/arkui/ace_engine/frameworks/core/components/web/resource/
H A Dweb_delegate.cpp3648 std::string themeTag = configuration.GetItem(OHOS::AAFwk::GlobalConfigurationKey::THEME); in OnConfigurationUpdated()
/foundation/ability/ability_runtime/services/appmgr/src/
H A Dapp_mgr_service_inner.cpp4610 if (config.GetItem(AAFwk::GlobalConfigurationKey::THEME).empty() && changeKeyV.empty()) { in UpdateConfiguration()

Completed in 68 milliseconds