Searched refs:GetMachineType (Results 1 – 3 of 3) sorted by relevance
91 string GetMachineType() { in GetMachineType() function114 EXPECT_EQ(string("0.2.2.3_") + GetMachineType(), out.os_sp()); in TEST_F()137 EXPECT_EQ(string("0.2.2.3_") + GetMachineType(), out.os_sp()); in TEST_F()157 EXPECT_EQ(string("0.2.2.3_") + GetMachineType(), out.os_sp()); in TEST_F()174 EXPECT_EQ(string("0.2.2.3_") + GetMachineType(), out.os_sp()); in TEST_F()190 EXPECT_EQ(string("_") + GetMachineType(), out.os_sp()); in TEST_F()208 EXPECT_EQ(string("ForcedVersion_") + GetMachineType(), out.os_sp()); in TEST_F()227 EXPECT_EQ(string("0.2.2.3_") + GetMachineType(), out.os_sp()); in TEST_F()247 EXPECT_EQ(string("0.2.2.3_") + GetMachineType(), out.os_sp()); in TEST_F()285 EXPECT_EQ(string("0.2.2.3_") + GetMachineType(), out.os_sp()); in TEST_F()[all …]
84 os_sp_ = image_props_.version + "_" + GetMachineType(); in Init()183 string OmahaRequestParams::GetMachineType() const { in GetMachineType() function in chromeos_update_engine::OmahaRequestParams
264 std::string GetMachineType() const;