Searched refs:supportedProtocols (Results 1 – 6 of 6) sorted by relevance
/external/parameter-framework/upstream/remote-process/ |
D | main.cpp | 125 const std::vector<std::string> supportedProtocols{ tcpProtocol, unixProtocol }; in main() local 134 if (std::find(begin(supportedProtocols), end(supportedProtocols), protocol) == in main() 135 end(supportedProtocols)) { in main()
|
/external/parameter-framework/upstream/remote-processor/ |
D | RemoteProcessorServer.cpp | 72 const std::vector<std::string> supportedProtocols{ tcpProtocol, unixProtocol }; in start() local 82 if (std::find(begin(supportedProtocols), end(supportedProtocols), protocol) == in start() 83 end(supportedProtocols)) { in start()
|
/external/conscrypt/openjdk-integ-tests/src/test/java/org/conscrypt/javax/net/ssl/ |
D | SSLEngineTest.java | 780 String[] supportedProtocols = e.getSupportedProtocols(); 791 SSLParameters p = new SSLParameters(supportedCipherSuites, supportedProtocols); 795 assertEquals(Arrays.asList(supportedProtocols), Arrays.asList(e.getEnabledProtocols()));
|
D | SSLSocketTest.java | 628 String[] supportedProtocols = ssl.getSupportedProtocols(); in test_SSLSocket_setSSLParameters() local 637 SSLParameters p = new SSLParameters(supportedCipherSuites, supportedProtocols); in test_SSLSocket_setSSLParameters() 642 Arrays.asList(supportedProtocols), Arrays.asList(ssl.getEnabledProtocols())); in test_SSLSocket_setSSLParameters()
|
/external/conscrypt/repackaged/openjdk-integ-tests/src/test/java/com/android/org/conscrypt/javax/net/ssl/ |
D | SSLEngineTest.java | 788 String[] supportedProtocols = e.getSupportedProtocols(); 799 SSLParameters p = new SSLParameters(supportedCipherSuites, supportedProtocols); 803 assertEquals(Arrays.asList(supportedProtocols), Arrays.asList(e.getEnabledProtocols()));
|
D | SSLSocketTest.java | 637 String[] supportedProtocols = ssl.getSupportedProtocols(); in test_SSLSocket_setSSLParameters() local 646 SSLParameters p = new SSLParameters(supportedCipherSuites, supportedProtocols); in test_SSLSocket_setSSLParameters() 651 Arrays.asList(supportedProtocols), Arrays.asList(ssl.getEnabledProtocols())); in test_SSLSocket_setSSLParameters()
|