Home
last modified time | relevance | path

Searched refs:tethering (Results 1 – 23 of 23) sorted by relevance

/system/update_engine/
Dconnection_manager_unittest.cc151 ConnectionTethering tethering; in TestWithServiceType() local
152 EXPECT_TRUE(cmut_.GetConnectionProperties(&type, &tethering)); in TestWithServiceType()
165 ConnectionTethering tethering; in TestWithServiceTethering() local
166 EXPECT_TRUE(cmut_.GetConnectionProperties(&type, &tethering)); in TestWithServiceTethering()
167 EXPECT_EQ(expected_tethering, tethering); in TestWithServiceTethering()
177 ConnectionTethering tethering; in TestWithServiceDisconnected() local
178 EXPECT_TRUE(cmut_.GetConnectionProperties(&type, &tethering)); in TestWithServiceDisconnected()
356 ConnectionTethering tethering; in TEST_F() local
357 EXPECT_FALSE(cmut_.GetConnectionProperties(&type, &tethering)); in TEST_F()
Dmock_connection_manager.h38 bool(ConnectionType type, ConnectionTethering tethering));
Dconnection_manager_android.cc36 ConnectionType type, ConnectionTethering tethering) const { in IsUpdateAllowedOver()
Dconnection_manager_android.h36 ConnectionTethering tethering) const override;
Dconnection_manager_interface.h47 ConnectionTethering tethering) const = 0;
Dconnection_manager.h46 ConnectionTethering tethering) const override;
Dconnection_manager.cc56 ConnectionType type, ConnectionTethering tethering) const { in IsUpdateAllowedOver()
58 if (tethering != ConnectionTethering::kConfirmed) { in IsUpdateAllowedOver()
Dmetrics_utils.h51 ConnectionTethering tethering);
Dmetrics_utils.cc263 ConnectionTethering tethering) { in GetConnectionType() argument
272 if (tethering == ConnectionTethering::kConfirmed) in GetConnectionType()
278 if (tethering == ConnectionTethering::kConfirmed) in GetConnectionType()
289 << ", tethering=" << static_cast<int>(tethering); in GetConnectionType()
Domaha_request_action.cc1594 ConnectionTethering tethering; in IsUpdateAllowedOverCurrentConnection() local
1597 if (!connection_manager->GetConnectionProperties(&type, &tethering)) { in IsUpdateAllowedOverCurrentConnection()
1603 bool is_allowed = connection_manager->IsUpdateAllowedOver(type, tethering); in IsUpdateAllowedOverCurrentConnection()
1608 tethering == ConnectionTethering::kConfirmed; in IsUpdateAllowedOverCurrentConnection()
Dpayload_state.cc207 ConnectionTethering tethering; in AttemptStarted() local
211 &tethering)) { in AttemptStarted()
215 type = metrics_utils::GetConnectionType(network_connection_type, tethering); in AttemptStarted()
/system/sepolicy/apex/
DAndroid.bp178 name: "com.android.tethering-file_contexts",
180 "com.android.tethering-file_contexts",
/system/sepolicy/prebuilts/api/26.0/private/
Dbluetooth.te29 # tethering
/system/sepolicy/prebuilts/api/27.0/private/
Dbluetooth.te28 # tethering
/system/sepolicy/prebuilts/api/28.0/private/
Dbluetooth.te28 # tethering
/system/sepolicy/prebuilts/api/30.0/private/
Dbluetooth.te28 # tethering
Dservice_contexts216 tethering u:object_r:tethering_service:s0
/system/sepolicy/prebuilts/api/29.0/private/
Dbluetooth.te28 # tethering
/system/sepolicy/private/
Dbluetooth.te28 # tethering
Dservice_contexts217 tethering u:object_r:tethering_service:s0
/system/libhwbinder/
DAndroid.bp114 "com.android.tethering",
/system/libhidl/
DAndroid.bp83 "com.android.tethering",
/system/netd/server/
DAndroid.bp26 "com.android.tethering",