Home
last modified time | relevance | path

Searched refs:SystemProfileProto (Results 1 – 25 of 36) sorted by relevance

12

/external/chromium_org/components/metrics/net/
Dnetwork_metrics_provider.cc20 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 …]
Dnetwork_metrics_provider.h32 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/
Dextensions_metrics_provider.cc51 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()
Dchromeos_metrics_provider.cc31 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 …]
Dextensions_metrics_provider.h22 class SystemProfileProto; variable
38 metrics::SystemProfileProto* system_profile) OVERRIDE;
62 void ProvideOffStoreMetric(metrics::SystemProfileProto* system_profile);
66 void ProvideOccupiedBucketMetric(metrics::SystemProfileProto* system_profile);
Dchromeos_metrics_provider.h41 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);
Dchromeos_metrics_provider_unittest.cc134 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()
Dchrome_metrics_service_client.cc80 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()
Dgoogle_update_metrics_provider_win.cc12 typedef metrics::SystemProfileProto::GoogleUpdate::ProductInfo ProductInfo;
69 metrics::SystemProfileProto* system_profile_proto) { in ProvideSystemProfileMetrics()
73 metrics::SystemProfileProto::GoogleUpdate* google_update = in ProvideSystemProfileMetrics()
Dplugin_metrics_provider.cc51 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()
Dplugin_metrics_provider.h43 metrics::SystemProfileProto* system_profile_proto) OVERRIDE;
45 metrics::SystemProfileProto* system_profile_proto) OVERRIDE;
Dandroid_metrics_provider.h36 metrics::SystemProfileProto* system_profile_proto) OVERRIDE;
Dplugin_metrics_provider_unittest.cc81 metrics::SystemProfileProto system_profile; in TEST_F()
165 metrics::SystemProfileProto system_profile; in TEST_F()
Dgoogle_update_metrics_provider_win.h27 metrics::SystemProfileProto* system_profile_proto) OVERRIDE;
/external/chromium_org/components/metrics/gpu/
Dgpu_metrics_provider.cc42 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()
Dgpu_metrics_provider.h22 SystemProfileProto* system_profile_proto) OVERRIDE;
Dgpu_metrics_provider_unittest.cc60 const metrics::SystemProfileProto::Hardware& hardware = in TEST_F()
/external/chromium_org/components/metrics/
Dmetrics_provider.h13 class SystemProfileProto; variable
34 SystemProfileProto* system_profile_proto);
44 SystemProfileProto* system_profile_proto);
Dmetrics_log.cc75 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 …]
Dmetrics_provider.cc25 SystemProfileProto* system_profile_proto) { in ProvideSystemProfileMetrics()
33 SystemProfileProto* system_profile_proto) { in ProvideStabilityMetrics()
Dtest_metrics_service_client.cc40 SystemProfileProto::Channel TestMetricsServiceClient::GetChannel() { in GetChannel()
41 return SystemProfileProto::CHANNEL_BETA; in GetChannel()
Dmetrics_log_unittest.cc62 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()
Dmetrics_service_client.h41 virtual SystemProfileProto::Channel GetChannel() = 0;
/external/chromium_org/chromecast/metrics/
Dplatform_metrics_providers_simple.cc14 ::metrics::SystemProfileProto::Channel GetPlatformReleaseChannel() { in GetPlatformReleaseChannel()
15 return ::metrics::SystemProfileProto::CHANNEL_STABLE; in GetPlatformReleaseChannel()
Dplatform_metrics_providers.h22 ::metrics::SystemProfileProto::Channel GetPlatformReleaseChannel();

12