Searched refs:GetPeakConnections (Results 1 - 4 of 4) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/src/
H A DStatistics.h290 static uint32 GetPeakConnections() { return s_activeConnections->GetMaxValue(); } function in class:CStatistics
H A Damule-remote-gui.h621 uint32 GetPeakConnections() { return m_peak_connections; } function in class:CListenSocketRem
H A DStatistics.cpp126 return CFormat(wxGetTranslation(m_label)) % theStats::GetPeakConnections();
132 tag->AddTag(CECTag(EC_TAG_STAT_NODE_VALUE, (uint64)theStats::GetPeakConnections()));
H A DamuleDlg.cpp1104 m_statisticswnd->UpdateStatGraphs(theStats::GetPeakConnections(), update);

Completed in 33 milliseconds