|
| | WebRtcSessionTest () |
| |
| void | AddInterface (const SocketAddress &addr) |
| |
| void | RemoveInterface (const SocketAddress &addr) |
| |
| void | Init (std::unique_ptr< rtc::RTCCertificateGeneratorInterface > cert_generator, PeerConnectionInterface::RtcpMuxPolicy rtcp_mux_policy) |
| |
| void | OnDataChannelOpenMessage (const std::string &label, const InternalDataChannelInit &config) |
| |
| void | Init () |
| |
| void | Init (PeerConnectionInterface::RtcpMuxPolicy rtcp_mux_policy) |
| |
| void | InitWithBundlePolicy (PeerConnectionInterface::BundlePolicy bundle_policy) |
| |
| void | InitWithRtcpMuxPolicy (PeerConnectionInterface::RtcpMuxPolicy rtcp_mux_policy) |
| |
| void | InitWithDtls (RTCCertificateGenerationMethod cert_gen_method) |
| |
| void | InitWithDtlsIdentityGenFail () |
| |
| void | InitWithGcm () |
| |
| void | SendAudioVideoStream1 () |
| |
| void | SendAudioVideoStream2 () |
| |
| void | SendAudioVideoStream1And2 () |
| |
| void | SendNothing () |
| |
| void | SendAudioOnlyStream2 () |
| |
| void | SendVideoOnlyStream2 () |
| |
| void | AddStreamsToOptions (cricket::MediaSessionOptions *session_options) |
| |
| void | GetOptionsForOffer (const PeerConnectionInterface::RTCOfferAnswerOptions &rtc_options, cricket::MediaSessionOptions *session_options) |
| |
| void | GetOptionsForAnswer (cricket::MediaSessionOptions *session_options) |
| |
| void | InitiateCall () |
| |
| SessionDescriptionInterface * | CreateOffer () |
| |
| SessionDescriptionInterface * | CreateOffer (const PeerConnectionInterface::RTCOfferAnswerOptions options) |
| |
| SessionDescriptionInterface * | CreateAnswer (const cricket::MediaSessionOptions &options) |
| |
| SessionDescriptionInterface * | CreateAnswer () |
| |
| bool | ChannelsExist () const |
| |
| void | VerifyCryptoParams (const cricket::SessionDescription *sdp, bool gcm_enabled=false) |
| |
| void | VerifyNoCryptoParams (const cricket::SessionDescription *sdp, bool dtls) |
| |
| void | SetFactoryDtlsSrtp () |
| |
| void | VerifyFingerprintStatus (const cricket::SessionDescription *sdp, bool expected) |
| |
| void | VerifyAnswerFromNonCryptoOffer () |
| |
| void | VerifyAnswerFromCryptoOffer () |
| |
| bool | IceUfragPwdEqual (const cricket::SessionDescription *desc1, const cricket::SessionDescription *desc2) |
| |
| bool | IceUfragPwdEqual (const cricket::SessionDescription *desc1, const cricket::SessionDescription *desc2, cricket::MediaType media_type) |
| |
| void | RemoveIceUfragPwdLines (const SessionDescriptionInterface *current_desc, std::string *sdp) |
| |
| void | SetIceUfragPwd (SessionDescriptionInterface *current_desc, const std::string &ufrag, const std::string &pwd) |
| |
| void | SetIceUfragPwd (SessionDescriptionInterface *current_desc, cricket::MediaType media_type, const std::string &ufrag, const std::string &pwd) |
| |
| void | CreateAndSetRemoteOfferAndLocalAnswer () |
| |
| void | SetLocalDescriptionWithoutError (SessionDescriptionInterface *desc) |
| |
| void | SetLocalDescriptionExpectState (SessionDescriptionInterface *desc, WebRtcSession::State expected_state) |
| |
| void | SetLocalDescriptionExpectError (const std::string &action, const std::string &expected_error, SessionDescriptionInterface *desc) |
| |
| void | SetLocalDescriptionOfferExpectError (const std::string &expected_error, SessionDescriptionInterface *desc) |
| |
| void | SetLocalDescriptionAnswerExpectError (const std::string &expected_error, SessionDescriptionInterface *desc) |
| |
| void | SetRemoteDescriptionWithoutError (SessionDescriptionInterface *desc) |
| |
| void | SetRemoteDescriptionExpectState (SessionDescriptionInterface *desc, WebRtcSession::State expected_state) |
| |
| void | SetRemoteDescriptionExpectError (const std::string &action, const std::string &expected_error, SessionDescriptionInterface *desc) |
| |
| void | SetRemoteDescriptionOfferExpectError (const std::string &expected_error, SessionDescriptionInterface *desc) |
| |
| void | SetRemoteDescriptionPranswerExpectError (const std::string &expected_error, SessionDescriptionInterface *desc) |
| |
| void | SetRemoteDescriptionAnswerExpectError (const std::string &expected_error, SessionDescriptionInterface *desc) |
| |
| void | CreateCryptoOfferAndNonCryptoAnswer (SessionDescriptionInterface **offer, SessionDescriptionInterface **nocrypto_answer) |
| |
| void | CreateDtlsOfferAndNonDtlsAnswer (SessionDescriptionInterface **offer, SessionDescriptionInterface **nodtls_answer) |
| |
| JsepSessionDescription * | CreateRemoteOfferWithVersion (cricket::MediaSessionOptions options, cricket::SecurePolicy secure_policy, const std::string &session_version, const SessionDescriptionInterface *current_desc) |
| |
| JsepSessionDescription * | CreateRemoteOffer (cricket::MediaSessionOptions options) |
| |
| JsepSessionDescription * | CreateRemoteOffer (cricket::MediaSessionOptions options, cricket::SecurePolicy sdes_policy) |
| |
| JsepSessionDescription * | CreateRemoteOffer (cricket::MediaSessionOptions options, const SessionDescriptionInterface *current_desc) |
| |
| JsepSessionDescription * | CreateRemoteOfferWithSctpPort (const char *sctp_stream_name, int new_port, cricket::MediaSessionOptions options) |
| |
| JsepSessionDescription * | ChangeSDPSctpPort (int new_port, webrtc::SessionDescriptionInterface *offer_basis) |
| |
| JsepSessionDescription * | CreateRemoteOffer () |
| |
| JsepSessionDescription * | CreateRemoteAnswer (const SessionDescriptionInterface *offer, cricket::MediaSessionOptions options, cricket::SecurePolicy policy) |
| |
| JsepSessionDescription * | CreateRemoteAnswer (const SessionDescriptionInterface *offer, cricket::MediaSessionOptions options) |
| |
| JsepSessionDescription * | CreateRemoteAnswer (const SessionDescriptionInterface *offer) |
| |
| void | TestSessionCandidatesWithBundleRtcpMux (bool bundle, bool rtcp_mux) |
| |
| bool | ContainsVideoCodecWithName (const SessionDescriptionInterface *desc, const std::string &codec_name) |
| |
| void | SetupLoopbackCall () |
| |
| void | TestLoopbackCall (const LoopbackNetworkConfiguration &config) |
| |
| void | TestLoopbackCall () |
| |
| void | TestPacketOptions () |
| |
| void | AddCNCodecs () |
| |
| bool | VerifyNoCNCodecs (const cricket::ContentInfo *content) |
| |
| void | CreateDataChannel () |
| |
| void | SetLocalDescriptionWithDataChannel () |
| |
| void | VerifyMultipleAsyncCreateDescription (RTCCertificateGenerationMethod cert_gen_method, CreateSessionDescriptionRequest::Type type) |
| |
| void | VerifyMultipleAsyncCreateDescriptionIdentityGenFailure (CreateSessionDescriptionRequest::Type type) |
| |
| void | VerifyMultipleAsyncCreateDescriptionAfterInit (bool success, CreateSessionDescriptionRequest::Type type) |
| |
| void | ConfigureAllocatorWithTurn () |
| |
| | has_slots_interface (signal_connect_t conn, signal_disconnect_t disc, disconnect_all_t disc_all) |
| |
| virtual | ~has_slots_interface () |
| |
| | has_slots_interface (signal_connect_t conn, signal_disconnect_t disc, disconnect_all_t disc_all) |
| |
| virtual | ~has_slots_interface () |
| |