Home
last modified time | relevance | path

Searched refs:themeTag (Results 1 - 4 of 4) sorted by relevance

/foundation/arkui/ace_engine/adapter/ohos/entrance/
H A Dace_container.h68 std::string themeTag; member
79 densitydpi.empty() && themeTag.empty() && fontScale.empty() && fontWeightScale.empty() && in IsValid()
H A Dace_container.cpp2537 if (!parsedConfig.themeTag.empty()) { in ProcessThemeUpdate()
2538 std::unique_ptr<JsonValue> json = JsonUtil::ParseJsonString(parsedConfig.themeTag); in ProcessThemeUpdate()
2619 ResourceManager::GetInstance().UpdateResourceConfig(resConfig, !parsedConfig.themeTag.empty()); in UpdateConfiguration()
H A Dui_content_impl.cpp2407 parsedConfig.themeTag = config->GetItem("ohos.application.theme"); in UpdateConfiguration()
/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() local
3650 if (!themeTag.empty()) { in OnConfigurationUpdated()
3651 std::unique_ptr<JsonValue> json = JsonUtil::ParseJsonString(themeTag); in OnConfigurationUpdated()
3654 TAG_LOGI(AceLogTag::ACE_WEB, "OnConfigurationUpdated fonts:%{public}s", themeTag.c_str()); in OnConfigurationUpdated()

Completed in 24 milliseconds