Home
last modified time | relevance | path

Searched refs:LuxThresholdConfigParser (Results 1 - 3 of 3) sorted by relevance

/base/powermgr/display_manager/brightness_manager/include/
H A Dlux_threshold_config_parser.h41 class LuxThresholdConfigParser { class
43 LuxThresholdConfigParser() = default;
44 virtual ~LuxThresholdConfigParser() = default;
45 LuxThresholdConfigParser(const LuxThresholdConfigParser&) = delete;
46 LuxThresholdConfigParser& operator=(const LuxThresholdConfigParser&) = delete;
47 LuxThresholdConfigParser(LuxThresholdConfigParser&&) = delete;
48 LuxThresholdConfigParser
[all...]
/base/powermgr/display_manager/brightness_manager/src/
H A Dconfig_parser.cpp69 LuxThresholdConfigParser::ParseConfig(displayId, data.luxThresholdConfig); in ParseConfig()
78 LuxThresholdConfigParser::PrintConfig(displayId, data.luxThresholdConfig); in PrintConfig()
H A Dlux_threshold_config_parser.cpp70 bool LuxThresholdConfigParser::ParseConfig(int displayId, LuxThresholdConfig::Data& data) in ParseConfig()
72 DISPLAY_HILOGI(FEAT_BRIGHTNESS, "[%{public}d] parse LuxThresholdConfigParser start!", displayId); in ParseConfig()
107 DISPLAY_HILOGI(FEAT_BRIGHTNESS, "[%{public}d] parse LuxThresholdConfigParser over!", displayId); in ParseConfig()
111 void LuxThresholdConfigParser::PrintConfig( in PrintConfig()

Completed in 1 milliseconds