Searched refs:GetMachineModel (Results 1 – 12 of 12) sorted by relevance
83 EXPECT_FALSE(info.GetMachineModel().empty()); in TEST()84 const char *machine_model = info.GetMachineModel().c_str(); in TEST()98 known = talk_base::string_match(info.GetMachineModel().c_str(), in TEST()
68 std::string GetMachineModel();
415 std::string SystemInfo::GetMachineModel() { in GetMachineModel() function in talk_base::SystemInfo
56 virtual std::string GetMachineModel() = 0;
45 virtual std::string GetMachineModel() OVERRIDE;
37 virtual std::string GetMachineModel() OVERRIDE;
55 std::string DevicePolicyIdentityStrategy::GetMachineModel() { in GetMachineModel() function in policy::DevicePolicyIdentityStrategy
42 MOCK_METHOD0(GetMachineModel, std::string());140 EXPECT_CALL(identity_strategy_, GetMachineModel()).WillRepeatedly( in SetupIdentityStrategy()
172 std::string UserPolicyIdentityStrategy::GetMachineModel() { in GetMachineModel() function in policy::UserPolicyIdentityStrategy
235 std::string machine_model = identity_strategy_->GetMachineModel(); in FetchToken()
246 std::string DeviceCloudPolicyManagerChromeOS::GetMachineModel() { in GetMachineModel() function in policy::DeviceCloudPolicyManagerChromeOS263 new CloudPolicyClient(GetMachineID(), GetMachineModel(), in CreateClient()
99 static std::string GetMachineModel();