Searched refs:technology_ (Results 1 – 7 of 7) sorted by relevance
/system/connectivity/shill/ |
D | connection.h | 86 Technology::Identifier technology_, 139 virtual Technology::Identifier technology() const { return technology_; } in technology() 207 Technology::Identifier technology_; variable
|
D | device.cc | 164 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()
|
D | device.h | 241 virtual Technology::Identifier technology() const { return technology_; } in technology() 860 Technology::Identifier technology_; variable
|
D | service.h | 423 virtual Technology::Identifier technology() const { return technology_; } in technology() 861 Technology::Identifier technology_; variable
|
D | service.cc | 169 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()
|
D | service_unittest.cc | 271 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()
|
D | connection.cc | 122 technology_(technology), in Connection()
|