Home
last modified time | relevance | path

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

/ohos5.0/base/global/resource_management/frameworks/resmgr/include/
H A Dhap_manager.h393 const std::shared_ptr<HapResource::ValueUnderQualifierDir> GetBestMatchResource(
/ohos5.0/base/global/resource_management/frameworks/resmgr/src/
H A Dhap_manager.cpp190 return this->GetBestMatchResource(candidates, density, isGetOverrideResource); in FindQualifierValueByName()
201 return this->GetBestMatchResource(candidates, density, isGetOverrideResource); in FindQualifierValueById()
275 const std::shared_ptr<HapResource::ValueUnderQualifierDir> HapManager::GetBestMatchResource( in GetBestMatchResource() function in OHOS::Global::Resource::HapManager