Home
last modified time | relevance | path

Searched refs:PointXyToString (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/base/powermgr/display_manager/brightness_manager/src/
H A Dlux_threshold_config_parser.cpp122 … 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.brightenPointsFor… in PrintConfig()
H A Dcalculation_config_parser.cpp54 text.append(ConfigParserBase::Get().PointXyToString("defaultPoints", data.defaultPoints)); in PrintConfig()
H A Dconfig_parser_base.cpp179 const std::string ConfigParserBase::PointXyToString( in PointXyToString() function in OHOS::DisplayPowerMgr::ConfigParserBase
/ohos5.0/base/powermgr/display_manager/brightness_manager/include/
H A Dconfig_parser_base.h42 …const std::string PointXyToString(const std::string& name, const std::vector<PointXy>& data) const;