Home
last modified time | relevance | path

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

/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(), nullptr); in HWTEST_F()
153 const HapResource *pResource = HapResource::LoadFromIndex(path, rc); in HWTEST_F()
221 const HapResource *pResource = HapResource::LoadFromIndex(FormatFullPath(g_resFilePath).c_str(), nullptr); in HWTEST_F()
H A Dglobal_test.cpp70 const HapResource *pResource = HapResource::LoadFromIndex(path, rc); in GetResId()
/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); in HWTEST_F()
182 auto pResource = HapResource::LoadFromIndex(path, rc); in HWTEST_F()
225 auto pResource = HapResource::LoadFromIndex(FormatFullPath(g_resFilePath).c_str(), rc); in HWTEST_F()
/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 system = false);
/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(), resConfig_); in ReloadAll()
H A Dhap_resource.cpp86 const HapResource *HapResource::LoadFromIndex(const char *path, const ResConfigImpl *defaultConfig, bool system) in LoadFromIndex() function in OHOS::Global::Resource::HapResource
113 HILOG_ERROR("new ResDesc failed when LoadFromIndex"); in LoadFromIndex()
130 HILOG_ERROR("new HapResource failed when LoadFromIndex"); in LoadFromIndex()
/base/global/resource_management/frameworks/resmgr/include/
H A Dhap_resource.h47 static const std::shared_ptr<HapResource> LoadFromIndex(
/base/global/resource_management/frameworks/resmgr/src/
H A Dhap_resource.cpp91 pResource = LoadFromIndex(path, defaultConfig, isSystem, isOverlay, selectedTypes); in Load()
99 const std::shared_ptr<HapResource> HapResource::LoadFromIndex(const char *path, in LoadFromIndex() function in OHOS::Global::Resource::HapResource
129 RESMGR_HILOGE(RESMGR_TAG, "new ResDesc failed when LoadFromIndex"); in LoadFromIndex()
144 RESMGR_HILOGE(RESMGR_TAG, "new HapResource failed when LoadFromIndex"); in LoadFromIndex()

Completed in 5 milliseconds