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

  /system/tpm/trunks/
mock_session_manager.h 34 MOCK_METHOD0(CloseSession, void());
session_manager.h 52 virtual void CloseSession() = 0;
session_manager_impl.h 41 void CloseSession() override;
hmac_session_impl.cc 34 session_manager_->CloseSession();
session_manager_impl.cc 59 CloseSession();
62 void SessionManagerImpl::CloseSession() {
81 CloseSession();
session_manager_test.cc 84 session_manager_.CloseSession();
91 session_manager_.CloseSession();
policy_session_impl.cc 45 session_manager_->CloseSession();
trunks_factory_for_test.cc 399 void CloseSession() override { return target_->CloseSession(); }
  /system/tpm/attestation/server/
pkcs11_key_store_test.cc 150 ON_CALL(pkcs11_, CloseSession(_, _)).WillByDefault(Return(0));

Completed in 654 milliseconds