Searched refs:tethering (Results 1 - 13 of 13) sorted by relevance

/system/update_engine/
H A Dmock_connection_manager.h38 NetworkTethering tethering));
H A Dconnection_manager_interface.h55 // given tethering state.
57 NetworkTethering tethering) const = 0;
H A Dmetrics_utils.h41 // Calculates the internet connection type given |type| and |tethering|.
43 NetworkTethering tethering);
H A Dconnection_manager.h51 NetworkTethering tethering) const override;
H A Dmetrics_utils.cc228 NetworkTethering tethering) {
234 if (tethering == NetworkTethering::kConfirmed)
240 if (tethering == NetworkTethering::kConfirmed)
257 << ", tethering=" << static_cast<int>(tethering);
227 GetConnectionType(NetworkConnectionType type, NetworkTethering tethering) argument
H A Dconnection_manager_unittest.cc147 NetworkTethering tethering; local
148 EXPECT_TRUE(cmut_.GetConnectionProperties(&type, &tethering));
162 NetworkTethering tethering; local
163 EXPECT_TRUE(cmut_.GetConnectionProperties(&type, &tethering));
164 EXPECT_EQ(expected_tethering, tethering);
405 NetworkTethering tethering; local
406 EXPECT_FALSE(cmut_.GetConnectionProperties(&type, &tethering));
H A Dconnection_manager.cc75 NetworkTethering tethering) const {
133 if (tethering == NetworkTethering::kConfirmed) {
H A Domaha_request_action.cc1475 NetworkTethering tethering; local
1478 if (!connection_manager->GetConnectionProperties(&type, &tethering)) {
1483 bool is_allowed = connection_manager->IsUpdateAllowedOver(type, tethering);
H A Dpayload_state.cc190 NetworkTethering tethering; local
194 &tethering)) {
198 type = metrics_utils::GetConnectionType(network_connection_type, tethering);
/system/connectivity/shill/vpn/
H A Dvpn_service.cc205 string tethering; local
207 tethering = conn->tethering();
208 if (!tethering.empty()) {
209 return tethering;
H A Dvpn_service_unittest.cc427 EXPECT_CALL(*connection_, tethering()).Times(0);
432 EXPECT_CALL(*lower_connection_, tethering())
/system/connectivity/shill/
H A Dmock_connection.h52 MOCK_CONST_METHOD0(tethering, std::string&());
H A Dconnection.h140 virtual const std::string& tethering() const { return tethering_; } function in class:shill::Connection
141 void set_tethering(const std::string& tethering) { tethering_ = tethering; } argument
218 // Track the tethering status of the Service associated with this connection.

Completed in 2605 milliseconds