| 4026 | } |
| 4027 | |
| 4028 | uint64_t CConnman::GetTotalBytesSent() const |
| 4029 | { |
| 4030 | AssertLockNotHeld(m_total_bytes_sent_mutex); |
| 4031 | LOCK(m_total_bytes_sent_mutex); |
| 4032 | return nTotalBytesSent; |
| 4033 | } |
| 4034 | |
| 4035 | ServiceFlags CConnman::GetLocalServices() const |
| 4036 | { |
no outgoing calls
no test coverage detected