HomeSort by relevance Sort by last modified time
    Searched defs:tethering (Results 1 - 10 of 10) sorted by null

  /frameworks/base/services/core/java/com/android/server/connectivity/tethering/
IControlsTethering.java 17 package com.android.server.connectivity.tethering;
22 * Interface with methods necessary to notify that a given interface is ready for tethering.
30 * Notify that |who| has changed its tethering state. This may be called from any thread.
IPv6TetheringCoordinator.java 17 package com.android.server.connectivity.tethering;
36 * IPv6 tethering is rather different from IPv4 owing to the absence of NAT.
135 // At this time we have no such mechanism--we only support tethering
178 // tethering with 464xlat involved). TODO: Rectify this shortcoming,
208 Log.d(TAG, String.format("IPv6 tethering is %s for upstream: %s",
IPv6TetheringInterfaceServices.java 17 package com.android.server.connectivity.tethering;
174 // until Tethering disables tethering on the interface. We
TetherInterfaceStateMachine.java 17 package com.android.server.connectivity.tethering;
41 * Tracks the eligibility of a given network interface for tethering.
69 // notification from the master SM that it had trouble starting tethering
71 // notification from the master SM that it had trouble stopping tethering
77 // new IPv6 tethering parameters need to be processed
121 // configured when we start tethering and unconfig'd on error or conclusion
211 Log.e(TAG, "Error Tethering: " + e.toString());
333 * tethering requests. The state machine itself will hang around until
  /system/update_engine/
connection_manager_unittest.cc 147 NetworkTethering tethering; local
148 EXPECT_TRUE(cmut_.GetConnectionProperties(&type, &tethering));
162 NetworkTethering tethering; local
163 EXPECT_TRUE(cmut_.GetConnectionProperties(&type, &tethering));
164 EXPECT_EQ(expected_tethering, tethering);
405 NetworkTethering tethering; local
406 EXPECT_FALSE(cmut_.GetConnectionProperties(&type, &tethering));
omaha_request_action.cc 1475 NetworkTethering tethering; local
    [all...]
payload_state.cc 190 NetworkTethering tethering; local
194 &tethering)) {
198 type = metrics_utils::GetConnectionType(network_connection_type, tethering);
    [all...]
  /system/connectivity/shill/vpn/
vpn_service.cc 205 string tethering; local
207 tethering = conn->tethering();
208 if (!tethering.empty()) {
209 return tethering;
211 // The underlying service may not have a Tethering property. This is
  /frameworks/base/services/tests/servicestests/src/com/android/server/connectivity/tethering/
TetherInterfaceStateMachineTest.java 17 package com.android.server.connectivity.tethering;
31 import static com.android.server.connectivity.tethering.IControlsTethering.STATE_AVAILABLE;
32 import static com.android.server.connectivity.tethering.IControlsTethering.STATE_TETHERED;
33 import static com.android.server.connectivity.tethering.IControlsTethering.STATE_UNAVAILABLE;
  /system/connectivity/shill/
connection.h 140 virtual const std::string& tethering() const { return tethering_; } function in class:shill::Connection
141 void set_tethering(const std::string& tethering) { tethering_ = tethering; }
218 // Track the tethering status of the Service associated with this connection.

Completed in 187 milliseconds