Home | History | Annotate | Download | only in webrtc

Lines Matching defs:config

376   webrtc::InternalDataChannelInit config;
377 config.id = 1;
378 config.negotiated = true;
379 config.open_handshake_role = webrtc::InternalDataChannelInit::kNone;
383 &provider_, cricket::DCT_SCTP, "test1", config);
392 webrtc::InternalDataChannelInit config;
393 config.id = 1;
394 config.negotiated = true;
395 config.open_handshake_role = webrtc::InternalDataChannelInit::kAcker;
399 &provider_, cricket::DCT_SCTP, "test1", config);
403 EXPECT_EQ(static_cast<unsigned int>(config.id),