HomeSort by relevance Sort by last modified time
    Searched defs:dtls_identity_store (Results 1 - 2 of 2) sorted by null

  /external/webrtc/talk/app/webrtc/
peerconnectioninterface_unittest.cc 567 scoped_ptr<webrtc::DtlsIdentityStoreInterface> dtls_identity_store; local
573 dtls_identity_store.reset(new FakeDtlsIdentityStore());
577 std::move(dtls_identity_store), &observer_);
    [all...]
webrtcsession_unittest.cc 172 enum RTCCertificateGenerationMethod { ALREADY_GENERATED, DTLS_IDENTITY_STORE };
399 // 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
465 } else if (cert_gen_method == DTLS_IDENTITY_STORE) {
466 dtls_identity_store.reset(new FakeDtlsIdentityStore());
467 dtls_identity_store->set_should_fail(false);
471 Init(std::move(dtls_identity_store), configuration)
    [all...]

Completed in 404 milliseconds