Searched refs:IsTpmReady (Results 1 – 7 of 7) sorted by relevance
39 MOCK_METHOD0(IsTpmReady, bool());
32 virtual bool IsTpmReady() = 0;
60 ON_CALL(*this, IsTpmReady()).WillByDefault(Return(true)); in MockTpmUtility()
41 bool IsTpmReady() override;
85 if (!IsTpmReady()) { in Initialize()92 bool TpmUtilityV1::IsTpmReady() { in IsTpmReady() function in attestation::TpmUtilityV1572 if (!IsTpmReady()) { in SetupSrk()
524 if (!tpm_utility_->IsTpmReady()) { in IsPreparedForEnrollment()565 if (!tpm_utility_->IsTpmReady()) { in FinishEnroll()608 if (!tpm_utility_->IsTpmReady()) { in CreateCertificateRequest()648 if (!tpm_utility_->IsTpmReady()) { in FinishCertificateRequest()
380 EXPECT_CALL(mock_tpm_utility_, IsTpmReady()) in TEST_F()