Home
last modified time | relevance | path

Searched refs:LoadFromHap (Results 1 – 4 of 4) sorted by relevance

/base/global/resource_management_lite/frameworks/resmgr_lite/test/unittest/lite/common/
Dhap_resource_test.cpp258 ResDesc *LoadFromHap(const char *hapPath, const ResConfigImpl *defaultConfig) in LoadFromHap() function
294 ResDesc *resDesc = LoadFromHap(FormatFullPath("all.hap").c_str(), nullptr);
298 resDesc = LoadFromHap(FormatFullPath("err-config.json-1.hap").c_str(), nullptr);
302 resDesc = LoadFromHap(FormatFullPath("err-config.json-2.hap").c_str(), nullptr);
/base/global/resource_management/frameworks/resmgr/test/unittest/common/
Dhap_resource_test.cpp262 ResDesc *LoadFromHap(const char *hapPath, const ResConfigImpl *defaultConfig) in LoadFromHap() function
294 ResDesc *resDesc = LoadFromHap(FormatFullPath("all.hap").c_str(), nullptr);
298 resDesc = LoadFromHap(FormatFullPath("err-config.json-1.hap").c_str(), nullptr);
302 resDesc = LoadFromHap(FormatFullPath("err-config.json-2.hap").c_str(), nullptr);
/base/global/resource_management/frameworks/resmgr/include/
Dhap_resource.h56 …static const HapResource *LoadFromHap(const char *path, const ResConfigImpl *defaultConfig, bool s…
/base/global/resource_management/frameworks/resmgr/src/
Dhap_resource.cpp140 return LoadFromHap(path, defaultConfig, system); in Load()
201 const HapResource* HapResource::LoadFromHap(const char *path, const ResConfigImpl *defaultConfig, b… in LoadFromHap() function in OHOS::Global::Resource::HapResource