Home
last modified time | relevance | path

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

/base/global/resource_management/frameworks/resmgr/test/unittest/common/
Dhap_resource_test.cpp65 void TestGetIdValuesByName(const HapResource *pResource) in TestGetIdValuesByName()
104 …const HapResource *pResource = HapResource::LoadFromIndex(FormatFullPath(g_resFilePath).c_str(), n… variable
158 const HapResource *pResource = HapResource::LoadFromIndex(path, rc); variable
225 …const HapResource *pResource = HapResource::LoadFromIndex(FormatFullPath(g_resFilePath).c_str(), n… variable
Dresource_manager_performance_test.cpp167 HapResource *pResource = new(std::nothrow) HapResource(pstr, 0, nullptr, resDesc); in TestLoadFromIndex() local
/base/global/resource_management_lite/frameworks/resmgr_lite/test/unittest/lite/common/
Dhap_resource_test.cpp74 …const HapResource *pResource = HapResource::LoadFromIndex(FormatFullPath(g_resFilePath).c_str(), n… variable
153 const HapResource *pResource = HapResource::LoadFromIndex(path, rc); variable
221 …const HapResource *pResource = HapResource::LoadFromIndex(FormatFullPath(g_resFilePath).c_str(), n… variable
Dglobal_test.cpp70 const HapResource *pResource = HapResource::LoadFromIndex(path, rc); in GetResId() local
Dresource_manager_performance_test.cpp167 HapResource *pResource = new(std::nothrow) HapResource(pstr, 0, nullptr, resDesc); in TestLoadFromIndex() local
/base/global/resource_management_lite/frameworks/resmgr_lite/src/
Dhap_manager.cpp228 HapResource *pResource = hapResources_[i]; in GetResourceList() local
241 HapResource *pResource = hapResources_[i]; in GetResourceListByName() local
259 const HapResource *pResource = HapResource::LoadFromIndex(path, resConfig_); in AddResourcePath() local
275 …const HapResource *pResource = HapResource::LoadFromIndex(hapResources_[i]->GetIndexPath().c_str()… in ReloadAll() local
Dhap_resource.cpp128 …HapResource *pResource = new (std::nothrow) HapResource(std::string(path), 0, defaultConfig, resDe… in LoadFromIndex() local
/base/global/resource_management/frameworks/resmgr/src/
Dhap_manager.cpp357 HapResource *pResource = hapResources_[i]; in GetResourceList() local
372 HapResource *pResource = hapResources_[i]; in GetResourceListByName() local
389 const HapResource *pResource = HapResource::Load(path, resConfig_); in AddResourcePath() local
420 const HapResource *pResource = HapResource::Load(iter->first.c_str(), resConfig_); in ReloadAll() local
Dhap_resource.cpp188 …HapResource *pResource = new (std::nothrow) HapResource(std::string(path), 0, defaultConfig, resDe… in LoadFromIndex() local
222 HapResource *pResource = new (std::nothrow) HapResource(path, 0, defaultConfig, resDesc); in LoadFromHap() local