Searched refs:technology_ (Results 1 - 7 of 7) sorted by relevance

/system/connectivity/shill/
H A Dconnection.h86 Technology::Identifier technology_,
139 virtual Technology::Identifier technology() const { return technology_; }
207 Technology::Identifier technology_; member in class:shill::Connection
H A Ddevice.cc164 technology_(technology),
909 metrics_->NotifyNetworkConnectionIPType(technology_, ip_type);
913 metrics_->NotifyIPv6ConnectivityStatus(technology_, ipv6_connectivity);
1137 technology_,
1425 technology_, selected_service_->strength());
1509 metrics()->NotifyFallbackDNSTestResult(technology_, result);
1608 metrics()->NotifyNetworkProblemDetected(technology_, metric_code);
H A Ddevice.h241 virtual Technology::Identifier technology() const { return technology_; }
860 Technology::Identifier technology_; member in class:shill::Device
H A Dservice.h423 virtual Technology::Identifier technology() const { return technology_; }
861 Technology::Identifier technology_; member in class:shill::Service
H A Dservice.cc169 technology_(technology),
1019 if (technology_ != Technology::kWifi)
1297 if (manager_->IsTechnologyAutoConnectDisabled(technology_)) {
1327 if (!Technology::IsPrimaryConnectivityTechnology(technology_) &&
H A Dconnection.cc122 technology_(technology),
H A Dservice_unittest.cc271 service_->technology_ = Technology::kWifi;
888 service_->technology_ = Technology::kWifi;
945 service_->technology_ = Technology::kCellular;
1001 service_->technology_ = Technology::kEthernet;
1047 service_->technology_)).WillOnce(Return(true));
1075 service_->technology_ = Technology::kEthernet;

Completed in 127 milliseconds