/aosp12/packages/modules/Connectivity/Tethering/tests/unit/src/com/android/networkstack/tethering/ |
H A D | TetheringTest.java | 918 verify(mNetd, times(1)).tetherApplyDnsInterfaces(); in workingLocalOnlyHotspotEnrichedApBroadcast() 1014 verify(mNetd, times(1)).tetherApplyDnsInterfaces(); in workingMobileUsbTethering_IPv6() 1031 verify(mNetd, times(1)).tetherApplyDnsInterfaces(); in workingMobileUsbTethering_DualStack() 1050 verify(mNetd, times(1)).tetherApplyDnsInterfaces(); in workingMobileUsbTethering_MultipleUpstreams() 1491 verify(mNetd, times(1)).tetherApplyDnsInterfaces(); in workingWifiTetheringEnrichedApBroadcast() 1551 verify(mNetd, times(1)).tetherApplyDnsInterfaces(); in failureEnablingIpForwarding() 1983 verify(mNetd, times(1)).tetherApplyDnsInterfaces(); in workingWifiP2pGroupOwner() 2016 verify(mNetd, never()).tetherApplyDnsInterfaces(); in workingWifiP2pGroupClient() 2596 verify(mNetd).tetherApplyDnsInterfaces(); in testBluetoothTethering() 2638 verify(mNetd).tetherApplyDnsInterfaces(); in runDualStackUsbTethering()
|
/aosp12/system/netd/server/aidl_api/netd_aidl_interface/1/android/net/ |
H A D | INetd.aidl | 15 boolean tetherApplyDnsInterfaces(); in tetherApplyDnsInterfaces() method
|
/aosp12/system/netd/server/aidl_api/netd_aidl_interface/2/android/net/ |
H A D | INetd.aidl | 32 boolean tetherApplyDnsInterfaces(); in tetherApplyDnsInterfaces() method
|
/aosp12/system/netd/server/aidl_api/netd_aidl_interface/3/android/net/ |
H A D | INetd.aidl | 33 boolean tetherApplyDnsInterfaces(); in tetherApplyDnsInterfaces() method
|
/aosp12/system/netd/server/aidl_api/netd_aidl_interface/4/android/net/ |
H A D | INetd.aidl | 33 boolean tetherApplyDnsInterfaces(); in tetherApplyDnsInterfaces() method
|
/aosp12/system/netd/server/aidl_api/netd_aidl_interface/6/android/net/ |
H A D | INetd.aidl | 55 boolean tetherApplyDnsInterfaces(); in tetherApplyDnsInterfaces() method
|
/aosp12/system/netd/server/aidl_api/netd_aidl_interface/7/android/net/ |
H A D | INetd.aidl | 55 boolean tetherApplyDnsInterfaces(); in tetherApplyDnsInterfaces() method
|
/aosp12/system/netd/server/aidl_api/netd_aidl_interface/5/android/net/ |
H A D | INetd.aidl | 33 boolean tetherApplyDnsInterfaces(); in tetherApplyDnsInterfaces() method
|
/aosp12/system/netd/server/aidl_api/netd_aidl_interface/current/android/net/ |
H A D | INetd.aidl | 55 boolean tetherApplyDnsInterfaces(); in tetherApplyDnsInterfaces() method
|
/aosp12/system/netd/server/binder/android/net/ |
H A D | INetd.aidl | 193 boolean tetherApplyDnsInterfaces(); in tetherApplyDnsInterfaces() method
|
/aosp12/packages/modules/Connectivity/Tethering/src/android/net/ip/ |
H A D | IpServer.java | 861 mNetd.tetherApplyDnsInterfaces(); in configureLocalIPv6Dns() 1013 mNetd.tetherApplyDnsInterfaces(); in handleNewPrefixRequest()
|
/aosp12/packages/modules/Connectivity/Tethering/tests/unit/src/android/net/ip/ |
H A D | IpServerTest.java | 426 inOrder.verify(mNetd).tetherApplyDnsInterfaces(); in canUnrequestTethering() 587 inOrder.verify(mNetd).tetherApplyDnsInterfaces(); in canUnrequestTetheringWithUpstream() 741 inOrder.verify(mNetd).tetherApplyDnsInterfaces(); in testOnNewPrefixRequest()
|
/aosp12/system/netd/server/ |
H A D | NetdNativeService.h | 127 binder::Status tetherApplyDnsInterfaces(bool *ret) override;
|
H A D | NetdNativeService.cpp | 471 binder::Status NetdNativeService::tetherApplyDnsInterfaces(bool *ret) { in tetherApplyDnsInterfaces() function in android::net::NetdNativeService
|
/aosp12/frameworks/base/boot/hiddenapi/ |
H A D | hiddenapi-max-target-o.txt | 35528 Landroid/net/INetd$Stub$Proxy;->tetherApplyDnsInterfaces()Z 35628 Landroid/net/INetd;->tetherApplyDnsInterfaces()Z
|