Home
last modified time | relevance | path

Searched refs:dtls_identity_store_ (Results 1 – 4 of 4) sorted by relevance

/external/webrtc/talk/app/webrtc/
Dpeerconnectionfactory.cc163 dtls_identity_store_ = nullptr; in ~PeerConnectionFactory()
203 dtls_identity_store_ = new RefCountedDtlsIdentityStore( in Initialize()
262 new DtlsIdentityStoreWrapper(dtls_identity_store_)); in CreatePeerConnection()
Dwebrtcsessiondescriptionfactory.cc148 dtls_identity_store_(std::move(dtls_identity_store)), in WebRtcSessionDescriptionFactory()
187 RTC_DCHECK(dtls_identity_store_); in WebRtcSessionDescriptionFactory()
202 dtls_identity_store_->RequestIdentity(key_type, identity_request_observer_); in WebRtcSessionDescriptionFactory()
Dpeerconnectionfactory.h127 rtc::scoped_refptr<RefCountedDtlsIdentityStore> dtls_identity_store_; variable
Dwebrtcsessiondescriptionfactory.h181 const rtc::scoped_ptr<DtlsIdentityStoreInterface> dtls_identity_store_; variable