Searched refs:tethering (Results 1 – 13 of 13) sorted by relevance
/system/update_engine/ |
D | connection_manager_unittest.cc | 150 ConnectionTethering tethering; in TestWithServiceType() local 151 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() 392 ConnectionTethering tethering; in TEST_F() local 393 EXPECT_FALSE(cmut_.GetConnectionProperties(&type, &tethering)); in TEST_F()
|
D | metrics_utils.cc | 234 ConnectionTethering tethering) { in GetConnectionType() argument 240 if (tethering == ConnectionTethering::kConfirmed) in GetConnectionType() 246 if (tethering == ConnectionTethering::kConfirmed) in GetConnectionType() 263 << ", tethering=" << static_cast<int>(tethering); in GetConnectionType()
|
D | mock_connection_manager.h | 38 bool(ConnectionType type, ConnectionTethering tethering));
|
D | connection_manager_android.cc | 34 ConnectionType type, ConnectionTethering tethering) const { in IsUpdateAllowedOver()
|
D | connection_manager_android.h | 36 ConnectionTethering tethering) const override;
|
D | connection_manager_interface.h | 47 ConnectionTethering tethering) const = 0;
|
D | metrics_utils.h | 43 ConnectionTethering tethering);
|
D | connection_manager.h | 45 ConnectionTethering tethering) const override;
|
D | connection_manager.cc | 54 ConnectionType type, ConnectionTethering tethering) const { in IsUpdateAllowedOver() 112 if (tethering == ConnectionTethering::kConfirmed) { in IsUpdateAllowedOver()
|
D | payload_state.cc | 196 ConnectionTethering tethering; in AttemptStarted() local 200 &tethering)) { in AttemptStarted() 204 type = metrics_utils::GetConnectionType(network_connection_type, tethering); in AttemptStarted()
|
D | omaha_request_action.cc | 1631 ConnectionTethering tethering; in IsUpdateAllowedOverCurrentConnection() local 1634 if (!connection_manager->GetConnectionProperties(&type, &tethering)) { in IsUpdateAllowedOverCurrentConnection() 1639 bool is_allowed = connection_manager->IsUpdateAllowedOver(type, tethering); in IsUpdateAllowedOverCurrentConnection()
|
/system/sepolicy/prebuilts/api/26.0/private/ |
D | bluetooth.te | 29 # tethering
|
/system/sepolicy/private/ |
D | bluetooth.te | 28 # tethering
|