Searched refs:TcpSocketMonitor (Results 1 – 5 of 5) sorted by relevance
101 const String16 TcpSocketMonitor::DUMP_KEYWORD = String16("tcp_socket_info");102 const milliseconds TcpSocketMonitor::kDefaultPollingInterval = milliseconds(30000);104 void TcpSocketMonitor::dump(DumpWriter& dw) { in dump()157 void TcpSocketMonitor::setPollingInterval(milliseconds nextSleepDurationMs) { in setPollingInterval()165 void TcpSocketMonitor::resumePolling() { in resumePolling()180 void TcpSocketMonitor::suspendPolling() { in suspendPolling()192 void TcpSocketMonitor::poll() { in poll()256 void TcpSocketMonitor::waitForNextPoll() { in waitForNextPoll()273 bool TcpSocketMonitor::isRunning() { in isRunning()278 void TcpSocketMonitor::updateSocketStats(time_point now, Fwmark mark, in updateSocketStats()[all …]
40 class TcpSocketMonitor {77 TcpSocketMonitor();78 ~TcpSocketMonitor();
57 TcpSocketMonitor tcpSocketMonitor;
207 "TcpSocketMonitor.cpp",
206 if (!args.isEmpty() && args[0] == TcpSocketMonitor::DUMP_KEYWORD) { in dump()