Home
last modified time | relevance | path

Searched defs:onInterfaceAddressUpdated (Results 1 – 16 of 16) sorted by relevance

/aosp12/packages/modules/NetworkStack/src/com/android/server/
H A DNetworkObserver.java41 default void onInterfaceAddressUpdated(LinkAddress address, String ifName) {} in onInterfaceAddressUpdated() method
H A DNetworkObserverRegistry.java133 public void onInterfaceAddressUpdated(String addr, String ifName, int flags, int scope) { in onInterfaceAddressUpdated() method in NetworkObserverRegistry
/aosp12/system/netd/server/aidl_api/netd_aidl_interface/1/android/net/
H A DINetdUnsolicitedEventListener.aidl6 …oneway void onInterfaceAddressUpdated(@utf8InCpp String addr, @utf8InCpp String ifName, int flags,… in onInterfaceAddressUpdated() method
/aosp12/system/netd/server/aidl_api/netd_aidl_interface/4/android/net/
H A DINetdUnsolicitedEventListener.aidl24 …oneway void onInterfaceAddressUpdated(@utf8InCpp String addr, @utf8InCpp String ifName, int flags,… in onInterfaceAddressUpdated() method
/aosp12/system/netd/server/aidl_api/netd_aidl_interface/7/android/net/
H A DINetdUnsolicitedEventListener.aidl40 …oneway void onInterfaceAddressUpdated(@utf8InCpp String addr, @utf8InCpp String ifName, int flags,… in onInterfaceAddressUpdated() method
/aosp12/system/netd/server/binder/android/net/
H A DINetdUnsolicitedEventListener.aidl73 void onInterfaceAddressUpdated( in onInterfaceAddressUpdated() method
/aosp12/system/netd/server/aidl_api/netd_aidl_interface/2/android/net/
H A DINetdUnsolicitedEventListener.aidl23 …oneway void onInterfaceAddressUpdated(@utf8InCpp String addr, @utf8InCpp String ifName, int flags,… in onInterfaceAddressUpdated() method
/aosp12/system/netd/server/aidl_api/netd_aidl_interface/3/android/net/
H A DINetdUnsolicitedEventListener.aidl24 …oneway void onInterfaceAddressUpdated(@utf8InCpp String addr, @utf8InCpp String ifName, int flags,… in onInterfaceAddressUpdated() method
/aosp12/system/netd/server/aidl_api/netd_aidl_interface/5/android/net/
H A DINetdUnsolicitedEventListener.aidl24 …oneway void onInterfaceAddressUpdated(@utf8InCpp String addr, @utf8InCpp String ifName, int flags,… in onInterfaceAddressUpdated() method
/aosp12/system/netd/server/aidl_api/netd_aidl_interface/6/android/net/
H A DINetdUnsolicitedEventListener.aidl40 …oneway void onInterfaceAddressUpdated(@utf8InCpp String addr, @utf8InCpp String ifName, int flags,… in onInterfaceAddressUpdated() method
/aosp12/system/netd/server/aidl_api/netd_aidl_interface/current/android/net/
H A DINetdUnsolicitedEventListener.aidl40 …oneway void onInterfaceAddressUpdated(@utf8InCpp String addr, @utf8InCpp String ifName, int flags,… in onInterfaceAddressUpdated() method
/aosp12/frameworks/libs/net/client-libs/netd/com/android/net/module/util/
H A DBaseNetdUnsolicitedEventListener.java40 public void onInterfaceAddressUpdated(@NonNull String addr, String ifName, int flags, in onInterfaceAddressUpdated() method in BaseNetdUnsolicitedEventListener
/aosp12/system/netd/tests/
H A DTestUnsolService.cpp103 binder::Status TestUnsolService::onInterfaceAddressUpdated(const std::string&, in onInterfaceAddressUpdated() function in android::net::TestUnsolService
/aosp12/packages/modules/NetworkStack/src/android/net/ip/
H A DIpClientLinkObserver.java184 public void onInterfaceAddressUpdated(LinkAddress address, String iface) { in onInterfaceAddressUpdated() method in IpClientLinkObserver
/aosp12/packages/modules/Wifi/service/java/com/android/server/wifi/util/
H A DNetdWrapper.java97 public void onInterfaceAddressUpdated(String addr, in onInterfaceAddressUpdated() method in NetdWrapper.NetdUnsolicitedEventListener
/aosp12/frameworks/base/services/core/java/com/android/server/
H A DNetworkManagementService.java606 public void onInterfaceAddressUpdated(String addr, in onInterfaceAddressUpdated() method in NetworkManagementService.NetdUnsolicitedEventListener