Home
last modified time | relevance | path

Searched refs:onInterfaceAddressRemoved (Results 1 – 21 of 21) sorted by relevance

/aosp12/packages/modules/NetworkStack/src/com/android/server/
H A DNetworkObserverRegistry.java139 public void onInterfaceAddressRemoved(String addr, in onInterfaceAddressRemoved() method in NetworkObserverRegistry
142 invokeForAllObservers(o -> o.onInterfaceAddressRemoved(address, ifName)); in onInterfaceAddressRemoved()
H A DNetworkObserver.java47 default void onInterfaceAddressRemoved(LinkAddress address, String ifName) {} in onInterfaceAddressRemoved() method
/aosp12/system/netd/server/binder/android/net/
H A DINetdUnsolicitedEventListener.aidl87 void onInterfaceAddressRemoved( in onInterfaceAddressRemoved() method
/aosp12/system/netd/server/aidl_api/netd_aidl_interface/1/android/net/
H A DINetdUnsolicitedEventListener.aidl7 …oneway void onInterfaceAddressRemoved(@utf8InCpp String addr, @utf8InCpp String ifName, int flags,… in onInterfaceAddressRemoved() method
/aosp12/system/netd/server/aidl_api/netd_aidl_interface/4/android/net/
H A DINetdUnsolicitedEventListener.aidl25 …oneway void onInterfaceAddressRemoved(@utf8InCpp String addr, @utf8InCpp String ifName, int flags,… in onInterfaceAddressRemoved() method
/aosp12/system/netd/server/aidl_api/netd_aidl_interface/7/android/net/
H A DINetdUnsolicitedEventListener.aidl41 …oneway void onInterfaceAddressRemoved(@utf8InCpp String addr, @utf8InCpp String ifName, int flags,… in onInterfaceAddressRemoved() method
/aosp12/system/netd/server/aidl_api/netd_aidl_interface/2/android/net/
H A DINetdUnsolicitedEventListener.aidl24 …oneway void onInterfaceAddressRemoved(@utf8InCpp String addr, @utf8InCpp String ifName, int flags,… in onInterfaceAddressRemoved() method
/aosp12/system/netd/server/aidl_api/netd_aidl_interface/3/android/net/
H A DINetdUnsolicitedEventListener.aidl25 …oneway void onInterfaceAddressRemoved(@utf8InCpp String addr, @utf8InCpp String ifName, int flags,… in onInterfaceAddressRemoved() method
/aosp12/system/netd/server/aidl_api/netd_aidl_interface/5/android/net/
H A DINetdUnsolicitedEventListener.aidl25 …oneway void onInterfaceAddressRemoved(@utf8InCpp String addr, @utf8InCpp String ifName, int flags,… in onInterfaceAddressRemoved() method
/aosp12/system/netd/server/aidl_api/netd_aidl_interface/6/android/net/
H A DINetdUnsolicitedEventListener.aidl41 …oneway void onInterfaceAddressRemoved(@utf8InCpp String addr, @utf8InCpp String ifName, int flags,… in onInterfaceAddressRemoved() method
/aosp12/system/netd/server/aidl_api/netd_aidl_interface/current/android/net/
H A DINetdUnsolicitedEventListener.aidl41 …oneway void onInterfaceAddressRemoved(@utf8InCpp String addr, @utf8InCpp String ifName, int flags,… in onInterfaceAddressRemoved() method
/aosp12/frameworks/libs/net/client-libs/netd/com/android/net/module/util/
H A DBaseNetdUnsolicitedEventListener.java44 public void onInterfaceAddressRemoved(@NonNull String addr, @NonNull String ifName, int flags, in onInterfaceAddressRemoved() method in BaseNetdUnsolicitedEventListener
/aosp12/packages/modules/Connectivity/tests/unit/java/com/android/server/
H A DNetworkManagementServiceTest.java186 unsolListener.onInterfaceAddressRemoved("fe80::1/64", "wlan0", 128, 253); in testNetworkObservers()
189 unsolListener.onInterfaceAddressRemoved("2001:db8::1/64", "wlan0", 1, 0); in testNetworkObservers()
/aosp12/system/netd/tests/
H A DTestUnsolService.h64 binder::Status onInterfaceAddressRemoved(const std::string& addr, const std::string& ifName,
H A DTestUnsolService.cpp109 binder::Status TestUnsolService::onInterfaceAddressRemoved(const std::string& addr, in onInterfaceAddressRemoved() function in android::net::TestUnsolService
/aosp12/system/netd/server/
H A DNetlinkHandler.cpp272 LOG_EVENT_FUNC(BINDER_RETRY, onInterfaceAddressRemoved, addr, ifName, flags, scope); in notifyAddressRemoved()
/aosp12/packages/modules/Wifi/service/java/com/android/server/wifi/util/
H A DNetdWrapper.java103 public void onInterfaceAddressRemoved(String addr, in onInterfaceAddressRemoved() method in NetdWrapper.NetdUnsolicitedEventListener
/aosp12/packages/modules/NetworkStack/src/android/net/ip/
H A DIpClientLinkObserver.java200 public void onInterfaceAddressRemoved(LinkAddress address, String iface) { in onInterfaceAddressRemoved() method in IpClientLinkObserver
H A DIpClient.java705 public void onInterfaceAddressRemoved(LinkAddress address, String iface) { in IpClient()
706 super.onInterfaceAddressRemoved(address, iface); in IpClient()
/aosp12/frameworks/base/services/core/java/com/android/server/
H A DNetworkManagementService.java613 public void onInterfaceAddressRemoved(String addr, in onInterfaceAddressRemoved() method in NetworkManagementService.NetdUnsolicitedEventListener
/aosp12/frameworks/base/services/
H A Dart-profile2075 …/NetworkManagementService$NetdUnsolicitedEventListener;->lambda$onInterfaceAddressRemoved$4$Networ…
2084 …/server/NetworkManagementService$NetdUnsolicitedEventListener;->onInterfaceAddressRemoved(Ljava/la…