/external/webrtc/talk/app/webrtc/ |
D | peerconnectionfactory_unittest.cc | 162 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 …]
|
D | peerconnectionfactory.cc | 253 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()
|
D | webrtcsessiondescriptionfactory.h | 102 rtc::scoped_ptr<DtlsIdentityStoreInterface> dtls_identity_store, 150 rtc::scoped_ptr<DtlsIdentityStoreInterface> dtls_identity_store,
|
D | webrtcsessiondescriptionfactory.cc | 135 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()
|
D | peerconnection_unittest.cc | 153 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 …]
|
D | peerconnectionfactory.h | 62 rtc::scoped_ptr<DtlsIdentityStoreInterface> dtls_identity_store,
|
D | peerconnectioninterface.h | 532 rtc::scoped_ptr<DtlsIdentityStoreInterface> dtls_identity_store,
|
D | peerconnection.h | 78 rtc::scoped_ptr<DtlsIdentityStoreInterface> dtls_identity_store,
|
D | webrtcsession_unittest.cc | 405 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()
|
D | webrtcsession.cc | 600 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()
|
D | webrtcsession.h | 171 rtc::scoped_ptr<DtlsIdentityStoreInterface> dtls_identity_store,
|
D | peerconnectioninterface_unittest.cc | 567 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()
|
D | peerconnection.cc | 592 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/ |
D | peerconnectiontestwrapper.cc | 95 rtc::scoped_ptr<webrtc::DtlsIdentityStoreInterface> dtls_identity_store( in CreatePc() local 100 std::move(dtls_identity_store), this); in CreatePc()
|