Searched defs:ifname (Results 1 – 15 of 15) sorted by relevance
38 public String ifname; field in ConnectivityMetricsEvent
525 final String ifname = lp.getInterfaceName(); in notifyDownstreamLinkProperties() local534 final String ifname = newLp.getInterfaceName(); in pushDownstreamState() local563 public void removeDownstreamInterface(String ifname) { in removeDownstreamInterface()
992 final String ifname = intent.getStringExtra(EXTRA_WIFI_AP_INTERFACE_NAME); in handleWifiApAction() local1133 private void disableWifiIpServingLockedCommon(int tetheringType, String ifname, int apState) { in disableWifiIpServingLockedCommon()1160 private void disableWifiIpServingLocked(String ifname, int apState) { in disableWifiIpServingLocked()1170 private void disableWifiP2pIpServingLockedIfNeeded(String ifname) { in disableWifiP2pIpServingLockedIfNeeded()1176 private void enableWifiIpServingLocked(String ifname, int wifiIpMode) { in enableWifiIpServingLocked()1237 private void changeInterfaceState(String ifname, int requestedState) { in changeInterfaceState()1994 public void excludeDownstreamInterface(String ifname) { in excludeDownstreamInterface()
441 public boolean addDownstreamPrefix(String ifname, String prefix) { in addDownstreamPrefix()461 public boolean removeDownstreamPrefix(String ifname, String prefix) { in removeDownstreamPrefix()
158 private static IpConnectivityEvent buildEvent(int netId, long transports, String ifname) { in buildEvent()388 private static int ifnameToLinkLayer(String ifname) { in ifnameToLinkLayer()
246 private static Integer getInterfaceIndex(String ifname) { in getInterfaceIndex()
125 public boolean log(@NonNull String ifname, @NonNull Event data) { in log()
50 public abstract boolean isUidNetworkingBlocked(int uid, String ifname); in isUidNetworkingBlocked()
5217 public boolean isUidNetworkingBlocked(int uid, String ifname) { in isUidNetworkingBlocked()
139 String ifname) { in makeExpectedEvent()
609 private void sendWifiApStateChanged(int state, String ifname, int ipmode) { in sendWifiApStateChanged()623 boolean isGroupFormed, boolean isGroupOwner, String ifname) { in sendWifiP2pConnectionChanged()661 private void verifyInterfaceServingModeStarted(String ifname) throws Exception { in verifyInterfaceServingModeStarted()669 private void verifyTetheringBroadcast(String ifname, String whichExtra) { in verifyTetheringBroadcast()
3009 private WifiStatus removeIface(int type, String ifname) { in removeIface()3023 public WifiStatus answer(String ifname) { in answer()
538 private void startIpClient(String ifname, Handler smHandler) { in startIpClient()2684 final String ifname = mGroup.getInterface(); in processMessage() local
1365 String ifname, HashSet<IpPrefix> prefixes) { in getLocalRoutesFor()
6784 String ifname; in convertDataCallResult() local