Searched refs:UpdateConnectionState (Results 1 – 5 of 5) sorted by relevance
160 TEST_F(ThirdPartyVpnDriverTest, UpdateConnectionState) { in TEST_F() argument162 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()
59 void UpdateConnectionState(Service::ConnectState connection_state,95 FRIEND_TEST(ThirdPartyVpnDriverTest, UpdateConnectionState);
152 void ThirdPartyVpnDriver::UpdateConnectionState( in UpdateConnectionState() function in shill::ThirdPartyVpnDriver
106 bool ChromeosThirdPartyVpnDBusAdaptor::UpdateConnectionState( in UpdateConnectionState() function in shill::ChromeosThirdPartyVpnDBusAdaptor116 client_->UpdateConnectionState(internal_state, &error_message); in UpdateConnectionState()
59 bool UpdateConnectionState(brillo::ErrorPtr* error,