Searched defs:ConnectionInfoReader (Results 1 - 2 of 2) sorted by relevance

/system/connectivity/shill/
H A Dconnection_info_reader.h31 class ConnectionInfoReader { class in namespace:shill
33 ConnectionInfoReader();
34 virtual ~ConnectionInfoReader();
63 DISALLOW_COPY_AND_ASSIGN(ConnectionInfoReader);
H A Dconnection_info_reader.cc38 static string ObjectID(ConnectionInfoReader* c) {
54 ConnectionInfoReader::ConnectionInfoReader() {} function in class:shill::ConnectionInfoReader
56 ConnectionInfoReader::~ConnectionInfoReader() {}
58 FilePath ConnectionInfoReader::GetConnectionInfoFilePath() const {
62 bool ConnectionInfoReader::LoadConnectionInfo(
83 bool ConnectionInfoReader::ParseConnectionInfo(const string& input,
159 bool ConnectionInfoReader::ParseProtocol(const string& input, int* protocol) {
167 bool ConnectionInfoReader
[all...]

Completed in 213 milliseconds