Home
last modified time | relevance | path

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

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