Searched refs:get_network_context (Results 1 – 5 of 5) sorted by relevance
/system/netd/resolv/include/netd_resolv/ |
D | resolv.h | 98 get_network_context_callback get_network_context; member
|
/system/netd/resolv/ |
D | DnsResolver.cpp | 44 return gResNetdCallbacks.check_calling_permission && gResNetdCallbacks.get_network_context && in verifyCallbacks()
|
D | DnsProxyListener.cpp | 745 gResNetdCallbacks.get_network_context(netId, uid, &netcontext); in runCommand() 801 gResNetdCallbacks.get_network_context(netId, uid, &netcontext); in runCommand() 937 gResNetdCallbacks.get_network_context(netId, uid, &netcontext); in runCommand() 977 gResNetdCallbacks.get_network_context(netId, uid, &netcontext); in runCommand() 1112 gResNetdCallbacks.get_network_context(netId, uid, &netcontext); in runCommand()
|
D | ResolverController.cpp | 180 gResNetdCallbacks.get_network_context(netId, uid, netcontext); in ResolverController()
|
/system/netd/server/ |
D | main.cpp | 87 .get_network_context = &getNetworkContextCallback, in initDnsResolver()
|