HomeSort by relevance Sort by last modified time
    Searched full:updateconnectionstate (Results 1 - 13 of 13) sorted by null

  /system/connectivity/shill/dbus_bindings/
org.chromium.flimflam.ThirdPartyVpn.dbus-xml 10 <method name="UpdateConnectionState">
  /system/connectivity/shill/dbus/
chromeos_third_party_vpn_dbus_adaptor.cc 106 bool ChromeosThirdPartyVpnDBusAdaptor::UpdateConnectionState(
116 client_->UpdateConnectionState(internal_state, &error_message);
chromeos_third_party_vpn_dbus_adaptor.h 59 bool UpdateConnectionState(brillo::ErrorPtr* error,
  /system/connectivity/shill/vpn/
third_party_vpn_driver_unittest.cc 160 TEST_F(ThirdPartyVpnDriverTest, UpdateConnectionState) {
162 driver_->UpdateConnectionState(Service::kStateConfiguring, &error);
167 driver_->UpdateConnectionState(Service::kStateConfiguring, &error);
173 driver_->UpdateConnectionState(Service::kStateOnline, &error);
181 driver_->UpdateConnectionState(Service::kStateFailure, &error);
third_party_vpn_driver.h 57 // UpdateConnectionState is called by DBus adaptor when
58 // "UpdateConnectionState" method is called on the DBus interface.
59 void UpdateConnectionState(Service::ConnectState connection_state,
95 FRIEND_TEST(ThirdPartyVpnDriverTest, UpdateConnectionState);
third_party_vpn_driver.cc 152 void ThirdPartyVpnDriver::UpdateConnectionState(
  /developers/build/prebuilts/gradle/BluetoothLeGatt/Application/src/main/java/com/example/android/bluetoothlegatt/
DeviceControlActivity.java 100 updateConnectionState(R.string.connected);
104 updateConnectionState(R.string.disconnected);
229 private void updateConnectionState(final int resourceId) {
  /developers/samples/android/connectivity/bluetooth/BluetoothLeGatt/Application/src/main/java/com/example/android/bluetoothlegatt/
DeviceControlActivity.java 100 updateConnectionState(R.string.connected);
104 updateConnectionState(R.string.disconnected);
229 private void updateConnectionState(final int resourceId) {
  /development/samples/browseable/BluetoothLeGatt/src/com.example.android.bluetoothlegatt/
DeviceControlActivity.java 100 updateConnectionState(R.string.connected);
104 updateConnectionState(R.string.disconnected);
229 private void updateConnectionState(final int resourceId) {
  /external/libweave/src/privet/
wifi_bootstrap_manager.cc 55 UpdateConnectionState();
245 UpdateConnectionState();
260 void WifiBootstrapManager::UpdateConnectionState() {
wifi_bootstrap_manager.h 95 void UpdateConnectionState();
  /frameworks/base/docs/html/guide/topics/connectivity/
bluetooth-le.jd 489 updateConnectionState(R.string.connected);
493 updateConnectionState(R.string.disconnected);
  /external/cros/system_api/dbus/shill/
dbus-constants.h 513 const char kUpdateConnectionStateFunction[] = "UpdateConnectionState";
    [all...]

Completed in 887 milliseconds