Searched refs:GetCpuVendor (Results 1 – 3 of 3) sorted by relevance
18 LOG(LS_INFO) << "CpuVendor: " << info.GetCpuVendor(); in TEST()19 EXPECT_FALSE(info.GetCpuVendor().empty()); in TEST()27 EXPECT_TRUE(rtc::string_match(info.GetCpuVendor().c_str(), in TEST()29 rtc::string_match(info.GetCpuVendor().c_str(), in TEST()32 EXPECT_TRUE(rtc::string_match(info.GetCpuVendor().c_str(), "ARM")); in TEST()
37 std::string GetCpuVendor();
146 std::string SystemInfo::GetCpuVendor() { in GetCpuVendor() function in rtc::SystemInfo