Home
last modified time | relevance | path

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

/external/webrtc/webrtc/base/
Dsysteminfo_unittest.cc58 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()
Dsysteminfo.h41 std::string GetMachineModel();
Dsysteminfo.cc200 std::string SystemInfo::GetMachineModel() { in GetMachineModel() function in rtc::SystemInfo