Home
last modified time | relevance | path

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

/system/netd/client/
DNetdClient.cpp288 bool readResponseCode(int fd, int* result) { in readResponseCode() function
526 if (!readResponseCode(fd, &responseCode)) { in getNetworkForDnsInternal()
/system/netd/resolv/
Dresolver_test.cpp3360 int readResponseCode(int fd) { in readResponseCode() function
3464 EXPECT_EQ(ResponseCode::DnsProxyQueryResult, readResponseCode(fd)); in TEST_F()
3470 EXPECT_EQ(500, readResponseCode(fd)); in TEST_F()