Searched refs:LoadFromIndex (Results 1 – 8 of 8) sorted by relevance
/ohos5.0/base/global/resource_management/frameworks/resmgr/test/unittest/common/ |
H A D | hap_resource_test.cpp | 106 auto pResource = HapResource::LoadFromIndex(FormatFullPath(g_resFilePath).c_str(), rc); 182 auto pResource = HapResource::LoadFromIndex(path, rc); 225 auto pResource = HapResource::LoadFromIndex(FormatFullPath(g_resFilePath).c_str(), rc);
|
/ohos5.0/base/global/resource_management_lite/frameworks/resmgr_lite/test/unittest/lite/common/ |
H A D | hap_resource_test.cpp | 74 …const HapResource *pResource = HapResource::LoadFromIndex(FormatFullPath(g_resFilePath).c_str(), n… 153 const HapResource *pResource = HapResource::LoadFromIndex(path, rc); 221 …const HapResource *pResource = HapResource::LoadFromIndex(FormatFullPath(g_resFilePath).c_str(), n…
|
H A D | global_test.cpp | 70 const HapResource *pResource = HapResource::LoadFromIndex(path, rc); in GetResId()
|
/ohos5.0/base/global/resource_management_lite/frameworks/resmgr_lite/src/ |
H A D | hap_manager.cpp | 259 const HapResource *pResource = HapResource::LoadFromIndex(path, resConfig_); in AddResourcePath() 275 …const HapResource *pResource = HapResource::LoadFromIndex(hapResources_[i]->GetIndexPath().c_str()… in ReloadAll()
|
H A D | hap_resource.cpp | 86 const HapResource *HapResource::LoadFromIndex(const char *path, const ResConfigImpl *defaultConfig,… in LoadFromIndex() function in OHOS::Global::Resource::HapResource
|
/ohos5.0/base/global/resource_management_lite/frameworks/resmgr_lite/include/ |
H A D | hap_resource.h | 44 …static const HapResource *LoadFromIndex(const char *path, const ResConfigImpl *defaultConfig, bool…
|
/ohos5.0/base/global/resource_management/frameworks/resmgr/include/ |
H A D | hap_resource.h | 47 static const std::shared_ptr<HapResource> LoadFromIndex(
|
/ohos5.0/base/global/resource_management/frameworks/resmgr/src/ |
H A D | hap_resource.cpp | 83 return LoadFromIndex(path, defaultConfig, isSystem, isOverlay, selectedTypes); in Load() 87 const std::shared_ptr<HapResource> HapResource::LoadFromIndex(const char *path, in LoadFromIndex() function in OHOS::Global::Resource::HapResource
|