Home
last modified time | relevance | path

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

/base/powermgr/display_manager/brightness_manager/include/
H A Dlux_threshold_config_parser.h27 namespace LuxThresholdConfig { namespace
35 std::unordered_map<std::string, LuxThresholdConfig::Mode> modeArray{};
50 static bool ParseConfig(int displayId, LuxThresholdConfig::Data& data);
51 static void PrintConfig(int displayId, const LuxThresholdConfig::Data& data);
H A Dconfig_parser.h31 LuxThresholdConfig::Data luxThresholdConfig{};
H A Dlight_lux_manager.h60 const LuxThresholdConfig::Mode& GetCurrentModeData() const;
/base/powermgr/display_manager/brightness_manager/src/
H A Dlux_threshold_config_parser.cpp28 void SetDefault(LuxThresholdConfig::Data& data) in SetDefault()
31 LuxThresholdConfig::Mode config{ in SetDefault()
70 bool LuxThresholdConfigParser::ParseConfig(int displayId, LuxThresholdConfig::Data& data) in ParseConfig()
90 LuxThresholdConfig::Mode config{}; in ParseConfig()
112 int displayId, const LuxThresholdConfig::Data& data) in PrintConfig()
H A Dlight_lux_manager.cpp277 const LuxThresholdConfig::Mode& LightLuxManager::GetCurrentModeData() const in GetCurrentModeData()

Completed in 3 milliseconds