Searched refs:ConnectionInfoReader (Results 1 – 6 of 6) sorted by relevance
38 static string ObjectID(ConnectionInfoReader* c) { in ObjectID()54 ConnectionInfoReader::ConnectionInfoReader() {} in ConnectionInfoReader() function in shill::ConnectionInfoReader56 ConnectionInfoReader::~ConnectionInfoReader() {} in ~ConnectionInfoReader()58 FilePath ConnectionInfoReader::GetConnectionInfoFilePath() const { in GetConnectionInfoFilePath()62 bool ConnectionInfoReader::LoadConnectionInfo( in LoadConnectionInfo()83 bool ConnectionInfoReader::ParseConnectionInfo(const string& input, in ParseConnectionInfo()159 bool ConnectionInfoReader::ParseProtocol(const string& input, int* protocol) { in ParseProtocol()167 bool ConnectionInfoReader::ParseTimeToExpireSeconds( in ParseTimeToExpireSeconds()176 bool ConnectionInfoReader::ParseIPAddress( in ParseIPAddress()207 bool ConnectionInfoReader::ParsePort( in ParsePort()
31 class ConnectionInfoReader {33 ConnectionInfoReader();34 virtual ~ConnectionInfoReader();63 DISALLOW_COPY_AND_ASSIGN(ConnectionInfoReader);
31 class MockConnectionInfoReader : public ConnectionInfoReader {
163 std::unique_ptr<ConnectionInfoReader> connection_info_reader_;
52 connection_info_reader_(new ConnectionInfoReader), in TrafficMonitor()
50 class ConnectionInfoReaderUnderTest : public ConnectionInfoReader {