Searched refs:dtls_identity_store (Results 1 - 14 of 14) sorted by relevance

/external/webrtc/talk/app/webrtc/
H A Dpeerconnectionfactory_unittest.cc162 rtc::scoped_ptr<FakeDtlsIdentityStore> dtls_identity_store(
165 config, nullptr, nullptr, std::move(dtls_identity_store), &observer));
183 rtc::scoped_ptr<DtlsIdentityStoreInterface> dtls_identity_store(
187 std::move(dtls_identity_store), &observer_));
213 rtc::scoped_ptr<DtlsIdentityStoreInterface> dtls_identity_store(
217 std::move(dtls_identity_store), &observer_));
242 rtc::scoped_ptr<DtlsIdentityStoreInterface> dtls_identity_store(
246 std::move(dtls_identity_store), &observer_));
263 rtc::scoped_ptr<DtlsIdentityStoreInterface> dtls_identity_store(
267 std::move(dtls_identity_store),
[all...]
H A Dpeerconnectionfactory.cc253 rtc::scoped_ptr<DtlsIdentityStoreInterface> dtls_identity_store,
257 if (!dtls_identity_store.get()) {
261 dtls_identity_store.reset(
274 std::move(dtls_identity_store), observer)) {
249 CreatePeerConnection( const PeerConnectionInterface::RTCConfiguration& configuration, const MediaConstraintsInterface* constraints, rtc::scoped_ptr<cricket::PortAllocator> allocator, rtc::scoped_ptr<DtlsIdentityStoreInterface> dtls_identity_store, PeerConnectionObserver* observer) argument
H A Dwebrtcsessiondescriptionfactory.h97 // Construct with DTLS enabled using the specified |dtls_identity_store| to
102 rtc::scoped_ptr<DtlsIdentityStoreInterface> dtls_identity_store,
150 rtc::scoped_ptr<DtlsIdentityStoreInterface> dtls_identity_store,
H A Dpeerconnectionfactory.h62 rtc::scoped_ptr<DtlsIdentityStoreInterface> dtls_identity_store,
H A Dwebrtcsessiondescriptionfactory.cc135 rtc::scoped_ptr<DtlsIdentityStoreInterface> dtls_identity_store,
148 dtls_identity_store_(std::move(dtls_identity_store)),
176 rtc::scoped_ptr<DtlsIdentityStoreInterface> dtls_identity_store,
182 std::move(dtls_identity_store),
132 WebRtcSessionDescriptionFactory( rtc::Thread* signaling_thread, cricket::ChannelManager* channel_manager, rtc::scoped_ptr<DtlsIdentityStoreInterface> dtls_identity_store, const rtc::scoped_refptr<WebRtcIdentityRequestObserver>& identity_request_observer, WebRtcSession* session, const std::string& session_id, bool dtls_enabled) argument
173 WebRtcSessionDescriptionFactory( rtc::Thread* signaling_thread, cricket::ChannelManager* channel_manager, rtc::scoped_ptr<DtlsIdentityStoreInterface> dtls_identity_store, WebRtcSession* session, const std::string& session_id) argument
H A Dpeerconnection_unittest.cc153 rtc::scoped_ptr<webrtc::DtlsIdentityStoreInterface> dtls_identity_store) {
155 if (!client->Init(constraints, options, std::move(dtls_identity_store))) {
166 rtc::scoped_ptr<FakeDtlsIdentityStore> dtls_identity_store(
171 std::move(dtls_identity_store));
740 rtc::scoped_ptr<webrtc::DtlsIdentityStoreInterface> dtls_identity_store) {
763 std::move(port_allocator), constraints, std::move(dtls_identity_store));
770 rtc::scoped_ptr<webrtc::DtlsIdentityStoreInterface> dtls_identity_store) {
779 std::move(dtls_identity_store), this);
1124 rtc::scoped_ptr<FakeDtlsIdentityStore> dtls_identity_store(
1127 dtls_identity_store
149 CreateClientWithDtlsIdentityStore( const std::string& id, const MediaConstraintsInterface* constraints, const PeerConnectionFactory::Options* options, rtc::scoped_ptr<webrtc::DtlsIdentityStoreInterface> dtls_identity_store) argument
737 Init( const MediaConstraintsInterface* constraints, const PeerConnectionFactory::Options* options, rtc::scoped_ptr<webrtc::DtlsIdentityStoreInterface> dtls_identity_store) argument
767 CreatePeerConnection( rtc::scoped_ptr<cricket::PortAllocator> port_allocator, const MediaConstraintsInterface* constraints, rtc::scoped_ptr<webrtc::DtlsIdentityStoreInterface> dtls_identity_store) argument
[all...]
H A Dpeerconnection.h78 rtc::scoped_ptr<DtlsIdentityStoreInterface> dtls_identity_store,
H A Dpeerconnectioninterface.h532 rtc::scoped_ptr<DtlsIdentityStoreInterface> dtls_identity_store,
H A Dwebrtcsession.cc600 rtc::scoped_ptr<DtlsIdentityStoreInterface> dtls_identity_store,
628 dtls_enabled_ = (dtls_identity_store || certificate);
724 // Use the |dtls_identity_store| to generate a certificate.
725 RTC_DCHECK(dtls_identity_store);
727 signaling_thread(), channel_manager_, std::move(dtls_identity_store),
597 Initialize( const PeerConnectionFactoryInterface::Options& options, const MediaConstraintsInterface* constraints, rtc::scoped_ptr<DtlsIdentityStoreInterface> dtls_identity_store, const PeerConnectionInterface::RTCConfiguration& rtc_configuration) argument
H A Dwebrtcsession.h171 rtc::scoped_ptr<DtlsIdentityStoreInterface> dtls_identity_store,
H A Dwebrtcsession_unittest.cc399 // If |dtls_identity_store| != null or |rtc_configuration| contains
403 // |dtls_identity_store|.
405 rtc::scoped_ptr<webrtc::DtlsIdentityStoreInterface> dtls_identity_store,
420 std::move(dtls_identity_store),
460 rtc::scoped_ptr<FakeDtlsIdentityStore> dtls_identity_store; local
466 dtls_identity_store.reset(new FakeDtlsIdentityStore());
467 dtls_identity_store->set_should_fail(false);
471 Init(std::move(dtls_identity_store), configuration);
476 rtc::scoped_ptr<FakeDtlsIdentityStore> dtls_identity_store(
478 dtls_identity_store
404 Init( rtc::scoped_ptr<webrtc::DtlsIdentityStoreInterface> dtls_identity_store, const PeerConnectionInterface::RTCConfiguration& rtc_configuration) argument
[all...]
H A Dpeerconnectioninterface_unittest.cc567 scoped_ptr<webrtc::DtlsIdentityStoreInterface> dtls_identity_store; local
573 dtls_identity_store.reset(new FakeDtlsIdentityStore());
577 std::move(dtls_identity_store), &observer_);
H A Dpeerconnection.cc592 rtc::scoped_ptr<DtlsIdentityStoreInterface> dtls_identity_store,
648 std::move(dtls_identity_store), configuration)) {
588 Initialize( const PeerConnectionInterface::RTCConfiguration& configuration, const MediaConstraintsInterface* constraints, rtc::scoped_ptr<cricket::PortAllocator> allocator, rtc::scoped_ptr<DtlsIdentityStoreInterface> dtls_identity_store, PeerConnectionObserver* observer) argument
/external/webrtc/talk/app/webrtc/test/
H A Dpeerconnectiontestwrapper.cc95 rtc::scoped_ptr<webrtc::DtlsIdentityStoreInterface> dtls_identity_store(
100 std::move(dtls_identity_store), this);

Completed in 184 milliseconds