Searched refs:IsDtlsActive (Results 1 – 6 of 6) sorted by relevance
106 virtual bool IsDtlsActive() const = 0;
103 bool IsDtlsActive() const override { return dtls_active_; } in IsDtlsActive() function
115 bool IsDtlsActive() const override { return false; } in IsDtlsActive() function
243 bool IsDtlsActive() const override { return do_dtls_; } in IsDtlsActive() function
1149 static bool IsDtlsActive( in IsDtlsActive() function1568 IsDtlsActive(content_name, current_description) ? cricket::SEC_DISABLED in AddAudioContentForOffer()1627 IsDtlsActive(content_name, current_description) ? cricket::SEC_DISABLED in AddVideoContentForOffer()1693 IsDtlsActive(content_name, current_description) ? cricket::SEC_DISABLED in AddDataContentForOffer()
867 return transport_channel_ && transport_channel_->IsDtlsActive(); in ShouldSetupDtlsSrtp()878 RTC_DCHECK(channel->IsDtlsActive()); in SetupDtlsSrtp()1021 *dtls = transport_channel_->IsDtlsActive(); in CheckSrtpConfig()