Searched refs:GetMachineModel (Results 1 – 7 of 7) sorted by relevance
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()