Home
last modified time | relevance | path

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

/ohos5.0/base/global/resource_management_lite/frameworks/resmgr_lite/src/
H A Dhap_manager.cpp132 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 Dhap_manager.cpp253 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 Dhap_manager.h391 uint32_t density, std::shared_ptr<ResConfigImpl> currentResConfig);