Searched refs:SocketInfoReader (Results 1 – 8 of 8) sorted by relevance
37 static string ObjectID(SocketInfoReader* s) { return "(socket_info_reader)"; } in ObjectID()47 SocketInfoReader::SocketInfoReader() {} in SocketInfoReader() function in shill::SocketInfoReader49 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 …]
31 class SocketInfoReader {33 SocketInfoReader();34 virtual ~SocketInfoReader();76 DISALLOW_COPY_AND_ASSIGN(SocketInfoReader);
37 class SocketInfoReader; variable154 std::unique_ptr<SocketInfoReader> socket_info_reader_;
31 class MockSocketInfoReader : public SocketInfoReader {
44 class SocketInfoReader; variable211 std::unique_ptr<SocketInfoReader> socket_info_reader_;
50 socket_info_reader_(new SocketInfoReader), in TrafficMonitor()
105 socket_info_reader_(new SocketInfoReader()), in ConnectionHealthChecker()
65 class SocketInfoReaderUnderTest : public SocketInfoReader {