Searched refs:GetMachineModel (Results 1 – 3 of 3) sorted by relevance
58 EXPECT_FALSE(info.GetMachineModel().empty()); in TEST()59 const char *machine_model = info.GetMachineModel().c_str(); in TEST()73 known = rtc::string_match(info.GetMachineModel().c_str(), in TEST()
41 std::string GetMachineModel();
200 std::string SystemInfo::GetMachineModel() { in GetMachineModel() function in rtc::SystemInfo