Home
last modified time | relevance | path

Searched refs:ParseResHex (Results 1 - 10 of 10) sorted by relevance

/base/global/resource_management_lite/frameworks/resmgr_lite/include/
H A Dhap_parser.h62 static int32_t ParseResHex(const char *buffer, const size_t bufLen, ResDesc &resDesc,
/base/global/resource_management/frameworks/resmgr/include/
H A Dhap_parser.h142 static int32_t ParseResHex(const char *buffer, const size_t bufLen, ResDesc &resDesc,
/base/global/resource_management/frameworks/resmgr/src/
H A Dhap_resource.cpp133 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 Dhap_resource_test.cpp272 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 Dresource_manager_performance_test.cpp157 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 Dhap_resource.cpp117 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 Dhap_resource_test.cpp275 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 Dresource_manager_performance_test.cpp125 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 Dhap_parser.cpp354 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 Dhap_parser.cpp605 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()

Completed in 11 milliseconds