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 D | hap_resource_test.cpp | 74 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 D | global_test.cpp | 70 const HapResource *pResource = HapResource::LoadFromIndex(path, rc); in GetResId()
|
/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); 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 D | hap_resource.h | 44 static const HapResource *LoadFromIndex(const char *path, const ResConfigImpl *defaultConfig, bool system = false);
|
/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(), resConfig_); in ReloadAll()
|
H A D | hap_resource.cpp | 86 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 D | hap_resource.h | 47 static const std::shared_ptr<HapResource> LoadFromIndex(
|
/base/global/resource_management/frameworks/resmgr/src/ |
H A D | hap_resource.cpp | 91 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