Home
last modified time | relevance | path

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

12

/system/update_engine/cros/
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_interface.h45 ConnectionTethering tethering) const = 0;
Dconnection_manager.h45 ConnectionTethering tethering) const override;
Dconnection_manager.cc54 ConnectionType type, ConnectionTethering tethering) const { in IsUpdateAllowedOver()
56 if (tethering != ConnectionTethering::kConfirmed) { in IsUpdateAllowedOver()
Domaha_request_action.cc1638 ConnectionTethering tethering; in IsUpdateAllowedOverCurrentConnection() local
1641 if (!connection_manager->GetConnectionProperties(&type, &tethering)) { in IsUpdateAllowedOverCurrentConnection()
1647 bool is_allowed = connection_manager->IsUpdateAllowedOver(type, tethering); in IsUpdateAllowedOverCurrentConnection()
1652 tethering == ConnectionTethering::kConfirmed; in IsUpdateAllowedOverCurrentConnection()
/system/update_engine/
Dmetrics_utils.h49 ConnectionTethering tethering);
Dmetrics_utils.cc266 ConnectionTethering tethering) { in GetConnectionType() argument
275 if (tethering == ConnectionTethering::kConfirmed) in GetConnectionType()
281 if (tethering == ConnectionTethering::kConfirmed) in GetConnectionType()
292 << ", tethering=" << static_cast<int>(tethering); in GetConnectionType()
/system/core/libnetutils/
DAndroid.bp44 "com.android.tethering",
/system/netd/server/
DAndroid.bp20 "com.android.tethering",
84 "com.android.tethering",
121 "com.android.tethering",
145 "com.android.tethering",
/system/libsysprop/srcs/
DAndroid.bp30 "com.android.tethering",
/system/sepolicy/apex/
DAndroid.bp221 name: "com.android.tethering-file_contexts",
223 "com.android.tethering-file_contexts",
/system/netd/client/
DAndroid.bp45 "com.android.tethering",
/system/netd/
DAndroid.bp23 "com.android.tethering",
/system/sepolicy/prebuilts/api/27.0/private/
Dbluetooth.te28 # tethering
/system/sepolicy/prebuilts/api/26.0/private/
Dbluetooth.te29 # tethering
/system/sepolicy/private/
Dnetwork_stack.te51 # allow Tethering(network_stack process) to run/update/read the eBPF maps to offload tethering traf…
Dbluetooth.te28 # tethering
/system/sepolicy/prebuilts/api/29.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
/system/sepolicy/prebuilts/api/31.0/private/
Dnetwork_stack.te51 # allow Tethering(network_stack process) to run/update/read the eBPF maps to offload tethering traf…
Dbluetooth.te28 # tethering
/system/libhwbinder/
DAndroid.bp139 "com.android.tethering",
/system/libhidl/
DAndroid.bp101 "com.android.tethering",

12