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

  /system/tpm/tpm_manager/server/
tpm2_status_test.cc 39 factory_->set_tpm_state(&mock_tpm_state_);
44 NiceMock<trunks::MockTpmState> mock_tpm_state_; member in class:tpm_manager::Tpm2StatusTest
51 EXPECT_CALL(mock_tpm_state_, Initialize())
53 EXPECT_CALL(mock_tpm_state_, IsEnabled())
59 EXPECT_CALL(mock_tpm_state_, IsEnabled())
65 EXPECT_CALL(mock_tpm_state_, Initialize())
72 EXPECT_CALL(mock_tpm_state_, Initialize())
74 EXPECT_CALL(mock_tpm_state_, IsOwned())
80 EXPECT_CALL(mock_tpm_state_, IsOwned())
86 EXPECT_CALL(mock_tpm_state_, Initialize()
    [all...]
  /system/tpm/trunks/
tpm_utility_test.cc 51 factory_.set_tpm_state(&mock_tpm_state_);
142 NiceMock<MockTpmState> mock_tpm_state_; member in class:trunks::TpmUtilityTest
289 EXPECT_CALL(mock_tpm_state_, IsOwnerPasswordSet())
291 EXPECT_CALL(mock_tpm_state_, IsEndorsementPasswordSet())
293 EXPECT_CALL(mock_tpm_state_, IsLockoutPasswordSet())
323 EXPECT_CALL(mock_tpm_state_, IsOwnerPasswordSet())
325 EXPECT_CALL(mock_tpm_state_, IsLockoutPasswordSet())
333 EXPECT_CALL(mock_tpm_state_, IsOwnerPasswordSet())
335 EXPECT_CALL(mock_tpm_state_, IsEndorsementPasswordSet())
343 EXPECT_CALL(mock_tpm_state_, IsOwnerPasswordSet()
    [all...]

Completed in 6175 milliseconds