Lines Matching refs:uiCurrentByte

1486     long long uiCurrentByte = 0;  in DownloadImage()  local
1491 m_pProcessCallback((double)uiCurrentByte / (double)uiTotalSize, 0); in DownloadImage()
1508 bRet = RKA_Gpt_Download(rkImageHead.item[i], uiCurrentByte, uiTotalSize); in DownloadImage()
1520 bRet = RKA_Param_Download(rkImageHead.item[i], uiCurrentByte, uiTotalSize); in DownloadImage()
1581 bRet = RKA_File_Download(rkImageHead.item[i], uiCurrentByte, uiTotalSize); in DownloadImage()
1607 bRet = RKA_File_Download(gstUpdateOrder[idx].stItem, uiCurrentByte, uiTotalSize); in DownloadImage()
1638 uiCurrentByte = 0; in DownloadImage()
1643 m_pProcessCallback((double)uiCurrentByte / (double)uiTotalSize, 0); in DownloadImage()
1658 bRet = RKA_Gpt_Check(rkImageHead.item[i], uiCurrentByte, uiTotalSize); in DownloadImage()
1670 bRet = RKA_Param_Check(rkImageHead.item[i], uiCurrentByte, uiTotalSize); in DownloadImage()
1713 bRet = RKA_File_Check(rkImageHead.item[i], uiCurrentByte, uiTotalSize); in DownloadImage()
1923 long long uiCurrentByte = 0; in UpgradePartition() local
1928 m_pProcessCallback((double)uiCurrentByte / (double)uiTotalSize, 0); in UpgradePartition()
1934 uiCurrentByte += (8 * m_uiParamFileSize); in UpgradePartition()
1942 … bRet = RKA_Param_Download(rkImageHead.item[vecUpgradePartition[i]], uiCurrentByte, uiTotalSize); in UpgradePartition()
1957 uiCurrentByte -= (8 * m_uiParamFileSize); in UpgradePartition()
1958 … bRet = RKA_Param_Check(rkImageHead.item[vecUpgradePartition[i]], uiCurrentByte, uiTotalSize); in UpgradePartition()
1982 uiCurrentByte += ulItemSize; in UpgradePartition()
1993 … bRet = RKA_File_Download(rkImageHead.item[vecUpgradePartition[i]], uiCurrentByte, uiTotalSize); in UpgradePartition()
2008 uiCurrentByte -= ulItemSize; in UpgradePartition()
2009 … bRet = RKA_File_Check(rkImageHead.item[vecUpgradePartition[i]], uiCurrentByte, uiTotalSize); in UpgradePartition()