Searched refs:VerifyNoCryptoParams (Results 1 – 1 of 1) sorted by relevance
/external/webrtc/talk/app/webrtc/ |
D | webrtcsession_unittest.cc | 682 void VerifyNoCryptoParams(const cricket::SessionDescription* sdp, bool dtls) { in VerifyNoCryptoParams() function in WebRtcSessionTest 741 VerifyNoCryptoParams(offer->description(), false); in VerifyAnswerFromNonCryptoOffer() 1749 VerifyNoCryptoParams(offer->description(), false); in TEST_F() 1797 VerifyNoCryptoParams(offer->description(), true); in TEST_P() 1807 VerifyNoCryptoParams(answer->description(), true); in TEST_P() 1826 VerifyNoCryptoParams(offer->description(), true); in TEST_P() 1837 VerifyNoCryptoParams(answer->description(), true); in TEST_P() 1915 VerifyNoCryptoParams(offer->description(), false); in TEST_P() 1926 VerifyNoCryptoParams(answer->description(), false); in TEST_P() 1944 VerifyNoCryptoParams(offer->description(), false); in TEST_P() [all …]
|