Lines Matching refs:Technology

435       last_default_technology_(Technology::kUnknown),  in Metrics()
691 Technology::Identifier technology = (service) ? service->technology() : in NotifyDefaultServiceChanged()
692 Technology::kUnknown; in NotifyDefaultServiceChanged()
694 if (last_default_technology_ != Technology::kUnknown) { in NotifyDefaultServiceChanged()
746 Technology::NameFromIdentifier( in NotifyServiceStateChanged()
762 Technology::Identifier technology_id) { in GetFullMetricName()
763 string technology = Technology::NameFromIdentifier(technology_id); in GetFullMetricName()
770 Technology::Identifier technology = service.technology(); in NotifyServiceDisconnect()
783 Technology::Identifier technology = service.technology(); in NotifySignalAtDisconnect()
935 Technology::Identifier technology, in NotifyLinkMonitorFailure()
973 Technology::Identifier technology, in NotifyLinkMonitorResponseTimeSampleAdded()
1022 Technology::Identifier technology) { in RegisterDevice()
1087 Technology::Identifier technology) { in IsDeviceRegistered()
1392 void Metrics::NotifyFallbackDNSTestResult(Technology::Identifier technology_id, in NotifyFallbackDNSTestResult()
1401 void Metrics::NotifyNetworkProblemDetected(Technology::Identifier technology_id, in NotifyNetworkProblemDetected()
1419 Technology::Identifier technology_id, NetworkConnectionIPType type) { in NotifyNetworkConnectionIPType()
1425 void Metrics::NotifyIPv6ConnectivityStatus(Technology::Identifier technology_id, in NotifyIPv6ConnectivityStatus()
1434 void Metrics::NotifyDevicePresenceStatus(Technology::Identifier technology_id, in NotifyDevicePresenceStatus()
1443 void Metrics::NotifyDeviceRemovedEvent(Technology::Identifier technology_id) { in NotifyDeviceRemovedEvent()
1446 case Technology::kEthernet: in NotifyDeviceRemovedEvent()
1449 case Technology::kWifi: in NotifyDeviceRemovedEvent()
1452 case Technology::kWiMax: in NotifyDeviceRemovedEvent()
1455 case Technology::kCellular: in NotifyDeviceRemovedEvent()
1466 Technology::Identifier technology_id, int signal_strength) { in NotifyUnreliableLinkSignalStrength()
1616 Technology::Identifier technology = service.technology(); in InitializeCommonServiceMetrics()