Searched refs:CloseSession (Results 1 – 9 of 9) sorted by relevance
59 CloseSession(); in ~SessionManagerImpl()62 void SessionManagerImpl::CloseSession() { in CloseSession() function in trunks::SessionManagerImpl81 CloseSession(); in StartSession()
34 MOCK_METHOD0(CloseSession, void());
52 virtual void CloseSession() = 0;
41 void CloseSession() override;
34 session_manager_->CloseSession(); in ~HmacSessionImpl()
84 session_manager_.CloseSession(); in TEST_F()91 session_manager_.CloseSession(); in TEST_F()
45 session_manager_->CloseSession(); in ~PolicySessionImpl()
399 void CloseSession() override { return target_->CloseSession(); } in CloseSession() function in trunks::SessionManagerForwarder
150 ON_CALL(pkcs11_, CloseSession(_, _)).WillByDefault(Return(0)); in SetUp()