Home
last modified time | relevance | path

Searched refs:matchedFileList (Results 1 – 1 of 1) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/base/resource/
H A Dace_res_config.cpp815 const std::string& deviceResTag, std::vector<std::string>& matchedFileList, bool styleRes) in MatchAndSortResConfigs() argument
839 matchedFileList.emplace_back(ConvertResConfigToTag(matchedConfig, styleRes)); in MatchAndSortResConfigs()
843 matchedFileList.emplace_back("default"); in MatchAndSortResConfigs()
845 matchedFileList.emplace_back("res-defaults"); in MatchAndSortResConfigs()
850 const std::string& deviceResTag, std::vector<std::string>& matchedFileList) in MatchAndSortStyleResConfigs() argument
852 MatchAndSortResConfigs(candidateFiles, deviceResTag, matchedFileList, true); in MatchAndSortStyleResConfigs()