Searched refs:netcontext (Results 1 – 4 of 4) sorted by relevance
/system/netd/server/ |
D | DnsProxyListener.cpp | 126 const struct android_net_context& netcontext, const int reportingLevel, in GetAddrInfoHandler() argument 132 mNetContext(netcontext), in GetAddrInfoHandler() 342 struct android_net_context netcontext; in runCommand() local 343 mDnsProxyListener->mNetCtrl->getNetworkContext(netId, uid, &netcontext); in runCommand() 358 netcontext.app_netid, netcontext.app_mark, in runCommand() 359 netcontext.dns_netid, netcontext.dns_mark, in runCommand() 360 netcontext.uid); in runCommand() 366 new DnsProxyListener::GetAddrInfoHandler(cli, name, service, hints, netcontext, in runCommand()
|
D | DnsProxyListener.h | 60 const struct android_net_context& netcontext,
|
D | NetworkController.h | 65 void getNetworkContext(unsigned netId, uid_t uid, struct android_net_context* netcontext) const;
|
D | NetworkController.cpp | 262 unsigned netId, uid_t uid, struct android_net_context* netcontext) const { in getNetworkContext() 303 if (netcontext) { in getNetworkContext() 304 *netcontext = nc; in getNetworkContext()
|