Searched refs:currentResConfig (Results 1 – 3 of 3) sorted by relevance
/ohos5.0/base/global/resource_management_lite/frameworks/resmgr_lite/src/ |
H A D | hap_manager.cpp | 132 const ResConfigImpl *currentResConfig = this->resConfig_; in FindQualifierValueByName() local 144 if (!bestResConfig->IsMoreSuitable(resConfig, currentResConfig)) { in FindQualifierValueByName() 164 const ResConfigImpl *currentResConfig = this->resConfig_; in FindQualifierValueById() local 176 if (!bestResConfig->IsMoreSuitable(resConfig, currentResConfig)) { in FindQualifierValueById()
|
/ohos5.0/base/global/resource_management/frameworks/resmgr/src/ |
H A D | hap_manager.cpp | 253 uint32_t density, std::shared_ptr<ResConfigImpl> currentResConfig) in MatchBestResource() argument 260 if (!currentResConfig->Match(resConfig)) { in MatchBestResource() 268 if (!bestResConfig->IsMoreSuitable(resConfig, currentResConfig, density)) { in MatchBestResource() 282 …const std::shared_ptr<ResConfigImpl> currentResConfig = getCompleteOverrideConfig(isGetOverrideRes… in GetBestMatchResource() local 283 if (!currentResConfig) { in GetBestMatchResource() 291 … MatchBestResource(bestOverlayResConfig, overlayResult, paths, density, currentResConfig); in GetBestMatchResource() 293 MatchBestResource(bestResConfig, result, paths, density, currentResConfig); in GetBestMatchResource() 297 if (bestOverlayResConfig->IsMoreSuitable(bestResConfig, currentResConfig, density)) { in GetBestMatchResource()
|
/ohos5.0/base/global/resource_management/frameworks/resmgr/include/ |
H A D | hap_manager.h | 391 uint32_t density, std::shared_ptr<ResConfigImpl> currentResConfig);
|