Home
last modified time | relevance | path

Searched refs:LoadFromIndex (Results 1 – 8 of 8) sorted by relevance

/ohos5.0/base/global/resource_management/frameworks/resmgr/test/unittest/common/
H A Dhap_resource_test.cpp106 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 Dhap_resource_test.cpp74 …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 Dglobal_test.cpp70 const HapResource *pResource = HapResource::LoadFromIndex(path, rc); in GetResId()
/ohos5.0/base/global/resource_management_lite/frameworks/resmgr_lite/src/
H A Dhap_manager.cpp259 const HapResource *pResource = HapResource::LoadFromIndex(path, resConfig_); in AddResourcePath()
275 …const HapResource *pResource = HapResource::LoadFromIndex(hapResources_[i]->GetIndexPath().c_str()… in ReloadAll()
H A Dhap_resource.cpp86 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 Dhap_resource.h44 …static const HapResource *LoadFromIndex(const char *path, const ResConfigImpl *defaultConfig, bool…
/ohos5.0/base/global/resource_management/frameworks/resmgr/include/
H A Dhap_resource.h47 static const std::shared_ptr<HapResource> LoadFromIndex(
/ohos5.0/base/global/resource_management/frameworks/resmgr/src/
H A Dhap_resource.cpp83 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