H A D | ace_res_key_parser.cpp | 77 bool AceResKeyParser::Parse(const std::string& deviceResConfigTag, std::vector<KeyParam>& keyParams, bool styleRes) in Parse() argument 93 if (!ParseMatch(keyParts, keyParams, functions, FUNC_LEN, styleRes)) { in Parse() 102 bool AceResKeyParser::DeclarativeParse(const std::string& deviceResConfigTag, std::vector<KeyParam>& keyParams) in DeclarativeParse() argument 119 if (!ParseMatch(reskeyParts, keyParams, functions, FUNC_LEN, true)) { in DeclarativeParse() 128 bool AceResKeyParser::ParseMatch(const std::vector<std::string>& keys, std::vector<KeyParam>& keyParams, in ParseMatch() argument 141 if (functions[k](*iter, keyParams)) { in ParseMatch() 153 bool AceResKeyParser::ParseMcc(const std::string& key, std::vector<KeyParam>& keyParams) in ParseMcc() argument 160 keyParams.emplace_back(keyParam); in ParseMcc() 166 bool AceResKeyParser::ParseMnc(const std::string& key, std::vector<KeyParam>& keyParams) in ParseMnc() argument 177 keyParams in ParseMnc() 183 ParseScreenShape(const std::string& key, std::vector<KeyParam>& keyParams) ParseScreenShape() argument 196 ParseLongScreen(const std::string& key, std::vector<KeyParam>& keyParams) ParseLongScreen() argument 209 ParseOrientation(const std::string& key, std::vector<KeyParam>& keyParams) ParseOrientation() argument 222 ParseColorMode(const std::string& key, std::vector<KeyParam>& keyParams) ParseColorMode() argument 235 ParseDeclarativeColorMode(const std::string& key, std::vector<KeyParam>& keyParams) ParseDeclarativeColorMode() argument 248 ParseDeviceType(const std::string& key, std::vector<KeyParam>& keyParams) ParseDeviceType() argument 261 ParseResolution(const std::string& key, std::vector<KeyParam>& keyParams) ParseResolution() argument 274 ParseDefaults(const std::string& key, std::vector<KeyParam>& keyParams) ParseDefaults() argument [all...] |