Home
last modified time | relevance | path

Searched defs:connection_state (Results 1 – 8 of 8) sorted by relevance

/system/connectivity/shill/
Dsocket_info.h79 ConnectionState connection_state() const { return connection_state_; } in connection_state() function
80 void set_connection_state(ConnectionState connection_state) { in set_connection_state()
Dsocket_info.cc21 SocketInfo::SocketInfo(ConnectionState connection_state, in SocketInfo()
Dsocket_info_reader.cc110 SocketInfo::ConnectionState connection_state = in ParseSocketInfo() local
203 const string& input, SocketInfo::ConnectionState* connection_state) { in ParseConnectionState()
Dsocket_info_reader_unittest.cc369 SocketInfo::ConnectionState connection_state = in TEST_F() local
Dmanager.cc2106 string connection_state = service ? service->GetStateString() : kStateIdle; in RefreshConnectionState() local
/system/connectivity/shill/dbus/
Dchromeos_third_party_vpn_dbus_adaptor.cc107 brillo::ErrorPtr* error, uint32_t connection_state) { in UpdateConnectionState()
/system/core/adb/
Dtransport.h76 ConnectionState connection_state = kCsOffline; variable
/system/connectivity/shill/vpn/
Dthird_party_vpn_driver.cc153 Service::ConnectState connection_state, std::string* error_message) { in UpdateConnectionState()