Home
last modified time | relevance | path

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

/ohos5.0/base/global/resource_management/frameworks/resmgr/include/
H A Dhap_resource.h49 bool isSystem = false, bool isOverlay = false, const uint32_t &selectedTypes = SELECT_ALL);
65 bool isSystem = false, bool isOverlay = false, const uint32_t &selectedTypes = SELECT_ALL);
81 bool isSystem = false, bool isOverlay = false, const uint32_t &selectedTypes = SELECT_ALL);
196 …const std::pair<std::string, std::string> &resPath, bool isOverlay = false, bool isSystemResource …
295 bool isSystem = false, bool isOverlay = false);
/ohos5.0/base/global/resource_management/frameworks/resmgr/src/
H A Dhap_resource.cpp46 …td::shared_ptr<IdItem> &idItem, const std::pair<std::string, std::string> &resPath, bool isOverlay, in ValueUnderQualifierDir() argument
52 isOverlay_ = isOverlay; in ValueUnderQualifierDir()
68 bool isSystem, bool isOverlay) : indexPath_(path), lastModTime_(lastModTime), resDesc_(resDes), in HapResource() argument
69 isSystem_(isSystem), isOverlay_(isOverlay), isThemeSystemResEnable_(false) in HapResource()
78 …std::shared_ptr<ResConfigImpl> &defaultConfig, bool isSystem, bool isOverlay, const uint32_t &sele… in Load() argument
81 return LoadFromHap(path, defaultConfig, isSystem, isOverlay, selectedTypes); in Load()
83 return LoadFromIndex(path, defaultConfig, isSystem, isOverlay, selectedTypes); in Load()
88 …std::shared_ptr<ResConfigImpl> &defaultConfig, bool isSystem, bool isOverlay, const uint32_t &sele… in LoadFromIndex() argument
130 0, resDesc, isSystem, isOverlay); in LoadFromIndex()
177 …std::shared_ptr<ResConfigImpl> &defaultConfig, bool isSystem, bool isOverlay, const uint32_t &sele… in LoadFromHap() argument
[all …]