Lines Matching refs:gstUpdateOrder
20 RK_UPDATE_ORDER gstUpdateOrder[] = variable
1319 for (; i < ARRAY_LENGTH(gstUpdateOrder); i++) in isInOrderList()
1321 if (!strcmp(partName, gstUpdateOrder[i].partName)) in isInOrderList()
1420 for (int idx = 0; idx < ARRAY_LENGTH(gstUpdateOrder); idx++) in DownloadImage()
1422 if (!strcmp(rkImageHead.item[i].name, gstUpdateOrder[idx].partName)) in DownloadImage()
1424 gstUpdateOrder[idx].stItem = rkImageHead.item[i]; in DownloadImage()
1425 gstUpdateOrder[idx].ulItemSize = ulItemSize; in DownloadImage()
1597 for (int idx = 0; idx < ARRAY_LENGTH(gstUpdateOrder); idx++) in DownloadImage()
1599 if (gstUpdateOrder[idx].ulItemSize > 0) in DownloadImage()
1604 sprintf(szPrompt, "%s writing...\n", gstUpdateOrder[idx].partName); in DownloadImage()
1607 bRet = RKA_File_Download(gstUpdateOrder[idx].stItem, uiCurrentByte, uiTotalSize); in DownloadImage()
1613 gstUpdateOrder[idx].partName); in DownloadImage()
1617 … m_pLog->Record(_T("INFO:###### Download %s Done #######"), gstUpdateOrder[idx].partName); in DownloadImage()