Home
last modified time | relevance | path

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

/external/webrtc/talk/app/webrtc/
Dpeerconnectionfactory_unittest.cc162 rtc::scoped_ptr<FakeDtlsIdentityStore> dtls_identity_store( in TEST() local
165 config, nullptr, nullptr, std::move(dtls_identity_store), &observer)); in TEST()
183 rtc::scoped_ptr<DtlsIdentityStoreInterface> dtls_identity_store( in TEST_F() local
187 std::move(dtls_identity_store), &observer_)); in TEST_F()
213 rtc::scoped_ptr<DtlsIdentityStoreInterface> dtls_identity_store( in TEST_F() local
217 std::move(dtls_identity_store), &observer_)); in TEST_F()
242 rtc::scoped_ptr<DtlsIdentityStoreInterface> dtls_identity_store( in TEST_F() local
246 std::move(dtls_identity_store), &observer_)); in TEST_F()
263 rtc::scoped_ptr<DtlsIdentityStoreInterface> dtls_identity_store( in TEST_F() local
267 std::move(dtls_identity_store), &observer_)); in TEST_F()
[all …]
Dpeerconnectionfactory.cc253 rtc::scoped_ptr<DtlsIdentityStoreInterface> dtls_identity_store, in CreatePeerConnection() argument
257 if (!dtls_identity_store.get()) { in CreatePeerConnection()
261 dtls_identity_store.reset( in CreatePeerConnection()
274 std::move(dtls_identity_store), observer)) { in CreatePeerConnection()
Dwebrtcsessiondescriptionfactory.h102 rtc::scoped_ptr<DtlsIdentityStoreInterface> dtls_identity_store,
150 rtc::scoped_ptr<DtlsIdentityStoreInterface> dtls_identity_store,
Dwebrtcsessiondescriptionfactory.cc135 rtc::scoped_ptr<DtlsIdentityStoreInterface> dtls_identity_store, in WebRtcSessionDescriptionFactory() argument
148 dtls_identity_store_(std::move(dtls_identity_store)), in WebRtcSessionDescriptionFactory()
176 rtc::scoped_ptr<DtlsIdentityStoreInterface> dtls_identity_store, in WebRtcSessionDescriptionFactory() argument
182 std::move(dtls_identity_store), in WebRtcSessionDescriptionFactory()
Dpeerconnection_unittest.cc153 rtc::scoped_ptr<webrtc::DtlsIdentityStoreInterface> dtls_identity_store) { in CreateClientWithDtlsIdentityStore() argument
155 if (!client->Init(constraints, options, std::move(dtls_identity_store))) { in CreateClientWithDtlsIdentityStore()
166 rtc::scoped_ptr<FakeDtlsIdentityStore> dtls_identity_store( in CreateClient() local
171 std::move(dtls_identity_store)); in CreateClient()
740 rtc::scoped_ptr<webrtc::DtlsIdentityStoreInterface> dtls_identity_store) { in Init() argument
763 std::move(port_allocator), constraints, std::move(dtls_identity_store)); in Init()
770 rtc::scoped_ptr<webrtc::DtlsIdentityStoreInterface> dtls_identity_store) { in CreatePeerConnection() argument
779 std::move(dtls_identity_store), this); in CreatePeerConnection()
1124 rtc::scoped_ptr<FakeDtlsIdentityStore> dtls_identity_store( in CreateDtlsClientWithAlternateKey() local
1127 dtls_identity_store->use_alternate_key(); in CreateDtlsClientWithAlternateKey()
[all …]
Dpeerconnectionfactory.h62 rtc::scoped_ptr<DtlsIdentityStoreInterface> dtls_identity_store,
Dpeerconnectioninterface.h532 rtc::scoped_ptr<DtlsIdentityStoreInterface> dtls_identity_store,
Dpeerconnection.h78 rtc::scoped_ptr<DtlsIdentityStoreInterface> dtls_identity_store,
Dwebrtcsession_unittest.cc405 rtc::scoped_ptr<webrtc::DtlsIdentityStoreInterface> dtls_identity_store, in Init() argument
420 std::move(dtls_identity_store), in Init()
460 rtc::scoped_ptr<FakeDtlsIdentityStore> dtls_identity_store; in InitWithDtls() local
466 dtls_identity_store.reset(new FakeDtlsIdentityStore()); in InitWithDtls()
467 dtls_identity_store->set_should_fail(false); in InitWithDtls()
471 Init(std::move(dtls_identity_store), configuration); in InitWithDtls()
476 rtc::scoped_ptr<FakeDtlsIdentityStore> dtls_identity_store( in InitWithDtlsIdentityGenFail() local
478 dtls_identity_store->set_should_fail(true); in InitWithDtlsIdentityGenFail()
480 Init(std::move(dtls_identity_store), configuration); in InitWithDtlsIdentityGenFail()
Dwebrtcsession.cc600 rtc::scoped_ptr<DtlsIdentityStoreInterface> dtls_identity_store, in Initialize() argument
628 dtls_enabled_ = (dtls_identity_store || certificate); in Initialize()
725 RTC_DCHECK(dtls_identity_store); in Initialize()
727 signaling_thread(), channel_manager_, std::move(dtls_identity_store), in Initialize()
Dwebrtcsession.h171 rtc::scoped_ptr<DtlsIdentityStoreInterface> dtls_identity_store,
Dpeerconnectioninterface_unittest.cc567 scoped_ptr<webrtc::DtlsIdentityStoreInterface> dtls_identity_store; in CreatePeerConnection() local
573 dtls_identity_store.reset(new FakeDtlsIdentityStore()); in CreatePeerConnection()
577 std::move(dtls_identity_store), &observer_); in CreatePeerConnection()
Dpeerconnection.cc592 rtc::scoped_ptr<DtlsIdentityStoreInterface> dtls_identity_store, in Initialize() argument
648 std::move(dtls_identity_store), configuration)) { in Initialize()
/external/webrtc/talk/app/webrtc/test/
Dpeerconnectiontestwrapper.cc95 rtc::scoped_ptr<webrtc::DtlsIdentityStoreInterface> dtls_identity_store( in CreatePc() local
100 std::move(dtls_identity_store), this); in CreatePc()