Searched defs:tethering (Results 1 - 4 of 4) sorted by relevance

/system/update_engine/
H A Dmetrics_utils.cc232 ConnectionTethering tethering) {
238 if (tethering == ConnectionTethering::kConfirmed)
244 if (tethering == ConnectionTethering::kConfirmed)
261 << ", tethering=" << static_cast<int>(tethering);
231 GetConnectionType(ConnectionType type, ConnectionTethering tethering) argument
H A Dconnection_manager_unittest.cc150 ConnectionTethering tethering; local
151 EXPECT_TRUE(cmut_.GetConnectionProperties(&type, &tethering));
165 ConnectionTethering tethering; local
166 EXPECT_TRUE(cmut_.GetConnectionProperties(&type, &tethering));
167 EXPECT_EQ(expected_tethering, tethering);
392 ConnectionTethering tethering; local
393 EXPECT_FALSE(cmut_.GetConnectionProperties(&type, &tethering));
H A Domaha_request_action.cc1527 ConnectionTethering tethering; local
1530 if (!connection_manager->GetConnectionProperties(&type, &tethering)) {
1535 bool is_allowed = connection_manager->IsUpdateAllowedOver(type, tethering);
H A Dpayload_state.cc191 ConnectionTethering tethering; local
195 &tethering)) {
199 type = metrics_utils::GetConnectionType(network_connection_type, tethering);

Completed in 70 milliseconds