Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/base/utils/
H A Dresource_configuration.cpp23 const std::string CONFIGURATION_COLOR_MODE = "colorMode"; variable
37 if (!jsonConfig->Contains(CONFIGURATION_COLOR_MODE)) { in ParseJsonColorMode()
40 auto jsonColorMode = jsonConfig->GetValue(CONFIGURATION_COLOR_MODE); in ParseJsonColorMode()