Lines Matching refs:Technology
883 Technology::Identifier technology = in CreateTemporaryServiceFromProfile()
884 Technology::IdentifierFromStorageGroup(entry_name); in CreateTemporaryServiceFromProfile()
885 if (technology == Technology::kUnknown) { in CreateTemporaryServiceFromProfile()
896 if (technology == Technology::kEthernet) { in CreateTemporaryServiceFromProfile()
952 Technology::Identifier tech) const { in IsTechnologyInList()
957 vector<Technology::Identifier> technologies; in IsTechnologyInList()
958 return Technology::GetTechnologyVectorFromString(technology_list, in IsTechnologyInList()
965 bool Manager::IsPortalDetectionEnabled(Technology::Identifier tech) { in IsPortalDetectionEnabled()
994 Technology::Identifier technology) const { in IsTechnologyLinkMonitorEnabled()
999 Technology::Identifier technology) const { in IsTechnologyAutoConnectDisabled()
1004 Technology::Identifier technology) const { in IsTechnologyProhibited()
1015 Technology::Identifier technology) const { in GetEnabledDeviceWithTechnology()
1102 Technology::Identifier id = Technology::IdentifierFromName(technology_name); in SetEnabledStateForTechnology()
1103 if (id == Technology::kUnknown) { in SetEnabledStateForTechnology()
1343 vector<Technology::Identifier> technology_vector; in SetProhibitedTechnologies()
1344 if (!Technology::GetTechnologyVectorFromString(prohibited_technologies, in SetProhibitedTechnologies()
1354 SetEnabledStateForTechnology(Technology::NameFromIdentifier(technology), in SetProhibitedTechnologies()
1365 void Manager::OnTechnologyProhibited(Technology::Identifier technology, in OnTechnologyProhibited()
1368 << Technology::NameFromIdentifier(technology); in OnTechnologyProhibited()
1568 if (service->technology() == Technology::kWifi && in VerifyDestination()
1736 Manager::FilterByTechnology(Technology::Identifier tech) const { in FilterByTechnology()
1892 Technology::IdentifierFromName(technology), presence); in DevicePresenceStatusCheck()
1987 set<Technology::Identifier> connecting_technologies; in ConnectToBestServicesTask()
1997 Technology::Identifier technology = service->technology(); in ConnectToBestServicesTask()
1998 if (!Technology::IsPrimaryConnectivityTechnology(technology) && in ConnectToBestServicesTask()
2129 Technology::NameFromIdentifier(device->technology())); in AvailableTechnologies()
2139 Technology::NameFromIdentifier(device->technology())); in ConnectedTechnologies()
2144 bool Manager::IsTechnologyConnected(Technology::Identifier technology) const { in IsTechnologyConnected()
2162 Technology::NameFromIdentifier(device->technology())); in EnabledTechnologies()
2297 Technology::Identifier technology = Technology::IdentifierFromName(type); in GetServiceInner()
2388 Technology::Identifier technology = Technology::IdentifierFromName(type); in ConfigureServiceForProfile()
2501 << Technology::NameFromIdentifier(device->technology()); in OnDeviceGeolocationInfoUpdated()
2507 case Technology::kWifi: in OnDeviceGeolocationInfoUpdated()
2511 case Technology::kCellular: in OnDeviceGeolocationInfoUpdated()
2547 for (const auto& wifi_device : FilterByTechnology(Technology::kWifi)) { in RequestScan()
2559 for (const auto& wifi_device : FilterByTechnology(Technology::kWifi)) { in SetSchedScan()
2567 technology_names.push_back(Technology::NameFromIdentifier(technology)); in GetTechnologyOrder()
2574 vector<Technology::Identifier> new_order; in SetTechnologyOrder()
2576 if (!Technology::GetTechnologyVectorFromString(order, &new_order, error)) { in SetTechnologyOrder()
2592 if (service->technology() == Technology::kWifi) { in IsWifiIdle()
2604 providers_[Technology::kEthernetEap] = ethernet_eap_provider_.get(); in UpdateProviderMapping()
2606 providers_[Technology::kVPN] = vpn_provider_.get(); in UpdateProviderMapping()
2608 providers_[Technology::kWifi] = wifi_provider_.get(); in UpdateProviderMapping()
2611 providers_[Technology::kWiMax] = wimax_provider_.get(); in UpdateProviderMapping()