Home
last modified time | relevance | path

Searched refs:get_network_context (Results 1 – 5 of 5) sorted by relevance

/system/netd/resolv/include/netd_resolv/
Dresolv.h98 get_network_context_callback get_network_context; member
/system/netd/resolv/
DDnsResolver.cpp44 return gResNetdCallbacks.check_calling_permission && gResNetdCallbacks.get_network_context && in verifyCallbacks()
DDnsProxyListener.cpp745 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()
DResolverController.cpp180 gResNetdCallbacks.get_network_context(netId, uid, netcontext); in ResolverController()
/system/netd/server/
Dmain.cpp87 .get_network_context = &getNetworkContextCallback, in initDnsResolver()