Searched refs:TcpSocketMonitor (Results 1 – 5 of 5) sorted by relevance
100 const String16 TcpSocketMonitor::DUMP_KEYWORD = String16("tcp_socket_info");101 const milliseconds TcpSocketMonitor::kDefaultPollingInterval = milliseconds(30000);103 void TcpSocketMonitor::dump(DumpWriter& dw) { in dump()156 void TcpSocketMonitor::setPollingInterval(milliseconds nextSleepDurationMs) { in setPollingInterval()164 void TcpSocketMonitor::resumePolling() { in resumePolling()179 void TcpSocketMonitor::suspendPolling() { in suspendPolling()191 void TcpSocketMonitor::poll() { in poll()255 void TcpSocketMonitor::waitForNextPoll() { in waitForNextPoll()272 bool TcpSocketMonitor::isRunning() { in isRunning()277 void TcpSocketMonitor::updateSocketStats(time_point now, Fwmark mark, in updateSocketStats()[all …]
40 class TcpSocketMonitor {77 TcpSocketMonitor();78 ~TcpSocketMonitor();
57 TcpSocketMonitor tcpSocketMonitor;
87 "TcpSocketMonitor.cpp",
185 if (!args.isEmpty() && args[0] == TcpSocketMonitor::DUMP_KEYWORD) { in dump()