Home
last modified time | relevance | path

Searched defs:idValues (Results 1 – 9 of 9) sorted by relevance

/ohos5.0/base/global/resource_management/frameworks/resmgr/test/unittest/common/
H A Dhap_manager_test.cpp79 auto idValues = hapManager->GetResourceList(id); variable
118 auto idValues = hapManager->GetResourceList(id); variable
182 auto idValues = hapManager->GetResourceList(id); variable
222 auto idValues = hapManager->GetResourceList(id); variable
H A Dhap_resource_test.cpp70 auto idValues = pResource->GetIdValuesByName(name, ResType::STRING); in TestGetIdValuesByName() local
117 auto idValues = pResource->GetIdValues(id); variable
148 auto idValues = pResource->GetIdValuesByName(name, ResType::STRING); in GetIdValuesByNameFuncTest002() local
193 auto idValues = pResource->GetIdValues(id); variable
H A Dtest_common.cpp42 void PrintIdValues(const std::shared_ptr<HapResource::IdValues> &idValues) in PrintIdValues()
/ohos5.0/base/global/resource_management_lite/frameworks/resmgr_lite/test/unittest/lite/common/
H A Dhap_manager_test.cpp78 const HapResource::IdValues *idValues = hapManager->GetResourceList(id); variable
117 const HapResource::IdValues *idValues = hapManager->GetResourceList(id); variable
H A Dhap_resource_test.cpp86 auto idValues = pResource->GetIdValues(id); variable
167 auto idValues = pResource->GetIdValues(id); variable
H A Dtest_common.cpp42 void PrintIdValues(const HapResource::IdValues *idValues) in PrintIdValues()
/ohos5.0/base/global/resource_management_lite/frameworks/resmgr_lite/src/
H A Dhap_resource.cpp179 auto idValues = new (std::nothrow) HapResource::IdValues(); in InitIdList() local
196 HapResource::IdValues *idValues = iter->second; in InitIdList() local
H A Dhap_manager.cpp122 const HapResource::IdValues *idValues = this->GetResourceListByName(name, resType); in FindQualifierValueByName() local
154 const HapResource::IdValues *idValues = this->GetResourceList(id); in FindQualifierValueById() local
/ohos5.0/base/global/resource_management/frameworks/resmgr/src/
H A Dhap_resource.cpp333 auto idValues = std::make_shared<HapResource::IdValues>(); in InitMap() local
353 std::shared_ptr<HapResource::IdValues> idValues = iter->second; in InitMap() local