Home | History | Annotate | Download | only in metrics

Lines Matching defs:system_profile

62   const metrics::SystemProfileProto& system_profile() const {
63 return uma_proto().system_profile();
103 void CheckSystemProfile(const metrics::SystemProfileProto& system_profile) {
104 EXPECT_EQ(kInstallDateExpected, system_profile.install_date());
105 EXPECT_EQ(kEnabledDateExpected, system_profile.uma_enabled_date());
108 static_cast<size_t>(system_profile.field_trial_size()));
111 system_profile.field_trial(i);
118 system_profile.field_trial(i + arraysize(kFieldTrialIds));
124 system_profile.brand_code());
127 system_profile.hardware();
175 parsed.system_profile().build_timestamp());
256 CheckSystemProfile(log.system_profile());
300 EXPECT_EQ(kInstallDateExpected, log.system_profile().install_date());
301 EXPECT_EQ(kEnabledDateExpected, log.system_profile().uma_enabled_date());
343 log.system_profile().stability();
366 log.system_profile().stability();
382 EXPECT_TRUE(log.uma_proto().system_profile().has_channel());