/base/global/resource_management_lite/frameworks/resmgr_lite/include/ |
H A D | hap_parser.h | 62 static int32_t ParseResHex(const char *buffer, const size_t bufLen, ResDesc &resDesc,
|
/base/global/resource_management/frameworks/resmgr/include/ |
H A D | hap_parser.h | 142 static int32_t ParseResHex(const char *buffer, const size_t bufLen, ResDesc &resDesc,
|
/base/global/resource_management/frameworks/resmgr/src/ |
H A D | hap_resource.cpp | 133 int32_t out = HapParser::ParseResHex(static_cast<char *>(buf), bufLen, *resDesc, defaultConfig, selectedTypes); in LoadFromIndex() 136 RESMGR_HILOGE(RESMGR_TAG, "ParseResHex failed! retcode:%d", out); in LoadFromIndex() 203 int32_t out = HapParser::ParseResHex( in LoadFromHap() 206 RESMGR_HILOGE(RESMGR_TAG, "ParseResHex failed! retcode:%{public}d", out); in LoadFromHap()
|
/base/global/resource_management_lite/frameworks/resmgr_lite/test/unittest/lite/common/ |
H A D | hap_resource_test.cpp | 272 out = HapParser::ParseResHex((char *)buf, bufLen, *resDesc, defaultConfig); in LoadFromHap() 276 HILOG_ERROR("ParseResHex failed! retcode:%d", out); in LoadFromHap() 279 HILOG_DEBUG("ParseResHex success:\n%s", resDesc->ToString().c_str()); in LoadFromHap()
|
H A D | resource_manager_performance_test.cpp | 157 int32_t out = HapParser::ParseResHex((char *)buf, bufLen, *resDesc, nullptr); in TestLoadFromIndex() 161 HILOG_ERROR("ParseResHex failed! retcode:%d", out); in TestLoadFromIndex() 164 HILOG_DEBUG("ParseResHex success:\n%s", resDesc->ToString().c_str()); in TestLoadFromIndex()
|
/base/global/resource_management_lite/frameworks/resmgr_lite/src/ |
H A D | hap_resource.cpp | 117 int32_t out = HapParser::ParseResHex(static_cast<char *>(buf), bufLen, *resDesc, defaultConfig); in LoadFromIndex() 121 HILOG_ERROR("ParseResHex failed! retcode:%d", out); in LoadFromIndex() 124 HILOG_DEBUG("ParseResHex success:\n%s", resDesc->ToString().c_str()); in LoadFromIndex()
|
/base/global/resource_management/frameworks/resmgr/test/unittest/common/ |
H A D | hap_resource_test.cpp | 275 out = HapParser::ParseResHex(reinterpret_cast<char *>(buf.get()), bufLen, *resDesc, defaultConfig, selectedTypes); in LoadFromHap() 278 RESMGR_HILOGE(RESMGR_TAG, "ParseResHex failed! retcode:%d", out); in LoadFromHap() 281 RESMGR_HILOGD(RESMGR_TAG, "ParseResHex success:\n%s", resDesc->ToString().c_str()); in LoadFromHap()
|
H A D | resource_manager_performance_test.cpp | 125 int32_t out = HapParser::ParseResHex((char *)buf, bufLen, *resDesc, nullptr); in ParseIndexCost() 128 RESMGR_HILOGE(RESMGR_TAG, "ParseResHex failed! retcode:%d", out); in ParseIndexCost()
|
/base/global/resource_management_lite/frameworks/resmgr_lite/src/utils/ |
H A D | hap_parser.cpp | 354 int32_t HapParser::ParseResHex(const char *buffer, const size_t bufLen, ResDesc &resDesc, in ParseResHex() function in OHOS::Global::Resource::HapParser 359 HILOG_ERROR("new ResHeader failed when ParseResHex"); in ParseResHex() 378 HILOG_ERROR("new ResKey failed when ParseResHex"); in ParseResHex()
|
/base/global/resource_management/frameworks/resmgr/src/utils/ |
H A D | hap_parser.cpp | 605 int32_t HapParser::ParseResHex(const char *buffer, const size_t bufLen, ResDesc &resDesc, in ParseResHex() function in OHOS::Global::Resource::HapParser 626 RESMGR_HILOGE(RESMGR_TAG, "new ResKey failed when ParseResHex"); in ParseResHex()
|