/external/chromium_org/components/metrics/net/ |
D | network_metrics_provider.cc | 20 using metrics::SystemProfileProto; 44 SystemProfileProto* system_profile) { in ProvideSystemProfileMetrics() 45 SystemProfileProto::Network* network = system_profile->mutable_network(); in ProvideSystemProfileMetrics() 87 SystemProfileProto::Network::ConnectionType 92 return SystemProfileProto::Network::CONNECTION_UNKNOWN; in GetConnectionType() 94 return SystemProfileProto::Network::CONNECTION_ETHERNET; in GetConnectionType() 96 return SystemProfileProto::Network::CONNECTION_WIFI; in GetConnectionType() 98 return SystemProfileProto::Network::CONNECTION_2G; in GetConnectionType() 100 return SystemProfileProto::Network::CONNECTION_3G; in GetConnectionType() 102 return SystemProfileProto::Network::CONNECTION_4G; in GetConnectionType() [all …]
|
D | network_metrics_provider.h | 32 metrics::SystemProfileProto* system_profile) OVERRIDE; 38 metrics::SystemProfileProto::Network::ConnectionType 40 metrics::SystemProfileProto::Network::WifiPHYLayerProtocol 53 metrics::SystemProfileProto::Network* network_proto);
|
/external/chromium_org/chrome/browser/metrics/ |
D | extensions_metrics_provider.cc | 51 metrics::SystemProfileProto::ExtensionsState ExtensionStateAsProto( in ExtensionStateAsProto() 55 return metrics::SystemProfileProto::NO_EXTENSIONS; in ExtensionStateAsProto() 57 return metrics::SystemProfileProto::NO_OFFSTORE_VERIFIED; in ExtensionStateAsProto() 59 return metrics::SystemProfileProto::NO_OFFSTORE_UNVERIFIED; in ExtensionStateAsProto() 61 return metrics::SystemProfileProto::HAS_OFFSTORE; in ExtensionStateAsProto() 64 return metrics::SystemProfileProto::NO_EXTENSIONS; in ExtensionStateAsProto() 176 metrics::SystemProfileProto* system_profile) { in ProvideSystemProfileMetrics() 182 metrics::SystemProfileProto* system_profile) { in ProvideOffStoreMetric() 210 metrics::SystemProfileProto* system_profile) { in ProvideOccupiedBucketMetric()
|
D | chromeos_metrics_provider.cc | 31 using metrics::SystemProfileProto; 32 typedef SystemProfileProto::Hardware::Bluetooth::PairedDevice PairedDevice; 73 void WriteExternalTouchscreensProto(SystemProfileProto::Hardware* hardware) { in WriteExternalTouchscreensProto() 80 SystemProfileProto::Hardware::TouchScreen* touchscreen = in WriteExternalTouchscreensProto() 157 metrics::SystemProfileProto* system_profile_proto) { in ProvideSystemProfileMetrics() 161 metrics::SystemProfileProto::Hardware* hardware = in ProvideSystemProfileMetrics() 173 metrics::SystemProfileProto* system_profile_proto) { in ProvideStabilityMetrics() 174 metrics::SystemProfileProto::Stability* stability_proto = in ProvideStabilityMetrics() 209 metrics::SystemProfileProto* system_profile_proto) { in WriteBluetoothProto() 210 metrics::SystemProfileProto::Hardware* hardware = in WriteBluetoothProto() [all …]
|
D | extensions_metrics_provider.h | 22 class SystemProfileProto; variable 38 metrics::SystemProfileProto* system_profile) OVERRIDE; 62 void ProvideOffStoreMetric(metrics::SystemProfileProto* system_profile); 66 void ProvideOccupiedBucketMetric(metrics::SystemProfileProto* system_profile);
|
D | chromeos_metrics_provider.h | 41 metrics::SystemProfileProto* system_profile_proto) OVERRIDE; 43 metrics::SystemProfileProto* system_profile_proto) OVERRIDE; 55 metrics::SystemProfileProto* system_profile_proto); 62 void WriteBluetoothProto(metrics::SystemProfileProto* system_profile_proto);
|
D | chromeos_metrics_provider_unittest.cc | 134 metrics::SystemProfileProto system_profile; in TEST_F() 156 metrics::SystemProfileProto system_profile; in TEST_F() 168 metrics::SystemProfileProto system_profile; in TEST_F() 185 metrics::SystemProfileProto system_profile; in TEST_F() 215 metrics::SystemProfileProto system_profile; in TEST_F() 224 typedef metrics::SystemProfileProto::Hardware::Bluetooth::PairedDevice in TEST_F()
|
D | chrome_metrics_service_client.cc | 80 metrics::SystemProfileProto::Channel AsProtobufChannel( in AsProtobufChannel() 84 return metrics::SystemProfileProto::CHANNEL_UNKNOWN; in AsProtobufChannel() 86 return metrics::SystemProfileProto::CHANNEL_CANARY; in AsProtobufChannel() 88 return metrics::SystemProfileProto::CHANNEL_DEV; in AsProtobufChannel() 90 return metrics::SystemProfileProto::CHANNEL_BETA; in AsProtobufChannel() 92 return metrics::SystemProfileProto::CHANNEL_STABLE; in AsProtobufChannel() 95 return metrics::SystemProfileProto::CHANNEL_UNKNOWN; in AsProtobufChannel() 190 metrics::SystemProfileProto::Channel ChromeMetricsServiceClient::GetChannel() { in GetChannel()
|
D | google_update_metrics_provider_win.cc | 12 typedef metrics::SystemProfileProto::GoogleUpdate::ProductInfo ProductInfo; 69 metrics::SystemProfileProto* system_profile_proto) { in ProvideSystemProfileMetrics() 73 metrics::SystemProfileProto::GoogleUpdate* google_update = in ProvideSystemProfileMetrics()
|
D | plugin_metrics_provider.cc | 51 metrics::SystemProfileProto::Plugin* plugin) { in SetPluginInfo() 123 metrics::SystemProfileProto* system_profile_proto) { in ProvideSystemProfileMetrics() 132 metrics::SystemProfileProto* system_profile_proto) { in ProvideStabilityMetrics() 139 metrics::SystemProfileProto::Stability* stability = in ProvideStabilityMetrics() 155 const metrics::SystemProfileProto::Plugin* system_profile_plugin = NULL; in ProvideStabilityMetrics() 170 metrics::SystemProfileProto::Stability::PluginStability* plugin_stability = in ProvideStabilityMetrics()
|
D | plugin_metrics_provider.h | 43 metrics::SystemProfileProto* system_profile_proto) OVERRIDE; 45 metrics::SystemProfileProto* system_profile_proto) OVERRIDE;
|
D | android_metrics_provider.h | 36 metrics::SystemProfileProto* system_profile_proto) OVERRIDE;
|
D | plugin_metrics_provider_unittest.cc | 81 metrics::SystemProfileProto system_profile; in TEST_F() 165 metrics::SystemProfileProto system_profile; in TEST_F()
|
D | google_update_metrics_provider_win.h | 27 metrics::SystemProfileProto* system_profile_proto) OVERRIDE;
|
/external/chromium_org/components/metrics/gpu/ |
D | gpu_metrics_provider.cc | 42 void WriteScreenDPIInformationProto(SystemProfileProto::Hardware* hardware) { in WriteScreenDPIInformationProto() 66 SystemProfileProto* system_profile_proto) { in ProvideSystemProfileMetrics() 67 SystemProfileProto::Hardware* hardware = in ProvideSystemProfileMetrics() 72 SystemProfileProto::Hardware::Graphics* gpu = in ProvideSystemProfileMetrics() 78 SystemProfileProto::Hardware::Graphics::PerformanceStatistics* in ProvideSystemProfileMetrics()
|
D | gpu_metrics_provider.h | 22 SystemProfileProto* system_profile_proto) OVERRIDE;
|
D | gpu_metrics_provider_unittest.cc | 60 const metrics::SystemProfileProto::Hardware& hardware = in TEST_F()
|
/external/chromium_org/components/metrics/ |
D | metrics_provider.h | 13 class SystemProfileProto; variable 34 SystemProfileProto* system_profile_proto); 44 SystemProfileProto* system_profile_proto);
|
D | metrics_log.cc | 75 SystemProfileProto* system_profile) { in WriteFieldTrials() 78 SystemProfileProto::FieldTrial* field_trial = in WriteFieldTrials() 111 SystemProfileProto* system_profile = uma_proto_.mutable_system_profile(); in MetricsLog() 238 SystemProfileProto* system_profile = uma_proto()->mutable_system_profile(); in RecordStabilityMetrics() 264 SystemProfileProto::Stability* stability = in RecordStabilityMetrics() 304 SystemProfileProto::Stability* stability = in WriteRequiredStabilityAttributes() 318 SystemProfileProto::Stability* stability = in WriteRealtimeStabilityAttributes() 335 SystemProfileProto* system_profile = uma_proto()->mutable_system_profile(); in RecordEnvironment() 354 SystemProfileProto::Hardware* hardware = system_profile->mutable_hardware(); in RecordEnvironment() 365 SystemProfileProto::OS* os = system_profile->mutable_os(); in RecordEnvironment() [all …]
|
D | metrics_provider.cc | 25 SystemProfileProto* system_profile_proto) { in ProvideSystemProfileMetrics() 33 SystemProfileProto* system_profile_proto) { in ProvideStabilityMetrics()
|
D | test_metrics_service_client.cc | 40 SystemProfileProto::Channel TestMetricsServiceClient::GetChannel() { in GetChannel() 41 return SystemProfileProto::CHANNEL_BETA; in GetChannel()
|
D | metrics_log_unittest.cc | 62 const metrics::SystemProfileProto& system_profile() const { in system_profile() 103 void CheckSystemProfile(const metrics::SystemProfileProto& system_profile) { in CheckSystemProfile() 110 const metrics::SystemProfileProto::FieldTrial& field_trial = in CheckSystemProfile() 117 const metrics::SystemProfileProto::FieldTrial& field_trial = in CheckSystemProfile() 126 const metrics::SystemProfileProto::Hardware& hardware = in CheckSystemProfile() 265 SystemProfileProto decoded_system_profile; in TEST_F()
|
D | metrics_service_client.h | 41 virtual SystemProfileProto::Channel GetChannel() = 0;
|
/external/chromium_org/chromecast/metrics/ |
D | platform_metrics_providers_simple.cc | 14 ::metrics::SystemProfileProto::Channel GetPlatformReleaseChannel() { in GetPlatformReleaseChannel() 15 return ::metrics::SystemProfileProto::CHANNEL_STABLE; in GetPlatformReleaseChannel()
|
D | platform_metrics_providers.h | 22 ::metrics::SystemProfileProto::Channel GetPlatformReleaseChannel();
|