Home
last modified time | relevance | path

Searched defs:testSocket (Results 1 – 3 of 3) sorted by relevance

/aosp12/packages/modules/Connectivity/tests/cts/net/src/android/net/cts/
H A DSSLCertificateSocketFactoryTest.java81 Socket testSocket = new Socket(TEST_HOST, HTTPS_PORT); in setUp() local
/aosp12/packages/modules/Connectivity/tests/unit/java/com/android/server/
H A DConnectivityServiceTest.java5544 notMyNet, testSocket, myIPv4, dstIPv4, executor, callback)) { in doTestNattSocketKeepalivesWithExecutor() argument
5551 myNet, testSocket, myIPv4, dstIPv4, executor, callback)) { in doTestNattSocketKeepalivesWithExecutor() argument
5558 myNet, testSocket, myIPv4, dstIPv6, executor, callback)) { in doTestNattSocketKeepalivesWithExecutor() argument
5565 myNet, testSocket, myIPv6, dstIPv4, executor, callback)) { in doTestNattSocketKeepalivesWithExecutor() argument
5572 myNet, testSocket, myIPv6, dstIPv6, executor, callback)) { in doTestNattSocketKeepalivesWithExecutor() argument
5579 myNet, testSocket, myIPv4, dstIPv4, executor, callback)) { in doTestNattSocketKeepalivesWithExecutor() argument
5587 myNet, testSocket, myIPv4, dstIPv4, executor, callback)) { in doTestNattSocketKeepalivesWithExecutor() argument
5614 myNet, testSocket, myIPv4, dstIPv4, executor, callback)) { in doTestNattSocketKeepalivesWithExecutor() argument
5626 myNet, testSocket, myIPv4, dstIPv4, executor, callback)) { in doTestNattSocketKeepalivesWithExecutor() argument
5647 myNet, testSocket, myIPv4, dstIPv4, executor, callback)) { in doTestNattSocketKeepalivesWithExecutor() argument
[all …]
/aosp12/system/netd/tests/
H A Dbinder_test.cpp3343 unique_fd testSocket(socket(AF_INET6, SOCK_DGRAM | SOCK_CLOEXEC, 0)); in sendIPv6PacketFromUid() local