Searched refs:readResponseCode (Results 1 – 2 of 2) sorted by relevance
288 bool readResponseCode(int fd, int* result) { in readResponseCode() function526 if (!readResponseCode(fd, &responseCode)) { in getNetworkForDnsInternal()
3360 int readResponseCode(int fd) { in readResponseCode() function3464 EXPECT_EQ(ResponseCode::DnsProxyQueryResult, readResponseCode(fd)); in TEST_F()3470 EXPECT_EQ(500, readResponseCode(fd)); in TEST_F()