/aosp12/packages/modules/NetworkStack/src/com/android/server/ |
H A D | NetworkObserver.java | 41 default void onInterfaceAddressUpdated(LinkAddress address, String ifName) {} in onInterfaceAddressUpdated() method
|
H A D | NetworkObserverRegistry.java | 133 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 D | INetdUnsolicitedEventListener.aidl | 6 …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 D | INetdUnsolicitedEventListener.aidl | 24 …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 D | INetdUnsolicitedEventListener.aidl | 40 …oneway void onInterfaceAddressUpdated(@utf8InCpp String addr, @utf8InCpp String ifName, int flags,… in onInterfaceAddressUpdated() method
|
/aosp12/system/netd/server/binder/android/net/ |
H A D | INetdUnsolicitedEventListener.aidl | 73 void onInterfaceAddressUpdated( in onInterfaceAddressUpdated() method
|
/aosp12/system/netd/server/aidl_api/netd_aidl_interface/2/android/net/ |
H A D | INetdUnsolicitedEventListener.aidl | 23 …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 D | INetdUnsolicitedEventListener.aidl | 24 …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 D | INetdUnsolicitedEventListener.aidl | 24 …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 D | INetdUnsolicitedEventListener.aidl | 40 …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 D | INetdUnsolicitedEventListener.aidl | 40 …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 D | BaseNetdUnsolicitedEventListener.java | 40 public void onInterfaceAddressUpdated(@NonNull String addr, String ifName, int flags, in onInterfaceAddressUpdated() method in BaseNetdUnsolicitedEventListener
|
/aosp12/system/netd/tests/ |
H A D | TestUnsolService.cpp | 103 binder::Status TestUnsolService::onInterfaceAddressUpdated(const std::string&, in onInterfaceAddressUpdated() function in android::net::TestUnsolService
|
/aosp12/packages/modules/NetworkStack/src/android/net/ip/ |
H A D | IpClientLinkObserver.java | 184 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 D | NetdWrapper.java | 97 public void onInterfaceAddressUpdated(String addr, in onInterfaceAddressUpdated() method in NetdWrapper.NetdUnsolicitedEventListener
|
/aosp12/frameworks/base/services/core/java/com/android/server/ |
H A D | NetworkManagementService.java | 606 public void onInterfaceAddressUpdated(String addr, in onInterfaceAddressUpdated() method in NetworkManagementService.NetdUnsolicitedEventListener
|