Searched refs:DnsProxyQueryResult (Results 1 – 4 of 4) sorted by relevance
52 static constexpr int DnsProxyQueryResult = 222; variable
670 bool success = !mClient->sendCode(ResponseCode::DnsProxyQueryResult); in run()923 sendCodeAndBe32(cli, ResponseCode::DnsProxyQueryResult, -EINVAL); in runCommand()931 sendCodeAndBe32(cli, ResponseCode::DnsProxyQueryResult, -EINVAL); in runCommand()943 return sendCodeAndBe32(cli, ResponseCode::DnsProxyQueryResult, netcontext.app_netid) ? 0 : -1; in runCommand()1055 success = mClient->sendCode(ResponseCode::DnsProxyQueryResult) == 0; in run()1205 success = mClient->sendCode(ResponseCode::DnsProxyQueryResult) == 0; in run()
3464 EXPECT_EQ(ResponseCode::DnsProxyQueryResult, readResponseCode(fd)); in TEST_F()
531 if (responseCode != ResponseCode::DnsProxyQueryResult) { in getNetworkForDnsInternal()