Home
last modified time | relevance | path

Searched refs:ConfigParserBase (Results 1 - 6 of 6) sorted by relevance

/base/powermgr/display_manager/brightness_manager/include/
H A Dconfig_parser_base.h29 class ConfigParserBase { class
31 ConfigParserBase(const ConfigParserBase&) = delete;
32 ConfigParserBase& operator=(const ConfigParserBase&) = delete;
33 ConfigParserBase(ConfigParserBase&&) = delete;
34 ConfigParserBase& operator=(ConfigParserBase&&) = delete;
36 static ConfigParserBase
[all...]
/base/powermgr/display_manager/brightness_manager/src/
H A Dbrightness_config_parser.cpp35 const Json::Value root = ConfigParserBase::Get().LoadConfigRoot(0, CONFIG_NAME); in ParseConfig()
39 ConfigParserBase::Get().ParseScreenData(root, "displayModeData", data.displayModeMap, "displayMode"); in ParseConfig()
40 ConfigParserBase::Get().ParseScreenData(root, "foldStatus", data.foldStatusModeMap, "foldStatus"); in ParseConfig()
49 text.append(ConfigParserBase::Get().ScreenDataToString("displayModeData", data.displayModeMap, "displayMode")); in PrintConfig()
50 text.append(ConfigParserBase::Get().ScreenDataToString("foldStatus", data.foldStatusModeMap, "foldStatus")); in PrintConfig()
H A Dlux_threshold_config_parser.cpp73 const Json::Value root = ConfigParserBase::Get().LoadConfigRoot(displayId, CONFIG_NAME); in ParseConfig()
81 ConfigParserBase::Get().ParsePointXy( in ParseConfig()
83 ConfigParserBase::Get().ParsePointXy( in ParseConfig()
102 ConfigParserBase::Get().ParsePointXy(value, "brightenPoints", config.brightenPoints); in ParseConfig()
103 ConfigParserBase::Get().ParsePointXy(value, "darkenPoints", config.darkenPoints); in ParseConfig()
122 text.append(ConfigParserBase::Get().PointXyToString("brightenPoints", value.brightenPoints)); in PrintConfig()
123 text.append(ConfigParserBase::Get().PointXyToString("darkenPoints", value.brightenPoints)); in PrintConfig()
128 text.append(ConfigParserBase::Get().PointXyToString( in PrintConfig()
130 text.append(ConfigParserBase::Get().PointXyToString("darkenPointsForLevel", data.brightenPointsForLevel)); in PrintConfig()
H A Dconfig_parser_base.cpp42 ConfigParserBase& ConfigParserBase::Get() in Get()
44 static ConfigParserBase brightnessConfigParserBase; in Get()
48 void ConfigParserBase::Initialize() in Initialize()
63 std::unordered_map<int, ConfigParserBase::ConfigInfo>::iterator ConfigParserBase::GetDispIter(int displayId) in GetDispIter()
72 std::unordered_map<int, ConfigParserBase::ConfigInfo>::const_iterator ConfigParserBase::GetConstDispIter( in GetConstDispIter()
82 const std::string ConfigParserBase::LoadConfigPath(int displayId, const std::string& configName) const in LoadConfigPath()
127 const Json::Value ConfigParserBase
[all...]
H A Dcalculation_config_parser.cpp35 const Json::Value root = ConfigParserBase::Get().LoadConfigRoot(displayId, CONFIG_NAME); in ParseConfig()
44 ConfigParserBase::Get().ParsePointXy(root, "defaultPoints", data.defaultPoints); in ParseConfig()
54 text.append(ConfigParserBase::Get().PointXyToString("defaultPoints", data.defaultPoints)); in PrintConfig()
H A Dlux_filter_config_parser.cpp41 const Json::Value root = ConfigParserBase::Get().LoadConfigRoot(displayId, CONFIG_NAME); in ParseConfig()

Completed in 2 milliseconds