Home
last modified time | relevance | path

Searched refs:CONFIG_NAME (Results 1 - 5 of 5) sorted by relevance

/base/powermgr/display_manager/brightness_manager/src/
H A Dlux_filter_config_parser.cpp27 const std::string CONFIG_NAME = "brightness_lux_filter_method_config"; member
41 const Json::Value root = ConfigParserBase::Get().LoadConfigRoot(displayId, CONFIG_NAME); in ParseConfig()
47 DISPLAY_HILOGW(FEAT_BRIGHTNESS, "root <%{public}s> is not Array!", CONFIG_NAME.c_str()); in ParseConfig()
53 DISPLAY_HILOGW(FEAT_BRIGHTNESS, "<%{public}s> filterName is not find!", CONFIG_NAME.c_str()); in ParseConfig()
H A Dcalculation_config_parser.cpp27 const std::string CONFIG_NAME = "brightness_curve_config"; member
35 const Json::Value root = ConfigParserBase::Get().LoadConfigRoot(displayId, CONFIG_NAME); in ParseConfig()
H A Dbrightness_config_parser.cpp27 const std::string CONFIG_NAME = "brightness_config"; member
35 const Json::Value root = ConfigParserBase::Get().LoadConfigRoot(0, CONFIG_NAME); in ParseConfig()
H A Dlux_threshold_config_parser.cpp27 const std::string CONFIG_NAME = "brightness_lux_threshold_config"; member
73 const Json::Value root = ConfigParserBase::Get().LoadConfigRoot(displayId, CONFIG_NAME); in ParseConfig()
86 DISPLAY_HILOGW(FEAT_BRIGHTNESS, "root <%{public}s> is not Array!", CONFIG_NAME.c_str()); in ParseConfig()
92 DISPLAY_HILOGW(FEAT_BRIGHTNESS, "<%{public}s> modeName is not find!", CONFIG_NAME.c_str()); in ParseConfig()
H A Dconfig_parser.cpp24 const std::string CONFIG_NAME = "brightness_lux_threshold_config"; member

Completed in 2 milliseconds