Home
last modified time | relevance | path

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

/developtools/global_resource_tool/src/
H A Dkey_parser.cpp77 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 Dselect_compile_parse.cpp30 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 Dselect_compile_parse.h26 static bool ParseTargetConfig(const std::string &limitParams, TargetConfig &targetConfig);
H A Dkey_parser.h29 TargetConfig &targetConfig);

Completed in 3 milliseconds