Searched refs:targetConfig (Results 1 - 4 of 4) sorted by relevance
/developtools/global_resource_tool/src/ |
H A D | key_parser.cpp | 77 TargetConfig &targetConfig) in ParseLimit() 80 {"mccmnc", [&targetConfig](const string &limitValue) { return ParseMccMnc(limitValue, in ParseLimit() 81 targetConfig.mccmnc); }}, in ParseLimit() 82 {"locale", [&targetConfig](const string &limitValue) { return ParseLSR(limitValue, in ParseLimit() 83 targetConfig.locale); }}, in ParseLimit() 84 {"orientation", [&targetConfig](const string &limitValue) { return ParseOrientation(limitValue, in ParseLimit() 85 targetConfig.orientation); }}, in ParseLimit() 86 {"device", [&targetConfig](const string &limitValue) { return ParseDeviceType(limitValue, in ParseLimit() 87 targetConfig.device); }}, in ParseLimit() 88 {"colormode", [&targetConfig](cons in ParseLimit() 76 ParseLimit(const string &func, std::vector<std::string> &limitValues, TargetConfig &targetConfig) ParseLimit() argument [all...] |
H A D | select_compile_parse.cpp | 30 bool SelectCompileParse::ParseTargetConfig(const string &limitParams, TargetConfig &targetConfig) in ParseTargetConfig() argument 56 if (!KeyParser::ParseLimit(limitType, limitValues, targetConfig)) { in ParseTargetConfig() 73 TargetConfig targetConfig = cmdParser.GetTargetConfigValues(); in IsSelectCompile() local 75 {KeyType::MCC, bind(&IsSelectableMccmnc, keyParams, placeholders::_1, targetConfig.mccmnc)}, in IsSelectCompile() 76 {KeyType::LANGUAGE, bind(&IsSelectableLocale, keyParams, placeholders::_1, targetConfig.locale)}, in IsSelectCompile() 77 {KeyType::ORIENTATION, bind(&IsSelectableOther, keyParams, placeholders::_1, targetConfig.orientation)}, in IsSelectCompile() 78 {KeyType::DEVICETYPE, bind(&IsSelectableOther, keyParams, placeholders::_1, targetConfig.device)}, in IsSelectCompile() 79 {KeyType::NIGHTMODE, bind(&IsSelectableOther, keyParams, placeholders::_1, targetConfig.colormode)}, in IsSelectCompile() 80 {KeyType::RESOLUTION, bind(&IsSelectableOther, keyParams, placeholders::_1, targetConfig.density)}, in IsSelectCompile()
|
/developtools/global_resource_tool/include/ |
H A D | select_compile_parse.h | 26 static bool ParseTargetConfig(const std::string &limitParams, TargetConfig &targetConfig);
|
H A D | key_parser.h | 29 TargetConfig &targetConfig);
|
Completed in 3 milliseconds