Searched defs:ifName (Results 1 – 4 of 4) sorted by relevance
| /frameworks/libs/net/client-libs/netd/com/android/net/module/util/ |
| D | BaseNetdUnsolicitedEventListener.java | 33 public void onQuotaLimitReached(@NonNull String alertName, @NonNull String ifName) { } in onQuotaLimitReached() 36 public void onInterfaceDnsServerInfo(@NonNull String ifName, long lifetimeS, in onInterfaceDnsServerInfo() 40 public void onInterfaceAddressUpdated(@NonNull String addr, String ifName, int flags, in onInterfaceAddressUpdated() 44 public void onInterfaceAddressRemoved(@NonNull String addr, @NonNull String ifName, int flags, in onInterfaceAddressRemoved() 48 public void onInterfaceAdded(@NonNull String ifName) { } in onInterfaceAdded() 51 public void onInterfaceRemoved(@NonNull String ifName) { } in onInterfaceRemoved() 54 public void onInterfaceChanged(@NonNull String ifName, boolean up) { } in onInterfaceChanged() 57 public void onInterfaceLinkStateChanged(@NonNull String ifName, boolean up) { } in onInterfaceLinkStateChanged() 61 @NonNull String ifName) { } in onRouteChanged()
|
| /frameworks/base/services/core/java/com/android/server/ |
| D | NetworkManagementService.java | 594 public void onQuotaLimitReached(String alertName, String ifName) in onQuotaLimitReached() 600 public void onInterfaceDnsServerInfo(String ifName, in onInterfaceDnsServerInfo() 607 String ifName, int flags, int scope) throws RemoteException { in onInterfaceAddressUpdated() 614 String ifName, int flags, int scope) throws RemoteException { in onInterfaceAddressRemoved() 620 public void onInterfaceAdded(String ifName) throws RemoteException { in onInterfaceAdded() 625 public void onInterfaceRemoved(String ifName) throws RemoteException { in onInterfaceRemoved() 630 public void onInterfaceChanged(String ifName, boolean up) in onInterfaceChanged() 636 public void onInterfaceLinkStateChanged(String ifName, boolean up) in onInterfaceLinkStateChanged() 643 String route, String gateway, String ifName) throws RemoteException { in onRouteChanged()
|
| /frameworks/base/services/net/java/android/net/ |
| D | NetworkStackClient.java | 133 public void makeDhcpServer(final String ifName, final DhcpServingParamsParcel params, in makeDhcpServer() 149 public void makeIpClient(String ifName, IIpClientCallbacks cb) { in makeIpClient()
|
| /frameworks/native/cmds/service/ |
| D | service.cpp | 137 String16 ifName = get_interface_name(service); in main() local
|