Searched refs:GetTotalReceivedBytes (Results 1 - 5 of 5) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/src/
H A DStatistics.h265 static uint64 GetTotalReceivedBytes() { return s_totalReceived; } function in class:CStatistics
534 static uint64 GetTotalReceivedBytes() { return s_statData[sdTotalReceivedBytes]; } function in class:CStatistics
H A DMuleTrayIcon.cpp424 wxString temp = CastItoXBytes(theStats::GetTotalReceivedBytes());
H A DStatistics.cpp753 s_sessionDownload = (CStatTreeItemUlDlCounter*)tmpRoot2->AddChild(new CStatTreeItemUlDlCounter(wxTRANSLATE("Downloaded Data (Session (Total)): %s"), theStats::GetTotalReceivedBytes, stSortChildren | stSortByValue));
769 tmpRoot1->AddChild(new CStatTreeItemRatio(wxTRANSLATE("Session UL:DL Ratio (Total): %s"), s_sessionUpload, s_sessionDownload, theStats::GetTotalSentBytes, theStats::GetTotalReceivedBytes), 3);
H A Damule.cpp966 amulesig_out.AddLine(CFormat(wxT("%llu")) % theStats::GetTotalReceivedBytes());
H A DExternalConn.cpp575 response->AddTag(CECTag(EC_TAG_STATS_TOTAL_RECEIVED_BYTES, theStats::GetTotalReceivedBytes()));

Completed in 59 milliseconds