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

  /system/tpm/trunks/
scoped_key_handle_test.cc 52 EXPECT_CALL(mock_tpm_, FlushContextSync(handle, _))
74 EXPECT_CALL(mock_tpm_, FlushContextSync(old_handle, _))
78 EXPECT_CALL(mock_tpm_, FlushContextSync(new_handle, _))
86 EXPECT_CALL(mock_tpm_, FlushContextSync(handle, _))
scoped_key_handle.cc 72 result = factory_.GetTpm()->FlushContextSync(handle, nullptr);
session_manager_test.cc 82 EXPECT_CALL(mock_tpm_, FlushContextSync(handle, nullptr))
90 EXPECT_CALL(mock_tpm_, FlushContextSync(handle, nullptr)).Times(0);
session_manager_impl.cc 66 TPM_RC result = factory_.GetTpm()->FlushContextSync(session_handle_, nullptr);
resource_manager.cc 87 factory_.GetTpm()->FlushContextSync(handle_list.handle[i], nullptr);
300 result = factory_.GetTpm()->FlushContextSync(info.tpm_handle, nullptr);
428 factory_.GetTpm()->FlushContextSync(session_to_flush, nullptr);
resource_manager_test.cc 177 EXPECT_CALL(tpm_, FlushContextSync(_, _))
516 EXPECT_CALL(tpm_, FlushContextSync(tpm_handle2, _))
725 EXPECT_CALL(tpm_, FlushContextSync(_, _))
    [all...]
mock_tpm.h     [all...]
tpm_generated.h     [all...]

Completed in 205 milliseconds