Home | History | Annotate | Download | only in server

Lines Matching defs:netcontext

147         const android_net_context& netcontext, const int reportingLevel,
153 mNetContext(netcontext),
364 android_net_context netcontext;
365 mDnsProxyListener->mNetCtrl->getNetworkContext(netId, uid, &netcontext);
366 netcontext.qhook = &qhook;
381 netcontext.app_netid, netcontext.app_mark,
382 netcontext.dns_netid, netcontext.dns_mark,
383 netcontext.uid);
389 new DnsProxyListener::GetAddrInfoHandler(cli, name, service, hints, netcontext,
430 android_net_context netcontext;
431 mDnsProxyListener->mNetCtrl->getNetworkContext(netId, uid, &netcontext);
432 netcontext.qhook = &qhook;
437 new DnsProxyListener::GetHostByNameHandler(cli, name, af, netcontext, metricsLevel,
444 const android_net_context& netcontext, const int metricsLevel,
449 mNetContext(netcontext),
574 android_net_context netcontext;
575 mDnsProxyListener->mNetCtrl->getNetworkContext(netId, uid, &netcontext);
576 netcontext.qhook = &qhook;
579 new DnsProxyListener::GetHostByAddrHandler(cli, addr, addrLen, addrFamily, netcontext);
589 const android_net_context& netcontext)
594 mNetContext(netcontext) {