Searched refs:CProgressSync (Results 1 – 4 of 4) sorted by relevance
76 CProgressSync::CProgressSync(): in CProgressSync() function in CProgressSync89 bool CProgressSync::Get_Paused() in Get_Paused()95 HRESULT CProgressSync::CheckStop() in CheckStop()107 HRESULT CProgressSync::ScanProgress(UInt64 numFiles, UInt64 totalSize, const UString &fileName, boo… in ScanProgress()121 void CProgressSync::Set_NumFilesTotal(UInt64 val) in Set_NumFilesTotal()127 void CProgressSync::Set_NumBytesTotal(UInt64 val) in Set_NumBytesTotal()133 void CProgressSync::Set_NumFilesCur(UInt64 val) in Set_NumFilesCur()139 HRESULT CProgressSync::Set_NumBytesCur(const UInt64 *val) in Set_NumBytesCur()150 HRESULT CProgressSync::Set_NumBytesCur(UInt64 val) in Set_NumBytesCur()160 void CProgressSync::Set_Ratio(const UInt64 *inSize, const UInt64 *outSize) in Set_Ratio()[all …]
14 class CProgressSync22 CProgressSync(): _stopped(false), _paused(false), _total(1), _completed(0) {} in CProgressSync() function111 CProgressSync Sync;
32 class CProgressSync56 CProgressSync();240 CProgressSync Sync;
22 HRESULT CProgressSync::ProcessStopAndPause() in ProcessStopAndPause()