Home
last modified time | relevance | path

Searched refs:SocketInfoReader (Results 1 – 8 of 8) sorted by relevance

/system/connectivity/shill/
Dsocket_info_reader.cc37 static string ObjectID(SocketInfoReader* s) { return "(socket_info_reader)"; } in ObjectID()
47 SocketInfoReader::SocketInfoReader() {} in SocketInfoReader() function in shill::SocketInfoReader
49 SocketInfoReader::~SocketInfoReader() {} in ~SocketInfoReader()
51 FilePath SocketInfoReader::GetTcpv4SocketInfoFilePath() const { in GetTcpv4SocketInfoFilePath()
55 FilePath SocketInfoReader::GetTcpv6SocketInfoFilePath() const { in GetTcpv6SocketInfoFilePath()
59 bool SocketInfoReader::LoadTcpSocketInfo(vector<SocketInfo>* info_list) { in LoadTcpSocketInfo()
68 bool SocketInfoReader::AppendSocketInfo(const FilePath& info_file_path, in AppendSocketInfo()
86 bool SocketInfoReader::ParseSocketInfo(const string& input, in ParseSocketInfo()
134 bool SocketInfoReader::ParseIPAddressAndPort( in ParseIPAddressAndPort()
147 bool SocketInfoReader::ParseIPAddress(const string& input, in ParseIPAddress()
[all …]
Dsocket_info_reader.h31 class SocketInfoReader {
33 SocketInfoReader();
34 virtual ~SocketInfoReader();
76 DISALLOW_COPY_AND_ASSIGN(SocketInfoReader);
Dtraffic_monitor.h37 class SocketInfoReader; variable
154 std::unique_ptr<SocketInfoReader> socket_info_reader_;
Dmock_socket_info_reader.h31 class MockSocketInfoReader : public SocketInfoReader {
Dconnection_health_checker.h44 class SocketInfoReader; variable
211 std::unique_ptr<SocketInfoReader> socket_info_reader_;
Dtraffic_monitor.cc50 socket_info_reader_(new SocketInfoReader), in TrafficMonitor()
Dconnection_health_checker.cc105 socket_info_reader_(new SocketInfoReader()), in ConnectionHealthChecker()
Dsocket_info_reader_unittest.cc65 class SocketInfoReaderUnderTest : public SocketInfoReader {