Searched refs:DnsProxyQueryResult (Results 1 – 3 of 3) sorted by relevance
52 static constexpr int DnsProxyQueryResult = 222; variable
951 success = !mClient->sendCode(ResponseCode::DnsProxyQueryResult); in run()1223 sendCodeAndBe32(cli, ResponseCode::DnsProxyQueryResult, -EINVAL); in runCommand()1231 sendCodeAndBe32(cli, ResponseCode::DnsProxyQueryResult, -EINVAL); in runCommand()1244 sendCodeAndBe32(cli, ResponseCode::DnsProxyQueryResult, netcontext.app_netid); in runCommand()1368 success = mClient->sendCode(ResponseCode::DnsProxyQueryResult) == 0; in run()1536 success = mClient->sendCode(ResponseCode::DnsProxyQueryResult) == 0; in run()
4436 EXPECT_EQ(ResponseCode::DnsProxyQueryResult, readResponseCode(fd)); in TEST_F()