Searched refs:technology_id (Results 1 – 3 of 3) sorted by relevance
/system/connectivity/shill/ |
D | mock_metrics.h | 73 void(Technology::Identifier technology_id, int reason)); 75 void(Technology::Identifier technology_id, int result)); 80 void(Technology::Identifier technology_id, 83 void(Technology::Identifier technology_id, bool status)); 85 void(Technology::Identifier technology_id, bool status)); 87 void(Technology::Identifier technology_id, int signal_strength));
|
D | metrics.cc | 762 Technology::Identifier technology_id) { in GetFullMetricName() argument 763 string technology = Technology::NameFromIdentifier(technology_id); in GetFullMetricName() 1392 void Metrics::NotifyFallbackDNSTestResult(Technology::Identifier technology_id, in NotifyFallbackDNSTestResult() argument 1395 technology_id); in NotifyFallbackDNSTestResult() 1401 void Metrics::NotifyNetworkProblemDetected(Technology::Identifier technology_id, in NotifyNetworkProblemDetected() argument 1404 technology_id); in NotifyNetworkProblemDetected() 1419 Technology::Identifier technology_id, NetworkConnectionIPType type) { in NotifyNetworkConnectionIPType() argument 1421 technology_id); in NotifyNetworkConnectionIPType() 1425 void Metrics::NotifyIPv6ConnectivityStatus(Technology::Identifier technology_id, in NotifyIPv6ConnectivityStatus() argument 1428 technology_id); in NotifyIPv6ConnectivityStatus() [all …]
|
D | metrics.h | 831 Technology::Identifier technology_id); 1014 virtual void NotifyFallbackDNSTestResult(Technology::Identifier technology_id, 1020 Technology::Identifier technology_id, int reason); 1030 Technology::Identifier technology_id, NetworkConnectionIPType type); 1034 Technology::Identifier technology_id, bool status); 1037 virtual void NotifyDevicePresenceStatus(Technology::Identifier technology_id, 1042 Technology::Identifier technology_id, int signal_strength); 1180 void NotifyDeviceRemovedEvent(Technology::Identifier technology_id);
|