Lines Matching defs:TrunksFactoryImpl
37 TrunksFactoryImpl::TrunksFactoryImpl(bool failure_is_fatal) {
54 TrunksFactoryImpl::TrunksFactoryImpl(CommandTransceiver* transceiver) {
59 TrunksFactoryImpl::~TrunksFactoryImpl() {}
61 Tpm* TrunksFactoryImpl::GetTpm() const {
65 scoped_ptr<TpmState> TrunksFactoryImpl::GetTpmState() const {
69 scoped_ptr<TpmUtility> TrunksFactoryImpl::GetTpmUtility() const {
73 scoped_ptr<AuthorizationDelegate> TrunksFactoryImpl::GetPasswordAuthorization(
79 scoped_ptr<SessionManager> TrunksFactoryImpl::GetSessionManager() const {
83 scoped_ptr<HmacSession> TrunksFactoryImpl::GetHmacSession() const {
87 scoped_ptr<PolicySession> TrunksFactoryImpl::GetPolicySession() const {
91 scoped_ptr<PolicySession> TrunksFactoryImpl::GetTrialSession() const {
95 scoped_ptr<BlobParser> TrunksFactoryImpl::GetBlobParser() const {