HomeSort by relevance Sort by last modified time
    Searched refs:GetLockoutThreshold (Results 1 - 10 of 10) sorted by null

  /system/tpm/trunks/
tpm_state.h 79 virtual uint32_t GetLockoutThreshold() = 0;
mock_tpm_state.cc 38 ON_CALL(*this, GetLockoutThreshold()).WillByDefault(Return(0));
mock_tpm_state.h 45 MOCK_METHOD0(GetLockoutThreshold, uint32_t());
tpm_state_impl.h 55 uint32_t GetLockoutThreshold() override;
tpm_state_test.cc 140 EXPECT_DEATH_IF_SUPPORTED(tpm_state.GetLockoutThreshold(), "Check failed");
246 EXPECT_EQ(tpm_state.GetLockoutThreshold(),
261 EXPECT_EQ(tpm_state.GetLockoutThreshold(),
tpm_state_impl.cc 140 uint32_t TpmStateImpl::GetLockoutThreshold() {
trunks_client.cc 131 printf("Lockout Threshold: %u\n", state->GetLockoutThreshold());
trunks_factory_for_test.cc 88 uint32_t GetLockoutThreshold() override {
89 return target_->GetLockoutThreshold();
  /system/tpm/tpm_manager/server/
tpm2_status_impl.cc 59 *threshold = trunks_tpm_state_->GetLockoutThreshold();
tpm2_status_test.cc 114 EXPECT_CALL(mock_tpm_state_, GetLockoutThreshold())

Completed in 174 milliseconds