Searched refs:GetRunningArgs (Results 1 – 7 of 7) sorted by relevance
/dports/ftp/multiget/multiget-1.1.3/src/ |
H A D | taskmanager.h | 73 bool GetRunningArgs( int ntask, float& fratio, llong& finish, int& speed, int& ttf );
|
H A D | taskmanager.cpp | 414 bool CTaskManager::GetRunningArgs( in GetRunningArgs() function in CTaskManager 425 obj->GetRunningArgs( fratio, finish, speed, ttf ); in GetRunningArgs()
|
H A D | mgfilemanager.h | 86 void GetRunningArgs( float& fratio, llong& finish, int& speed, int& ttf );
|
H A D | mgsingletask.h | 118 void GetRunningArgs( float& fratio, llong& finish, int& speed, int& ttf );
|
H A D | mgsingletask.cpp | 618 void CMgSingleTask::GetRunningArgs( float& fratio, llong& finish, int& speed, int& ttf ) in GetRunningArgs() function in CMgSingleTask 622 m_pFM->GetRunningArgs( fratio, finish, speed, ttf ); in GetRunningArgs()
|
H A D | mgfilemanager.cpp | 1182 void CMgFileManager::GetRunningArgs( float& fratio, llong& finish, int& speed, int& ttf ) in GetRunningArgs() function in CMgFileManager
|
H A D | mainframe.cpp | 1746 … m_TaskManager->GetRunningArgs( it->nID, it->fRatio, it->nFinish, it->nSpeed, it->nTime ); in OnTimer()
|