Home
last modified time | relevance | path

Searched refs:tetherApplyDnsInterfaces (Results 1 – 15 of 15) sorted by relevance

/aosp12/packages/modules/Connectivity/Tethering/tests/unit/src/com/android/networkstack/tethering/
H A DTetheringTest.java918 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 DINetd.aidl15 boolean tetherApplyDnsInterfaces(); in tetherApplyDnsInterfaces() method
/aosp12/system/netd/server/aidl_api/netd_aidl_interface/2/android/net/
H A DINetd.aidl32 boolean tetherApplyDnsInterfaces(); in tetherApplyDnsInterfaces() method
/aosp12/system/netd/server/aidl_api/netd_aidl_interface/3/android/net/
H A DINetd.aidl33 boolean tetherApplyDnsInterfaces(); in tetherApplyDnsInterfaces() method
/aosp12/system/netd/server/aidl_api/netd_aidl_interface/4/android/net/
H A DINetd.aidl33 boolean tetherApplyDnsInterfaces(); in tetherApplyDnsInterfaces() method
/aosp12/system/netd/server/aidl_api/netd_aidl_interface/6/android/net/
H A DINetd.aidl55 boolean tetherApplyDnsInterfaces(); in tetherApplyDnsInterfaces() method
/aosp12/system/netd/server/aidl_api/netd_aidl_interface/7/android/net/
H A DINetd.aidl55 boolean tetherApplyDnsInterfaces(); in tetherApplyDnsInterfaces() method
/aosp12/system/netd/server/aidl_api/netd_aidl_interface/5/android/net/
H A DINetd.aidl33 boolean tetherApplyDnsInterfaces(); in tetherApplyDnsInterfaces() method
/aosp12/system/netd/server/aidl_api/netd_aidl_interface/current/android/net/
H A DINetd.aidl55 boolean tetherApplyDnsInterfaces(); in tetherApplyDnsInterfaces() method
/aosp12/system/netd/server/binder/android/net/
H A DINetd.aidl193 boolean tetherApplyDnsInterfaces(); in tetherApplyDnsInterfaces() method
/aosp12/packages/modules/Connectivity/Tethering/src/android/net/ip/
H A DIpServer.java861 mNetd.tetherApplyDnsInterfaces(); in configureLocalIPv6Dns()
1013 mNetd.tetherApplyDnsInterfaces(); in handleNewPrefixRequest()
/aosp12/packages/modules/Connectivity/Tethering/tests/unit/src/android/net/ip/
H A DIpServerTest.java426 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 DNetdNativeService.h127 binder::Status tetherApplyDnsInterfaces(bool *ret) override;
H A DNetdNativeService.cpp471 binder::Status NetdNativeService::tetherApplyDnsInterfaces(bool *ret) { in tetherApplyDnsInterfaces() function in android::net::NetdNativeService
/aosp12/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt35528 Landroid/net/INetd$Stub$Proxy;->tetherApplyDnsInterfaces()Z
35628 Landroid/net/INetd;->tetherApplyDnsInterfaces()Z