Home
last modified time | relevance | path

Searched refs:readResponseCode (Results 1 – 2 of 2) sorted by relevance

/aosp12/system/netd/client/
H A DNetdClient.cpp380 bool readResponseCode(int fd, int* result) { in readResponseCode() function
638 if (!readResponseCode(fd, &responseCode)) { in getNetworkForDnsInternal()
/aosp12/packages/modules/DnsResolver/tests/
H A Dresolv_integration_test.cpp4144 int readResponseCode(int fd) { in readResponseCode() function
4257 EXPECT_EQ(ResponseCode::DnsProxyQueryResult, readResponseCode(fd)); in TEST_F()
4263 EXPECT_EQ(500, readResponseCode(fd)); in TEST_F()