Home
last modified time | relevance | path

Searched defs:vuqd (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/base/global/resource_management_lite/frameworks/resmgr_lite/include/
H A Dhap_resource.h128 inline void AddLimitPath(ValueUnderQualifierDir *vuqd) in AddLimitPath()
/ohos5.0/base/global/resource_management_lite/frameworks/resmgr_lite/src/
H A Dresource_manager_impl.cpp181 const HapResource::ValueUnderQualifierDir *vuqd = hapManager_->FindQualifierValueById(id); in GetPluralStringById() local
187 const HapResource::ValueUnderQualifierDir *vuqd = in GetPluralStringByName() local
194 const HapResource::ValueUnderQualifierDir *vuqd = hapManager_->FindQualifierValueById(id); in GetPluralStringByIdFormat() local
211 const HapResource::ValueUnderQualifierDir *vuqd = in GetPluralStringByNameFormat() local
227 RState ResourceManagerImpl::GetPluralString(const HapResource::ValueUnderQualifierDir *vuqd, in GetPluralString()
574 RState ResourceManagerImpl::GetRawFile(const HapResource::ValueUnderQualifierDir *vuqd, const ResTy… in GetRawFile()
/ohos5.0/base/global/resource_management/frameworks/resmgr/include/
H A Dhap_resource.h230 inline void AddLimitPath(std::shared_ptr<ValueUnderQualifierDir> vuqd) in AddLimitPath()
/ohos5.0/base/global/resource_management/frameworks/resmgr/src/
H A Dresource_manager_impl.cpp308 …const std::shared_ptr<HapResource::ValueUnderQualifierDir> vuqd = hapManager_->FindQualifierValueB… in GetPluralStringById() local
315 const std::shared_ptr<HapResource::ValueUnderQualifierDir> vuqd = in GetPluralStringByName() local
322 …const std::shared_ptr<HapResource::ValueUnderQualifierDir> vuqd = hapManager_->FindQualifierValueB… in GetPluralStringByIdFormat() local
347 const std::shared_ptr<HapResource::ValueUnderQualifierDir> vuqd = in GetPluralStringByNameFormat() local
370 RState ResourceManagerImpl::GetPluralString(const std::shared_ptr<HapResource::ValueUnderQualifierD… in GetPluralString()
1576 …const std::shared_ptr<HapResource::ValueUnderQualifierDir> vuqd = hapManager_->FindQualifierValueB… in GetFormatPluralStringById() local
1603 const std::shared_ptr<HapResource::ValueUnderQualifierDir> vuqd = in GetFormatPluralStringByName() local
H A Dhap_manager.cpp839 RState HapManager::GetFilePath(const std::shared_ptr<HapResource::ValueUnderQualifierDir> vuqd, con… in GetFilePath()