Searched refs:LoadFromHap (Results 1 – 4 of 4) sorted by relevance
/base/global/resource_management_lite/frameworks/resmgr_lite/test/unittest/lite/common/ |
D | hap_resource_test.cpp | 258 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/ |
D | hap_resource_test.cpp | 262 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/ |
D | hap_resource.h | 56 …static const HapResource *LoadFromHap(const char *path, const ResConfigImpl *defaultConfig, bool s…
|
/base/global/resource_management/frameworks/resmgr/src/ |
D | hap_resource.cpp | 140 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
|