Searched defs:pResource (Results 1 – 9 of 9) sorted by relevance
/base/global/resource_management/frameworks/resmgr/test/unittest/common/ |
D | hap_resource_test.cpp | 65 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
|
D | resource_manager_performance_test.cpp | 167 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/ |
D | hap_resource_test.cpp | 74 …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
|
D | global_test.cpp | 70 const HapResource *pResource = HapResource::LoadFromIndex(path, rc); in GetResId() local
|
D | resource_manager_performance_test.cpp | 167 HapResource *pResource = new(std::nothrow) HapResource(pstr, 0, nullptr, resDesc); in TestLoadFromIndex() local
|
/base/global/resource_management_lite/frameworks/resmgr_lite/src/ |
D | hap_manager.cpp | 228 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
|
D | hap_resource.cpp | 128 …HapResource *pResource = new (std::nothrow) HapResource(std::string(path), 0, defaultConfig, resDe… in LoadFromIndex() local
|
/base/global/resource_management/frameworks/resmgr/src/ |
D | hap_manager.cpp | 357 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
|
D | hap_resource.cpp | 188 …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
|