Searched refs:GetSystemColorMode (Results 1 – 11 of 11) sorted by relevance
27 static std::string GetSystemColorMode();
37 std::string FormResourceParam::GetSystemColorMode() in GetSystemColorMode() function in OHOS::AppExecFwk::FormResourceParam
36 std::string GetSystemColorMode();
36 std::string BundleResourceParam::GetSystemColorMode() in GetSystemColorMode() function in OHOS::AppExecFwk::BundleResourceParam
41 … if (!colorMode.empty() && (colorMode != BundleSystemState::GetInstance().GetSystemColorMode())) { in OnConfigurationUpdated()
53 if (colorMode == BundleSystemState::GetInstance().GetSystemColorMode()) { in OnSystemColorModeChanged()
29 colorMode_ == FormResourceParam::GetSystemColorMode(); in FormFwkResourceObserver()
58 std::string BundleSystemState::GetSystemColorMode() in GetSystemColorMode() function in OHOS::AppExecFwk::BundleSystemState
37 BundleSystemState::GetInstance().SetSystemColorMode(BundleResourceParam::GetSystemColorMode()); in BundleSystemStateInit()
354 std::string oldColorMode = BundleSystemState::GetInstance().GetSystemColorMode();359 EXPECT_EQ(colorMode, BundleSystemState::GetInstance().GetSystemColorMode());1325 std::string colorMode = BundleResourceParam::GetSystemColorMode();1645 std::string oldColorMode = BundleSystemState::GetInstance().GetSystemColorMode();1651 EXPECT_EQ(BundleSystemState::GetInstance().GetSystemColorMode(), oldColorMode);1658 EXPECT_EQ(BundleSystemState::GetInstance().GetSystemColorMode(), oldColorMode);1666 EXPECT_EQ(BundleSystemState::GetInstance().GetSystemColorMode(), newColorMode);1703 std::string oldColorMode = BundleSystemState::GetInstance().GetSystemColorMode();