Home
last modified time | relevance | path

Searched refs:ParsePointXy (Results 1 - 4 of 4) sorted by relevance

/base/powermgr/display_manager/brightness_manager/src/
H A Dlux_threshold_config_parser.cpp81 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()
H A Dcalculation_config_parser.cpp44 ConfigParserBase::Get().ParsePointXy(root, "defaultPoints", data.defaultPoints); in ParseConfig()
H A Dconfig_parser_base.cpp146 void ConfigParserBase::ParsePointXy( in ParsePointXy() function in OHOS::DisplayPowerMgr::ConfigParserBase
/base/powermgr/display_manager/brightness_manager/include/
H A Dconfig_parser_base.h41 void ParsePointXy(const Json::Value& root, const std::string& name, std::vector<PointXy>& data) const;

Completed in 2 milliseconds