Lines Matching refs:Technology
184 set<Technology::Identifier> initialized_technologies; in GetUninitializedTechnologies()
186 Technology::Identifier technology = info.second.technology; in GetUninitializedTechnologies()
192 unique_technologies.erase(Technology::NameFromIdentifier(technology)); in GetUninitializedTechnologies()
195 if (Technology::IsPrimaryConnectivityTechnology(technology) && in GetUninitializedTechnologies()
197 unique_technologies.insert(Technology::NameFromIdentifier(technology)); in GetUninitializedTechnologies()
215 if (Technology::IsPrimaryConnectivityTechnology(device->technology())) { in RegisterDevice()
225 CHECK((device->technology() == Technology::kCellular) || in DeregisterDevice()
226 (device->technology() == Technology::kWiMax)); in DeregisterDevice()
260 Technology::Identifier DeviceInfo::GetDeviceTechnology( in GetDeviceTechnology()
274 return Technology::kUnknown; in GetDeviceTechnology()
287 return Technology::kWiFiMonitor; in GetDeviceTechnology()
289 return Technology::kWifi; in GetDeviceTechnology()
297 return Technology::kCellular; in GetDeviceTechnology()
305 return Technology::kEthernet; in GetDeviceTechnology()
312 return Technology::kUnknown; in GetDeviceTechnology()
322 return Technology::kLoopback; in GetDeviceTechnology()
327 return Technology::kPPP; in GetDeviceTechnology()
337 return Technology::kTunnel; in GetDeviceTechnology()
341 return Technology::kNoDeviceSymlink; in GetDeviceTechnology()
352 return Technology::kCellular; in GetDeviceTechnology()
359 return Technology::kWiMax; in GetDeviceTechnology()
368 return Technology::kCellular; in GetDeviceTechnology()
372 return Technology::kCDCEthernet; in GetDeviceTechnology()
380 return Technology::kVirtioEthernet; in GetDeviceTechnology()
387 return Technology::kEthernet; in GetDeviceTechnology()
453 Technology::Identifier technology) { in CreateDevice()
459 case Technology::kCellular: in CreateDevice()
478 case Technology::kEthernet: in CreateDevice()
483 case Technology::kVirtioEthernet: in CreateDevice()
489 case Technology::kWifi: in CreateDevice()
500 case Technology::kWiMax: in CreateDevice()
519 case Technology::kPPP: in CreateDevice()
520 case Technology::kTunnel: in CreateDevice()
531 technology == Technology::kTunnel) { in CreateDevice()
538 case Technology::kLoopback: in CreateDevice()
545 case Technology::kCDCEthernet: in CreateDevice()
553 case Technology::kNoDeviceSymlink: // FALLTHROUGH in CreateDevice()
599 if (!info->device || info->device->technology() != Technology::kBlacklisted) in IsRenamedBlacklistedDevice()
619 Technology::Identifier technology = Technology::kUnknown; in AddLinkMsgHandler()
654 technology = Technology::kBlacklisted; in AddLinkMsgHandler()
656 technology = Technology::kBlacklisted; in AddLinkMsgHandler()
669 } else if (technology != Technology::kTunnel && in AddLinkMsgHandler()
670 technology != Technology::kPPP && in AddLinkMsgHandler()
671 technology != Technology::kNoDeviceSymlink) { in AddLinkMsgHandler()
1144 Technology::Identifier technology = GetDeviceTechnology(link_name); in DelayedDeviceCreationTask()
1146 if (technology == Technology::kCDCEthernet) { in DelayedDeviceCreationTask()
1149 technology = Technology::kEthernet; in DelayedDeviceCreationTask()
1150 } else if (technology == Technology::kNoDeviceSymlink) { in DelayedDeviceCreationTask()
1155 technology = Technology::kUnknown; in DelayedDeviceCreationTask()
1162 technology = Technology::kEthernet; in DelayedDeviceCreationTask()
1164 } else if (technology != Technology::kCellular && in DelayedDeviceCreationTask()
1165 technology != Technology::kTunnel) { in DelayedDeviceCreationTask()
1168 << Technology::NameFromIdentifier(technology); in DelayedDeviceCreationTask()
1173 if (technology != Technology::kTunnel && in DelayedDeviceCreationTask()
1174 technology != Technology::kUnknown) { in DelayedDeviceCreationTask()