Home
last modified time | relevance | path

Searched refs:SetThemeColorMode (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/base/global/resource_management/frameworks/resmgr/test/unittest/common/
H A Dtheme_config_test.cpp84 this->themeConfig->SetThemeColorMode(DARK);
135 this->themeConfig->SetThemeColorMode(DARK);
149 this->themeConfig->SetThemeColorMode(LIGHT);
165 this->themeConfig->SetThemeColorMode(DARK);
184 this->themeConfig->SetThemeColorMode(DARK);
203 this->themeConfig->SetThemeColorMode(DARK);
241 this->themeConfig->SetThemeColorMode(DARK);
247 otherThemeConfig->SetThemeColorMode(LIGHT);
265 this->themeConfig->SetThemeColorMode(DARK);
271 otherThemeConfig->SetThemeColorMode(DARK);
[all …]
/ohos5.0/base/global/resource_management/frameworks/resmgr/include/
H A Dtheme_pack_config.h40 void SetThemeColorMode(ColorMode colorMode);
/ohos5.0/base/global/resource_management/frameworks/resmgr/src/
H A Dtheme_pack_config.cpp29 void ThemeConfig::SetThemeColorMode(ColorMode colorMode) in SetThemeColorMode() function in OHOS::Global::Resource::ThemeConfig
H A Dtheme_pack_resource.cpp86 themeConfig->SetThemeColorMode(ColorMode::DARK); in GetThemeConfig()
91 themeConfig->SetThemeColorMode(ColorMode::DARK); in GetThemeConfig()