Searched refs:CloseSession (Results 1 – 9 of 9) sorted by relevance
58 CloseSession(); in ~SessionManagerImpl()61 void SessionManagerImpl::CloseSession() { in CloseSession() function in trunks::SessionManagerImpl80 CloseSession(); in StartSession()
34 MOCK_METHOD0(CloseSession, void());
53 virtual void CloseSession() = 0;
41 void CloseSession() override;
34 session_manager_->CloseSession(); in ~HmacSessionImpl()
86 session_manager_.CloseSession(); in TEST_F()94 session_manager_.CloseSession(); in TEST_F()
47 session_manager_->CloseSession(); in ~PolicySessionImpl()
398 void CloseSession() override { in CloseSession() function in trunks::SessionManagerForwarder399 return target_->CloseSession(); in CloseSession()
152 ON_CALL(pkcs11_, CloseSession(_, _)) in SetUp()