Searched refs:CONFIG_NAME (Results 1 - 5 of 5) sorted by relevance
/base/powermgr/display_manager/brightness_manager/src/ |
H A D | lux_filter_config_parser.cpp | 27 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 D | calculation_config_parser.cpp | 27 const std::string CONFIG_NAME = "brightness_curve_config";
member 35 const Json::Value root = ConfigParserBase::Get().LoadConfigRoot(displayId, CONFIG_NAME);
in ParseConfig()
|
H A D | brightness_config_parser.cpp | 27 const std::string CONFIG_NAME = "brightness_config";
member 35 const Json::Value root = ConfigParserBase::Get().LoadConfigRoot(0, CONFIG_NAME);
in ParseConfig()
|
H A D | lux_threshold_config_parser.cpp | 27 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 D | config_parser.cpp | 24 const std::string CONFIG_NAME = "brightness_lux_threshold_config";
member
|
Completed in 2 milliseconds