Home
last modified time | relevance | path

Searched refs:CloseSession (Results 1 – 9 of 9) sorted by relevance

/system/tpm/trunks/
Dsession_manager_impl.cc58 CloseSession(); in ~SessionManagerImpl()
61 void SessionManagerImpl::CloseSession() { in CloseSession() function in trunks::SessionManagerImpl
80 CloseSession(); in StartSession()
Dmock_session_manager.h34 MOCK_METHOD0(CloseSession, void());
Dsession_manager.h53 virtual void CloseSession() = 0;
Dsession_manager_impl.h41 void CloseSession() override;
Dhmac_session_impl.cc34 session_manager_->CloseSession(); in ~HmacSessionImpl()
Dsession_manager_test.cc86 session_manager_.CloseSession(); in TEST_F()
94 session_manager_.CloseSession(); in TEST_F()
Dpolicy_session_impl.cc47 session_manager_->CloseSession(); in ~PolicySessionImpl()
Dtrunks_factory_for_test.cc398 void CloseSession() override { in CloseSession() function in trunks::SessionManagerForwarder
399 return target_->CloseSession(); in CloseSession()
/system/tpm/attestation/server/
Dpkcs11_key_store_test.cc152 ON_CALL(pkcs11_, CloseSession(_, _)) in SetUp()