Searched refs:getAsyncResponse (Results 1 – 4 of 4) sorted by relevance
/packages/modules/Connectivity/tests/cts/net/native/dns/ |
D | NativeDnsAsyncTest.cpp | 38 int getAsyncResponse(int fd, int timeoutMs, int* rcode, uint8_t* buf, size_t bufLen) { in getAsyncResponse() function 82 int res = getAsyncResponse(fd, TIMEOUT_MS, &rcode, buf, MAXPACKET); in expectAnswersValid() 99 int res = getAsyncResponse(fd, TIMEOUT_MS, &rcode, buf, MAXPACKET); in expectAnswersNotValid()
|
/packages/modules/Connectivity/tests/cts/net/jni/ |
D | NativeMultinetworkJni.cpp | 91 int getAsyncResponse(JNIEnv* env, int fd, int timeoutMs, int* rcode, uint8_t* buf, size_t bufLen) { in getAsyncResponse() function 149 int res = getAsyncResponse(env, fd, TIMEOUT_MS, &rcode, buf, MAXPACKET); in expectAnswersValid() 165 int res = getAsyncResponse(env, fd, TIMEOUT_MS, &rcode, buf, MAXPACKET); in expectAnswersNotValid()
|
/packages/modules/DnsResolver/tests/ |
D | resolv_integration_test.cpp | 2421 int getAsyncResponse(int fd, int* rcode, uint8_t* buf, int bufLen) { in getAsyncResponse() function 2479 int res = getAsyncResponse(fd, &rcode, buf, MAXPACKET); in expectAnswersValid() 2488 int res = getAsyncResponse(fd, &rcode, buf, MAXPACKET); in expectAnswersNotValid() 2514 int res = getAsyncResponse(fd2, &rcode, buf, MAXPACKET); in TEST_F() 2518 res = getAsyncResponse(fd1, &rcode, buf, MAXPACKET); in TEST_F() 2531 res = getAsyncResponse(fd2, &rcode, buf, MAXPACKET); in TEST_F() 2535 res = getAsyncResponse(fd1, &rcode, buf, MAXPACKET); in TEST_F() 2579 int res = getAsyncResponse(td.fd, &rcode, buf, MAXPACKET); in TEST_F() 2625 int res = getAsyncResponse(fd3, &rcode, buf, MAXPACKET); in TEST_F() 2630 res = getAsyncResponse(fd2, &rcode, buf, MAXPACKET); in TEST_F() [all …]
|
D | resolv_private_dns_test.cpp | 65 int getAsyncResponse(int fd, int* rcode, uint8_t* buf, int bufLen) { in getAsyncResponse() function 102 int res = getAsyncResponse(fd, &rcode, buf, MAXPACKET); in expectAnswersValid() 345 EXPECT_EQ(-ECONNREFUSED, getAsyncResponse(fd, &rcode, buf, MAXPACKET)); in expectQueriesAreBlocked()
|