Searched refs:tethering (Results 1 – 25 of 31) sorted by relevance
12
/system/update_engine/cros/ |
D | connection_manager_unittest.cc | 151 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()
|
D | mock_connection_manager.h | 38 bool(ConnectionType type, ConnectionTethering tethering));
|
D | connection_manager_interface.h | 45 ConnectionTethering tethering) const = 0;
|
D | connection_manager.h | 45 ConnectionTethering tethering) const override;
|
D | connection_manager.cc | 54 ConnectionType type, ConnectionTethering tethering) const { in IsUpdateAllowedOver() 56 if (tethering != ConnectionTethering::kConfirmed) { in IsUpdateAllowedOver()
|
D | omaha_request_action.cc | 1638 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/ |
D | metrics_utils.h | 49 ConnectionTethering tethering);
|
D | metrics_utils.cc | 266 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/ |
D | Android.bp | 44 "com.android.tethering",
|
/system/netd/server/ |
D | Android.bp | 20 "com.android.tethering", 84 "com.android.tethering", 121 "com.android.tethering", 145 "com.android.tethering",
|
/system/libsysprop/srcs/ |
D | Android.bp | 30 "com.android.tethering",
|
/system/sepolicy/apex/ |
D | Android.bp | 221 name: "com.android.tethering-file_contexts", 223 "com.android.tethering-file_contexts",
|
/system/netd/client/ |
D | Android.bp | 45 "com.android.tethering",
|
/system/netd/ |
D | Android.bp | 23 "com.android.tethering",
|
/system/sepolicy/prebuilts/api/27.0/private/ |
D | bluetooth.te | 28 # tethering
|
/system/sepolicy/prebuilts/api/26.0/private/ |
D | bluetooth.te | 29 # tethering
|
/system/sepolicy/private/ |
D | network_stack.te | 51 # allow Tethering(network_stack process) to run/update/read the eBPF maps to offload tethering traf…
|
D | bluetooth.te | 28 # tethering
|
/system/sepolicy/prebuilts/api/29.0/private/ |
D | bluetooth.te | 28 # tethering
|
/system/sepolicy/prebuilts/api/28.0/private/ |
D | bluetooth.te | 28 # tethering
|
/system/sepolicy/prebuilts/api/30.0/private/ |
D | bluetooth.te | 28 # tethering
|
/system/sepolicy/prebuilts/api/31.0/private/ |
D | network_stack.te | 51 # allow Tethering(network_stack process) to run/update/read the eBPF maps to offload tethering traf…
|
D | bluetooth.te | 28 # tethering
|
/system/libhwbinder/ |
D | Android.bp | 139 "com.android.tethering",
|
/system/libhidl/ |
D | Android.bp | 101 "com.android.tethering",
|
12