Searched refs:net (Results 76 - 100 of 181) sorted by relevance

12345678

/system/netd/server/binder/android/net/
H A DUidRange.h24 namespace net { namespace in namespace:android
77 } // namespace net
/system/netd/server/dns/
H A DDnsTlsQueryMap.h31 namespace net { namespace in namespace:android
105 } // end of namespace net
H A DDnsTlsSessionCache.cpp25 namespace net { namespace in namespace:android
76 } // end of namespace net
H A DDnsTlsTransport.h37 namespace net { namespace in namespace:android
91 } // end of namespace net
H A DDnsTlsDispatcher.h36 namespace net { namespace in namespace:android
111 } // end of namespace net
H A DDnsTlsSocket.h33 namespace net { namespace in namespace:android
125 } // end of namespace net
/system/sepolicy/prebuilts/api/28.0/private/
H A Dproperty_contexts5 net.rmnet u:object_r:net_radio_prop:s0
6 net.gprs u:object_r:net_radio_prop:s0
7 net.ppp u:object_r:net_radio_prop:s0
8 net.qmi u:object_r:net_radio_prop:s0
9 net.lte u:object_r:net_radio_prop:s0
10 net.cdma u:object_r:net_radio_prop:s0
11 net.dns u:object_r:net_dns_prop:s0
18 net. u:object_r:system_prop:s0
/system/sepolicy/private/
H A Dproperty_contexts5 net.rmnet u:object_r:net_radio_prop:s0
6 net.gprs u:object_r:net_radio_prop:s0
7 net.ppp u:object_r:net_radio_prop:s0
8 net.qmi u:object_r:net_radio_prop:s0
9 net.lte u:object_r:net_radio_prop:s0
10 net.cdma u:object_r:net_radio_prop:s0
11 net.dns u:object_r:net_dns_prop:s0
18 net. u:object_r:system_prop:s0
/system/connectivity/wificond/tests/integration/
H A Dap_interface_test.cpp23 #include "android/net/wifi/IApInterface.h"
24 #include "android/net/wifi/IWificond.h"
28 using android::net::wifi::IApInterface;
29 using android::net::wifi::IWificond;
/system/netd/server/
H A DCommandListener.h37 namespace net { namespace in namespace:android
49 registerLockingCmd(cmd, android::net::gBigNetdLock);
163 } // namespace net
H A DDnsProxyListener.cpp30 #include <net/if.h>
62 #include "android/net/metrics/INetdEventListener.h"
65 using android::net::metrics::INetdEventListener;
68 namespace net { namespace in namespace:android
133 if (!net::gCtls) {
139 net::gCtls->resolverCtrl.getPrivateDnsStatus(thread_netcontext.dns_netid);
195 const auto privateDnsStatus = net::gCtls->resolverCtrl.getPrivateDnsStatus(dns_netid);
259 const android::sp<android::net::metrics::INetdEventListener>& netdEventListener)
566 const android::sp<android::net::metrics::INetdEventListener>& netdEventListener)
766 } // namespace net
[all...]
H A DNetdConstants.cpp21 #include <net/if.h>
47 return android::net::gCtls->iptablesRestoreCtrl.execute(target, commands, output);
H A DClatdController.cpp38 namespace net { namespace in namespace:android
151 } // namespace net
H A DRouteControllerTest.cpp31 namespace net { namespace in namespace:android
115 } // namespace net
H A DSockDiag.h40 namespace net { namespace in namespace:android
102 } // namespace net
H A DFwmarkServer.cpp35 using android::net::metrics::INetdEventListener;
38 namespace net { namespace in namespace:android
230 android::sp<android::net::metrics::INetdEventListener> netdEventListener =
328 } // namespace net
H A DTetherControllerTest.cpp39 using TetherStats = android::net::TetherController::TetherStats;
40 using TetherStatsList = android::net::TetherController::TetherStatsList;
43 namespace net { namespace in namespace:android
404 } // namespace net
/system/netd/tests/benchmarks/
H A Ddns_benchmark.cpp74 #include "android/net/metrics/INetdEventListener.h"
77 using android::net::metrics::INetdEventListener;
116 android::sp<android::net::INetd> getNetd() const {
/system/connectivity/wificond/
H A Dap_interface_binder.cpp24 using android::net::wifi::IApInterfaceEventCallback;
H A Dap_interface_impl.cpp21 #include "wificond/net/netlink_utils.h"
26 using android::net::wifi::IApInterface;
H A Dclient_interface_impl.h26 #include "android/net/wifi/IClientInterface.h"
27 #include "wificond/net/mlme_event_handler.h"
28 #include "wificond/net/netlink_utils.h"
72 android::sp<android::net::wifi::IClientInterface> GetBinder() const;
/system/connectivity/wificond/scanning/
H A Dsingle_scan_settings.cpp17 #include "android/net/wifi/IWifiScannerImpl.h"
24 using android::net::wifi::IWifiScannerImpl;
H A Dscanner_impl.cpp30 using android::net::wifi::IPnoScanEvent;
31 using android::net::wifi::IScanEvent;
32 using android::net::wifi::IWifiScannerImpl;
501 net::wifi::IPnoScanEvent::PNO_SCAN_OVER_OFFLOAD_BINDER_FAILURE);
508 net::wifi::IPnoScanEvent::PNO_SCAN_OVER_OFFLOAD_REMOTE_FAILURE);
/system/netd/tests/
H A DAndroid.mk46 ../server/binder/android/net/metrics/INetdEventListener.aidl \
/system/netd/tests/dns_responder/
H A Ddns_responder_client.h9 #include "android/net/INetd.h"
69 android::sp<android::net::INetd> mNetdSrv = nullptr;

Completed in 206 milliseconds

12345678