Home
last modified time | relevance | path

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

/foundation/arkui/ace_engine/frameworks/base/resource/
Dace_res_config.h58 … static std::vector<std::string> GetResourceFallback(const std::vector<std::string>& resourceList);
59 …ic std::vector<std::string> GetStyleResourceFallback(const std::vector<std::string>& resourceList);
60 …std::vector<std::string> GetDeclarativeResourceFallback(const std::set<std::string>& resourceList);
Dace_res_config.cpp707 …vector<std::string> AceResConfig::GetResourceFallback(const std::vector<std::string>& resourceList) in GetResourceFallback() argument
712 AceResConfig::MatchAndSortResConfigs(resourceList, deviceConfigTag, fileList); in GetResourceFallback()
716 …r<std::string> AceResConfig::GetStyleResourceFallback(const std::vector<std::string>& resourceList) in GetStyleResourceFallback() argument
720 AceResConfig::MatchAndSortStyleResConfigs(resourceList, deviceConfigTag, fileList); in GetStyleResourceFallback()
/foundation/resourceschedule/background_task_mgr/services/efficiency_resources/src/
Dbg_efficiency_resources_mgr.cpp187 auto &resourceList = iter->second->resourceUnitList_; in RecoverDelayedTask() local
189 …for (auto resourceIter = resourceList.begin(); resourceIter != resourceList.end(); resourceIter++)… in RecoverDelayedTask()