Home
last modified time | relevance | path

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

/system/update_engine/cros/
Domaha_request_params.cc85 os_sp_ = image_props_.version + "_" + GetMachineType(); in Init()
198 string OmahaRequestParams::GetMachineType() const { in GetMachineType() function in chromeos_update_engine::OmahaRequestParams
Domaha_request_params_unittest.cc61 string GetMachineType() { in GetMachineType() function
81 EXPECT_EQ(string("ForcedVersion_") + GetMachineType(), params_.os_sp()); in TEST_F()
Domaha_request_params.h325 std::string GetMachineType() const;