Home
last modified time | relevance | path

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

/foundation/arkui/ace_engine/frameworks/base/resource/
H A Dace_res_config.h68 const std::string& deviceConfigTag, std::vector<std::string>& viableFileList, bool styleRes = false);
76 static AceResConfig ConvertResTagToConfig(const std::string& deviceResConfigTag, bool styleRes);
78 static std::string ConvertResConfigToTag(const AceResConfig& resConfig, bool styleRes);
H A Dace_res_key_parser.h39 bool Parse(const std::string& deviceResConfigTag, std::vector<KeyParam>& keyParams, bool styleRes);
54 parse_key_function functions[], int32_t funcLen, bool styleRes) const;
H A Dace_res_key_parser.cpp77 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()
129 parse_key_function functions[], int32_t funcLen, bool styleRes) const in ParseMatch()
132 if (iter == keys.begin() && !styleRes) { in ParseMatch()
H A Dace_res_config.cpp815 const std::string& deviceResTag, std::vector<std::string>& matchedFileList, bool styleRes) in MatchAndSortResConfigs()
819 AceResConfig ResConfig = ConvertResTagToConfig(file, styleRes); in MatchAndSortResConfigs()
820 if (file == ConvertResConfigToTag(ResConfig, styleRes)) { in MatchAndSortResConfigs()
839 matchedFileList.emplace_back(ConvertResConfigToTag(matchedConfig, styleRes)); in MatchAndSortResConfigs()
842 if (styleRes) { in MatchAndSortResConfigs()
972 AceResConfig AceResConfig::ConvertResTagToConfig(const std::string& deviceResConfigTag, bool styleRes) in ConvertResTagToConfig() argument
976 bool parseSucceed = AceResKeyParser::GetInstance().Parse(deviceResConfigTag, keyParams, styleRes); in ConvertResTagToConfig()
1029 std::string AceResConfig::ConvertResConfigToTag(const AceResConfig& resConfig, bool styleRes) in ConvertResConfigToTag() argument
1032 if (!styleRes) { in ConvertResConfigToTag()
814 MatchAndSortResConfigs(const std::vector<std::string>& candidateFiles, const std::string& deviceResTag, std::vector<std::string>& matchedFileList, bool styleRes) MatchAndSortResConfigs() argument

Completed in 3 milliseconds