Home
last modified time | relevance | path

Searched refs:set_hardware_class (Results 1 – 3 of 3) sorted by relevance

/system/core/metricsd/uploader/
Dmetrics_log_base.h87 void set_hardware_class(const std::string& hardware_class) { in set_hardware_class() function
88 uma_proto_.mutable_system_profile()->mutable_hardware()->set_hardware_class( in set_hardware_class()
Dmetrics_log_base_unittest.cc57 log.set_hardware_class("sample-class"); in TEST()
74 expected.mutable_system_profile()->mutable_hardware()->set_hardware_class( in TEST()
Dsystem_profile_cache.cc160 profile_proto->mutable_hardware()->set_hardware_class( in Populate()