Home
last modified time | relevance | path

Searched refs:negotiated (Results 1 – 25 of 54) sorted by relevance

123

/external/autotest/server/site_tests/firmware_PDProtocol/
Dcontrol10 CRITERIA = "This test will fail if PD is negotiated when running from USB image."
18 - That the DUT negotiated PD in dev mode from SSD boot
Dcontrol.ec_wp10 CRITERIA = "This test will fail if PD is negotiated when running from USB image."
19 - That the DUT negotiated PD in dev mode from SSD boot
/external/webrtc/sdk/android/api/org/webrtc/
DDataChannel.java25 public boolean negotiated; field in DataChannel.Init
51 return negotiated; in getNegotiated()
/external/grpc-grpc/src/core/tsi/alts/handshaker/proto/
Daltscontext.proto24 // The application protocol negotiated for this connection.
27 // The record protocol negotiated for this connection.
/external/rust/crates/grpcio-sys/grpc/src/core/tsi/alts/handshaker/proto/
Daltscontext.proto24 // The application protocol negotiated for this connection.
27 // The record protocol negotiated for this connection.
/external/webrtc/api/
Ddata_channel_interface.h61 bool negotiated = false; member
155 virtual bool negotiated() const;
Ddata_channel_interface.cc39 bool DataChannelInterface::negotiated() const { in negotiated() function in webrtc::DataChannelInterface
/external/grpc-grpc-java/alts/src/main/proto/grpc/gcp/
Daltscontext.proto24 // The application protocol negotiated for this connection.
27 // The record protocol negotiated for this connection.
/external/webrtc/sdk/objc/api/peerconnection/
DRTCDataChannelConfiguration.mm64 return _nativeDataChannelInit.negotiated;
68 _nativeDataChannelInit.negotiated = isNegotiated;
/external/rust/crates/grpcio-sys/grpc/src/proto/grpc/gcp/
Daltscontext.proto30 // The application protocol negotiated for this connection.
33 // The record protocol negotiated for this connection.
/external/webrtc/pc/
Drtp_data_channel.h101 bool negotiated() const override { return config_.negotiated; } in negotiated() function
Dsctp_data_channel.h149 bool negotiated() const override { return config_.negotiated; } in negotiated() function
Ddata_channel_unittest.cc453 config.negotiated = true; in TEST_F()
517 config.negotiated = true; in TEST_F()
536 EXPECT_FALSE(init.negotiated); in TEST_F()
539 base.negotiated = true; in TEST_F()
Dsctp_data_channel.cc52 BYPASS_PROXY_CONSTMETHOD0(bool, negotiated)
73 if (base.negotiated) { in InternalDataChannelInit()
696 RTC_DCHECK(!is_open_message || !config_.negotiated); in SendControlMessage()
/external/curl/docs/cmdline-opts/
Dsocks5-gssapi-nec.d6 As part of the GSS-API negotiation a protection mode is negotiated. RFC 1961
Dhttp2-prior-knowledge.d12 away. HTTPS requests will still do HTTP/2 the standard way with negotiated
/external/autotest/client/site_tests/network_DhcpMTU/
Dcontrol13 if the interface MTU is not set to the value negotiated.
/external/iptables/extensions/
Dlibxt_tcpmss.man1 …can only use this on TCP SYN or SYN/ACK packets, since the MSS is only negotiated during the TCP h…
/external/autotest/client/site_tests/network_DhcpStaticIP/
Dcontrol18 negotiation although a lease is negotiated, it is released back to the DHCP
/external/webrtc/examples/androidapp/src/org/appspot/apprtc/
DPeerConnectionClient.java189 public final boolean negotiated; field in PeerConnectionClient.DataChannelParameters
193 String protocol, boolean negotiated, int id) { in DataChannelParameters() argument
198 this.negotiated = negotiated; in DataChannelParameters()
611 init.negotiated = peerConnectionParameters.dataChannelParameters.negotiated; in createPeerConnectionInternal()
/external/cros/system_api/dbus/cryptohome/
Dsigned_secret.proto19 // and signed by a pre-negotiated key to authorize updates from the
/external/webrtc/sdk/objc/unittests/
DRTCDataChannelConfigurationTest.mm46 EXPECT_EQ(isNegotiated, nativeInit.negotiated);
/external/conscrypt/openjdk/src/test/java/org/conscrypt/
DNativeCryptoTest.java2031 byte[] negotiated = NativeCrypto.getApplicationProtocol(ssl, null); in alpnWithProtocolListShouldSucceed()
2032 assertEquals("spdy/2", new String(negotiated, "UTF-8")); in alpnWithProtocolListShouldSucceed()
2040 byte[] negotiated = NativeCrypto.getApplicationProtocol(ssl, null); in alpnWithProtocolListShouldSucceed()
2041 assertEquals("spdy/2", new String(negotiated, "UTF-8")); in alpnWithProtocolListShouldSucceed()
2066 byte[] negotiated = NativeCrypto.getApplicationProtocol(ssl, null); in alpnWithProtocolListShouldFail()
2067 assertNull(negotiated); in alpnWithProtocolListShouldFail()
2075 byte[] negotiated = NativeCrypto.getApplicationProtocol(ssl, null); in alpnWithProtocolListShouldFail()
2076 assertNull(negotiated); in alpnWithProtocolListShouldFail()
2099 byte[] negotiated = NativeCrypto.getApplicationProtocol(ssl, null); in alpnWithServerProtocolSelectorShouldSucceed()
2100 assertEquals("spdy/2", new String(negotiated, "UTF-8")); in alpnWithServerProtocolSelectorShouldSucceed()
[all …]
/external/conscrypt/repackaged/openjdk/src/test/java/com/android/org/conscrypt/
DNativeCryptoTest.java2040 byte[] negotiated = NativeCrypto.getApplicationProtocol(ssl, null); in alpnWithProtocolListShouldSucceed()
2041 assertEquals("spdy/2", new String(negotiated, "UTF-8")); in alpnWithProtocolListShouldSucceed()
2049 byte[] negotiated = NativeCrypto.getApplicationProtocol(ssl, null); in alpnWithProtocolListShouldSucceed()
2050 assertEquals("spdy/2", new String(negotiated, "UTF-8")); in alpnWithProtocolListShouldSucceed()
2075 byte[] negotiated = NativeCrypto.getApplicationProtocol(ssl, null); in alpnWithProtocolListShouldFail()
2076 assertNull(negotiated); in alpnWithProtocolListShouldFail()
2084 byte[] negotiated = NativeCrypto.getApplicationProtocol(ssl, null); in alpnWithProtocolListShouldFail()
2085 assertNull(negotiated); in alpnWithProtocolListShouldFail()
2108 byte[] negotiated = NativeCrypto.getApplicationProtocol(ssl, null); in alpnWithServerProtocolSelectorShouldSucceed()
2109 assertEquals("spdy/2", new String(negotiated, "UTF-8")); in alpnWithServerProtocolSelectorShouldSucceed()
[all …]
/external/webrtc/sdk/android/src/jni/pc/
Ddata_channel.cc81 init.negotiated = Java_Init_getNegotiated(env, j_init); in JavaToNativeDataChannelInit()

123