Home
last modified time | relevance | path

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

/ohos5.0/base/update/sys_installer_lite/frameworks/source/updater/
H A Dhota_updater.c94 static unsigned short g_infoCompAndSignSize; /* the size of Info Component */ variable
111 g_infoCompAndSignSize = 0; in HotaResetStatus()
375 g_infoCompAndSignSize = basicInfo.infoCompSize + SIGN_DATA_LEN; in ProcessInfoCompHeader()
380 g_currentDloadComp.totalSize = g_infoCompAndSignSize; in ProcessInfoCompHeader()
381 if (g_infoCompAndSignSize < sizeof(PkgBasicInfo)) { in ProcessInfoCompHeader()
384 g_currentDloadComp.remainSize = g_infoCompAndSignSize - sizeof(PkgBasicInfo); in ProcessInfoCompHeader()
403 result = ParseHotaInfoComponent(g_infoCompBuff, g_infoCompAndSignSize); in ProcessOneComponent()