/aosp12/packages/modules/NetworkStack/src/com/android/server/ |
H A D | NetworkObserver.java | 30 default void onInterfaceChanged(String ifName, boolean up) {} in onInterfaceChanged() method
|
H A D | NetworkObserverRegistry.java | 156 public void onInterfaceChanged(String ifName, boolean up) { in onInterfaceChanged() method in NetworkObserverRegistry
|
/aosp12/system/netd/server/aidl_api/netd_aidl_interface/1/android/net/ |
H A D | INetdUnsolicitedEventListener.aidl | 10 oneway void onInterfaceChanged(@utf8InCpp String ifName, boolean up); in onInterfaceChanged() method
|
/aosp12/system/netd/server/aidl_api/netd_aidl_interface/4/android/net/ |
H A D | INetdUnsolicitedEventListener.aidl | 28 oneway void onInterfaceChanged(@utf8InCpp String ifName, boolean up); in onInterfaceChanged() method
|
/aosp12/system/netd/server/aidl_api/netd_aidl_interface/7/android/net/ |
H A D | INetdUnsolicitedEventListener.aidl | 44 oneway void onInterfaceChanged(@utf8InCpp String ifName, boolean up); in onInterfaceChanged() method
|
/aosp12/system/netd/server/binder/android/net/ |
H A D | INetdUnsolicitedEventListener.aidl | 113 void onInterfaceChanged(@utf8InCpp String ifName, boolean up); in onInterfaceChanged() method
|
/aosp12/system/netd/server/aidl_api/netd_aidl_interface/2/android/net/ |
H A D | INetdUnsolicitedEventListener.aidl | 27 oneway void onInterfaceChanged(@utf8InCpp String ifName, boolean up); in onInterfaceChanged() method
|
/aosp12/system/netd/server/aidl_api/netd_aidl_interface/3/android/net/ |
H A D | INetdUnsolicitedEventListener.aidl | 28 oneway void onInterfaceChanged(@utf8InCpp String ifName, boolean up); in onInterfaceChanged() method
|
/aosp12/system/netd/server/aidl_api/netd_aidl_interface/5/android/net/ |
H A D | INetdUnsolicitedEventListener.aidl | 28 oneway void onInterfaceChanged(@utf8InCpp String ifName, boolean up); in onInterfaceChanged() method
|
/aosp12/system/netd/server/aidl_api/netd_aidl_interface/6/android/net/ |
H A D | INetdUnsolicitedEventListener.aidl | 44 oneway void onInterfaceChanged(@utf8InCpp String ifName, boolean up); in onInterfaceChanged() method
|
/aosp12/system/netd/server/aidl_api/netd_aidl_interface/current/android/net/ |
H A D | INetdUnsolicitedEventListener.aidl | 44 oneway void onInterfaceChanged(@utf8InCpp String ifName, boolean up); in onInterfaceChanged() method
|
/aosp12/frameworks/libs/net/client-libs/netd/com/android/net/module/util/ |
H A D | BaseNetdUnsolicitedEventListener.java | 54 public void onInterfaceChanged(@NonNull String ifName, boolean up) { } in onInterfaceChanged() method in BaseNetdUnsolicitedEventListener
|
/aosp12/system/netd/tests/ |
H A D | TestUnsolService.cpp | 127 binder::Status TestUnsolService::onInterfaceChanged(const std::string& ifName, bool status) { in onInterfaceChanged() function in android::net::TestUnsolService
|
/aosp12/packages/modules/Wifi/service/java/com/android/server/wifi/util/ |
H A D | NetdWrapper.java | 119 public void onInterfaceChanged(String ifName, boolean up) in onInterfaceChanged() method in NetdWrapper.NetdUnsolicitedEventListener
|
/aosp12/frameworks/base/services/core/java/com/android/server/ |
H A D | NetworkManagementService.java | 630 public void onInterfaceChanged(String ifName, boolean up) in onInterfaceChanged() method in NetworkManagementService.NetdUnsolicitedEventListener
|
/aosp12/packages/modules/Connectivity/Tethering/src/com/android/networkstack/tethering/ |
H A D | Tethering.java | 491 public void onInterfaceChanged(String ifName, boolean up) { in onInterfaceChanged() method in Tethering.NetdCallback
|