Home
last modified time | relevance | path

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

/base/update/sys_installer_lite/frameworks/source/updater/
Dhota_updater.c95 static CurrentDloadComp g_currentDloadComp = { 0 }; /* Currently downloading component information … variable
112 (void)memset_s(&g_currentDloadComp, sizeof(g_currentDloadComp), 0, sizeof(g_currentDloadComp)); in HotaResetStatus()
287 unsigned char tempIndex = g_currentDloadComp.index; in InitDloadNextComp()
288 …if (memset_s(&g_currentDloadComp, sizeof(g_currentDloadComp), 0, sizeof(g_currentDloadComp)) != EO… in InitDloadNextComp()
293 g_currentDloadComp.isInfoComp = false; in InitDloadNextComp()
294 g_currentDloadComp.currentSize = 0; in InitDloadNextComp()
295 g_currentDloadComp.index = tempIndex + 1; in InitDloadNextComp()
296 g_currentDloadComp.offset = currentOffset; in InitDloadNextComp()
298 if (g_currentDloadComp.index - 1 >= OTA_MAX_PARTITION_NUM) { in InitDloadNextComp()
304 g_currentDloadComp.totalSize = g_componentInfos.table[g_currentDloadComp.index - 1].length; in InitDloadNextComp()
[all …]