Home
last modified time | relevance | path

Searched refs:UpdateConnectionState (Results 1 – 5 of 5) sorted by relevance

/system/connectivity/shill/vpn/
Dthird_party_vpn_driver_unittest.cc160 TEST_F(ThirdPartyVpnDriverTest, UpdateConnectionState) { in TEST_F() argument
162 driver_->UpdateConnectionState(Service::kStateConfiguring, &error); in TEST_F()
167 driver_->UpdateConnectionState(Service::kStateConfiguring, &error); in TEST_F()
173 driver_->UpdateConnectionState(Service::kStateOnline, &error); in TEST_F()
181 driver_->UpdateConnectionState(Service::kStateFailure, &error); in TEST_F()
Dthird_party_vpn_driver.h59 void UpdateConnectionState(Service::ConnectState connection_state,
95 FRIEND_TEST(ThirdPartyVpnDriverTest, UpdateConnectionState);
Dthird_party_vpn_driver.cc152 void ThirdPartyVpnDriver::UpdateConnectionState( in UpdateConnectionState() function in shill::ThirdPartyVpnDriver
/system/connectivity/shill/dbus/
Dchromeos_third_party_vpn_dbus_adaptor.cc106 bool ChromeosThirdPartyVpnDBusAdaptor::UpdateConnectionState( in UpdateConnectionState() function in shill::ChromeosThirdPartyVpnDBusAdaptor
116 client_->UpdateConnectionState(internal_state, &error_message); in UpdateConnectionState()
Dchromeos_third_party_vpn_dbus_adaptor.h59 bool UpdateConnectionState(brillo::ErrorPtr* error,