Searched defs:ifName (Results 1 – 3 of 3) sorted by relevance
/frameworks/base/services/core/java/com/android/server/net/ |
D | NetworkManagementService.java | 588 public void onQuotaLimitReached(String alertName, String ifName) in onQuotaLimitReached() 594 public void onInterfaceDnsServerInfo(String ifName, in onInterfaceDnsServerInfo() 601 String ifName, int flags, int scope) throws RemoteException { in onInterfaceAddressUpdated() 608 String ifName, int flags, int scope) throws RemoteException { in onInterfaceAddressRemoved() 614 public void onInterfaceAdded(String ifName) throws RemoteException { in onInterfaceAdded() 619 public void onInterfaceRemoved(String ifName) throws RemoteException { in onInterfaceRemoved() 624 public void onInterfaceChanged(String ifName, boolean up) in onInterfaceChanged() 630 public void onInterfaceLinkStateChanged(String ifName, boolean up) in onInterfaceLinkStateChanged() 637 String route, String gateway, String ifName) throws RemoteException { in onRouteChanged()
|
/frameworks/base/services/net/java/android/net/ |
D | NetworkStackClient.java | 129 public void makeDhcpServer(final String ifName, final DhcpServingParamsParcel params, in makeDhcpServer() 145 public void makeIpClient(String ifName, IIpClientCallbacks cb) { in makeIpClient()
|
/frameworks/native/cmds/service/ |
D | service.cpp | 118 String16 ifName = (service ? service->getInterfaceDescriptor() : String16()); in main() local
|