Home
last modified time | relevance | path

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

/foundation/arkui/ace_engine/frameworks/base/resource/
H A Dace_res_config.cpp636 std::string appending; in GetConfigString() local
638 appending = "-"; in GetConfigString()
643 appending.append( in GetConfigString()
647 appending.append(AceResKeyParser::GetInstance().GetDeviceByType(static_cast<DeviceType>(value))); in GetConfigString()
650 appending.append(AceResKeyParser::GetInstance().GetResolutionByType(static_cast<ResolutionType>(value))); in GetConfigString()
653 appending.append(AceResKeyParser::GetInstance().GetColorModeByType(static_cast<ColorMode>(value))); in GetConfigString()
656 appending.append( in GetConfigString()
660 appending.append(AceResKeyParser::GetInstance().GetMccByValue(value)); in GetConfigString()
663 appending.append(AceResKeyParser::GetInstance().GetMncShortLenByValue(value)); in GetConfigString()
666 appending in GetConfigString()
[all...]

Completed in 2 milliseconds