Home
last modified time | relevance | path

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

/foundation/arkui/ace_engine/frameworks/base/resource/
H A Dace_res_key_parser.h32 using parse_key_function = std::function<bool(const std::string&, std::vector<KeyParam>&)>;
39 bool Parse(const std::string& deviceResConfigTag, std::vector<KeyParam>& keyParams, bool styleRes);
40 bool DeclarativeParse(const std::string& deviceResConfigTag, std::vector<KeyParam>& keyParams);
53 bool ParseMatch(const std::vector<std::string>& keys, std::vector<KeyParam>& keyParams,
55 static bool ParseMcc(const std::string& key, std::vector<KeyParam>& keyParams);
56 static bool ParseMnc(const std::string& key, std::vector<KeyParam>& keyParams);
57 static bool ParseOrientation(const std::string& key, std::vector<KeyParam>& keyParams);
58 static bool ParseColorMode(const std::string& key, std::vector<KeyParam>& keyParams);
59 static bool ParseDeviceType(const std::string& key, std::vector<KeyParam>& keyParams);
60 static bool ParseResolution(const std::string& key, std::vector<KeyParam>
[all...]
H A Dace_res_key_parser.cpp77 bool AceResKeyParser::Parse(const std::string& deviceResConfigTag, std::vector<KeyParam>& keyParams, bool styleRes) in Parse()
102 bool AceResKeyParser::DeclarativeParse(const std::string& deviceResConfigTag, std::vector<KeyParam>& keyParams) in DeclarativeParse()
128 bool AceResKeyParser::ParseMatch(const std::vector<std::string>& keys, std::vector<KeyParam>& keyParams, in ParseMatch()
153 bool AceResKeyParser::ParseMcc(const std::string& key, std::vector<KeyParam>& keyParams) in ParseMcc()
157 KeyParam keyParam; in ParseMcc()
166 bool AceResKeyParser::ParseMnc(const std::string& key, std::vector<KeyParam>& keyParams) in ParseMnc()
170 KeyParam keyParam; in ParseMnc()
183 bool AceResKeyParser::ParseScreenShape(const std::string& key, std::vector<KeyParam>& keyParams) in ParseScreenShape()
187 KeyParam keyParam; in ParseScreenShape()
196 bool AceResKeyParser::ParseLongScreen(const std::string& key, std::vector<KeyParam>
[all...]
H A Dace_res_data_struct.h38 struct KeyParam { struct
H A Dace_res_config.h29 struct KeyParam;
73 bool ParseConfig(const std::vector<KeyParam>& keyParams);
H A Dace_res_config.cpp897 bool AceResConfig::ParseConfig(const std::vector<KeyParam>& keyParams) in ParseConfig()
975 std::vector<KeyParam> keyParams; in ConvertResTagToConfig()
986 std::vector<KeyParam> keyParams; in ConvertDeclarativeResTagToConfig()

Completed in 4 milliseconds