Lines Matching refs:KeyParam
24 map<string, vector<KeyParam>> KeyParser::caches_ = {};
25 bool KeyParser::Parse(const string &folderName, vector<KeyParam> &keyparams)
56 vector<KeyParam> &keyparams, const vector<parse_key_founction> &founctions)
108 vector<KeyParam> &keyparams, const vector<parse_key_founction> &founctions)
118 bool KeyParser::ParseMccMnc(const string &folderName, vector<KeyParam> &keyparams)
133 bool KeyParser::ParseMcc(const string &folderName, vector<KeyParam> &keyparams)
144 bool KeyParser::ParseMnc(const string &folderName, vector<KeyParam> &keyparams)
155 bool KeyParser::ParseLSR(const string &folderName, vector<KeyParam> &keyparams)
170 vector<KeyParam> tmp;
179 bool KeyParser::ParseLanguage(const string &folderName, vector<KeyParam> &keyparams)
194 bool KeyParser::ParseScript(const string &folderName, vector<KeyParam> &keyparams)
209 bool KeyParser::ParseRegion(const string &folderName, vector<KeyParam> &keyparams)
226 bool KeyParser::ParseOrientation(const string &folderName, vector<KeyParam> &keyparams)
237 bool KeyParser::ParseDeviceType(const string &folderName, vector<KeyParam> &keyparams)
248 bool KeyParser::ParseNightMode(const string &folderName, vector<KeyParam> &keyparams)
259 bool KeyParser::ParseInputDevice(const string &folderName, vector<KeyParam> &keyparams)
270 bool KeyParser::ParseResolution(const string &folderName, vector<KeyParam> &keyparams)
281 void KeyParser::PushMccMnc(const string &folderName, KeyType type, vector<KeyParam> &keyparams)
283 KeyParam keyParam;
289 void KeyParser::PushLSR(const string &folderName, KeyType type, vector<KeyParam> &keyparams)
291 KeyParam keyParam;
300 void KeyParser::PushValue(uint32_t value, KeyType type, vector<KeyParam> &keyparams)
302 KeyParam keyParam;