Searched refs:IsTpmEnabled (Results 1 – 10 of 10) sorted by relevance
53 EXPECT_TRUE(tpm_status_->IsTpmEnabled()); in TEST_F()58 EXPECT_FALSE(tpm_status_->IsTpmEnabled()); in TEST_F()63 EXPECT_TRUE(tpm_status_->IsTpmEnabled()); in TEST_F()64 EXPECT_TRUE(tpm_status_->IsTpmEnabled()); in TEST_F()
30 virtual bool IsTpmEnabled() = 0;
31 MOCK_METHOD0(IsTpmEnabled, bool());
37 ON_CALL(*this, IsTpmEnabled()).WillByDefault(Return(true)); in MockTpmStatus()
39 bool IsTpmEnabled() override;
37 bool IsTpmEnabled() override;
33 bool Tpm2StatusImpl::IsTpmEnabled() { in IsTpmEnabled() function in tpm_manager::Tpm2StatusImpl
50 if (!tpm_status_->IsTpmEnabled()) { in InitializeTask()74 reply->set_enabled(tpm_status_->IsTpmEnabled()); in GetTpmStatusTask()105 if (!tpm_status_->IsTpmEnabled()) { in TakeOwnershipTask()
30 bool TpmStatusImpl::IsTpmEnabled() { in IsTpmEnabled() function in tpm_manager::TpmStatusImpl
109 EXPECT_CALL(mock_tpm_status_, IsTpmEnabled()).WillRepeatedly(Return(false)); in TEST_F()190 EXPECT_CALL(mock_tpm_status_, IsTpmEnabled()).WillRepeatedly(Return(false)); in TEST_F()234 EXPECT_CALL(mock_tpm_status_, IsTpmEnabled()).WillRepeatedly(Return(false)); in TEST_F()