Home
last modified time | relevance | path

Searched defs:interfaceName (Results 1 – 25 of 39) sorted by relevance

12

/packages/modules/Connectivity/tests/cts/net/src/android/net/cts/
DConnectivityDiagnosticsManagerTest.java224 final String interfaceName = in testRegisterConnectivityDiagnosticsCallback() local
326 final String interfaceName = in doBroadcastCarrierConfigsAndVerifyOnConnectivityReportAvailable() local
366 final String interfaceName = in testOnConnectivityReportAvailable() local
418 final String interfaceName = in verifyOnDataStallSuspected() local
451 final String interfaceName = in verifyOnNetworkConnectivityReported() local
521 @NonNull Network network, @NonNull String interfaceName) { in expectOnConnectivityReportAvailable()
531 @NonNull String interfaceName, int transportType, int expectedValidationResult) { in maybeVerifyConnectivityReportAvailable()
537 @NonNull String interfaceName, int transportType, in maybeVerifyConnectivityReportAvailable()
569 @NonNull String interfaceName, in expectOnDataStallSuspected()
/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/aware/
DTestUtils.java97 public boolean createAwareNetworkInterface(short transactionId, String interfaceName) { in createAwareNetworkInterface()
102 public boolean deleteAwareNetworkInterface(short transactionId, String interfaceName) { in deleteAwareNetworkInterface()
108 int channel, byte[] peer, String interfaceName, in initiateDataPath()
116 String interfaceName, byte[] appInfo, in respondToDataPathRequest()
DWifiAwareMetricsTest.java936 int index, int uid, String packageName, String interfaceName, String passphrase) { in addNetworkInfoToCache()
/packages/modules/Wifi/service/java/com/android/server/wifi/hal/
DIWifiNanIface.java156 boolean createAwareNetworkInterface(short transactionId, String interfaceName); in createAwareNetworkInterface()
166 boolean deleteAwareNetworkInterface(short transactionId, String interfaceName); in deleteAwareNetworkInterface()
190 int channel, MacAddress peer, String interfaceName, in initiateDataPath()
212 String interfaceName, byte[] appInfo, in respondToDataPathRequest()
DWifiNanIfaceHidlImpl.java189 public boolean createAwareNetworkInterface(short transactionId, String interfaceName) { in createAwareNetworkInterface()
198 public boolean deleteAwareNetworkInterface(short transactionId, String interfaceName) { in deleteAwareNetworkInterface()
209 int channel, MacAddress peer, String interfaceName, in initiateDataPath()
224 String interfaceName, byte[] appInfo, boolean isOutOfBand, Capabilities capabilities, in respondToDataPathRequest()
832 String interfaceName) { in createAwareNetworkInterfaceInternal()
844 String interfaceName) { in deleteAwareNetworkInterfaceInternal()
856 int channelRequestType, int channel, MacAddress peer, String interfaceName, in initiateDataPathInternal()
947 boolean accept, int ndpId, String interfaceName, byte[] appInfo, boolean isOutOfBand, in respondToDataPathRequestInternal()
DWifiNanIfaceAidlImpl.java342 public boolean createAwareNetworkInterface(short transactionId, String interfaceName) { in createAwareNetworkInterface()
362 public boolean deleteAwareNetworkInterface(short transactionId, String interfaceName) { in deleteAwareNetworkInterface()
384 int channel, MacAddress peer, String interfaceName, in initiateDataPath()
411 String interfaceName, byte[] appInfo, boolean isOutOfBand, Capabilities capabilities, in respondToDataPathRequest()
929 int peerId, int channelRequestType, int channel, MacAddress peer, String interfaceName, in createNanInitiateDataPathRequest()
1034 String interfaceName, byte[] appInfo, boolean isOutOfBand, in createNanRespondToDataPathIndicationRequest()
DWifiHalHidlImpl.java465 String interfaceName = android.hardware.wifi.V1_0.IWifi.kInterfaceName; in serviceDeclared() local
508 private boolean checkHalVersionByInterfaceName(String interfaceName) { in checkHalVersionByInterfaceName()
DWifiNanIface.java427 public boolean createAwareNetworkInterface(short transactionId, String interfaceName) { in createAwareNetworkInterface()
435 public boolean deleteAwareNetworkInterface(short transactionId, String interfaceName) { in deleteAwareNetworkInterface()
445 int channel, MacAddress peer, String interfaceName, in initiateDataPath()
459 String interfaceName, byte[] appInfo, in respondToDataPathRequest()
/packages/modules/Connectivity/service-t/src/com/android/server/net/
DInterfaceMapValue.java29 public final byte[] interfaceName; field in InterfaceMapValue
/packages/modules/Connectivity/service-t/src/com/android/server/connectivity/mdns/
DMdnsSocketProvider.java222 public NetworkInterfaceWrapper getNetworkInterfaceByName(@NonNull String interfaceName) in getNetworkInterfaceByName()
440 private LinkProperties createLPForTetheredInterface(@NonNull final String interfaceName, in createLPForTetheredInterface()
485 final String interfaceName = lp.getInterfaceName(); in createSocket() local
572 private void removeTetherInterfaceSocket(String interfaceName) { in removeTetherInterfaceSocket()
626 private void retrieveAndNotifySocketFromInterface(String interfaceName, SocketCallback cb) { in retrieveAndNotifySocketFromInterface()
/packages/modules/Connectivity/framework-t/src/android/net/
DEthernetNetworkSpecifier.java44 public EthernetNetworkSpecifier(@NonNull String interfaceName) { in EthernetNetworkSpecifier()
DIpSecTunnelInterfaceResponse.java31 public final String interfaceName; field in IpSecTunnelInterfaceResponse
/packages/modules/Connectivity/framework/src/android/net/
DTestNetworkSpecifier.java43 public TestNetworkSpecifier(@NonNull String interfaceName) { in TestNetworkSpecifier()
/packages/services/Car/tests/RailwayReferenceApp/src/com/google/android/car/networking/railway/
DConfigurationUpdater.java54 String interfaceName) in updateNetworkConfiguration()
/packages/services/BuiltInPrintService/src/com/android/bips/p2p/
DP2pUtils.java43 static boolean isOnInterface(String interfaceName, Uri path) { in isOnInterface()
/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/hal/
DWifiNanIfaceAidlImplTest.java483 String interfaceName = "aware_data5"; in validateInitiateDataPath() local
558 String interfaceName = "aware_whatever22"; in validateRespondToDataPathRequest() local
DWifiNanIfaceHidlImplTest.java603 String interfaceName = "aware_data5"; in validateInitiateDataPath() local
677 String interfaceName = "aware_whatever22"; in validateRespondToDataPathRequest() local
/packages/modules/Wifi/service/java/com/android/server/wifi/aware/
DWifiAwareNativeApi.java544 public boolean createAwareNetworkInterface(short transactionId, String interfaceName) { in createAwareNetworkInterface()
564 public boolean deleteAwareNetworkInterface(short transactionId, String interfaceName) { in deleteAwareNetworkInterface()
599 int channel, byte[] peer, String interfaceName, in initiateDataPath()
647 String interfaceName, byte[] appInfo, in respondToDataPathRequest()
DWifiAwareDataPathStateManager.java279 public void onInterfaceCreated(String interfaceName) { in onInterfaceCreated()
294 public void onInterfaceDeleted(String interfaceName) { in onInterfaceDeleted()
681 private void getInet6Address(NdpInfo ndpInfo, byte[] mac, String interfaceName) { in getInet6Address()
1342 public String interfaceName; field in WifiAwareDataPathStateManager.AwareNetworkRequestInformation
/packages/modules/Wifi/service/java/com/android/server/wifi/
DRssiMonitor.java50 WifiInfo wifiInfo, WifiNative wifiNative, String interfaceName, in RssiMonitor()
DHostapdHalHidlImp.java176 private boolean checkHalVersionByInterfaceName(String interfaceName) { in checkHalVersionByInterfaceName()
721 String interfaceName = android.hardware.wifi.hostapd.V1_0.IHostapd.kInterfaceName; in serviceDeclared() local
DLinkProbeManager.java179 public void updateConnectionStats(WifiInfo wifiInfo, String interfaceName) { in updateConnectionStats()
DSupplicantStateTracker.java98 @NonNull String interfaceName, in SupplicantStateTracker()
/packages/modules/Connectivity/service/src/com/android/server/
DTestNetworkService.java129 String interfaceName = iface; in createInterface() local
/packages/modules/Connectivity/service/jni/
Dcom_android_server_BpfNetMaps.cpp136 const std::string interfaceName(ifNameUtf8.c_str()); in native_addUidInterfaceRules() local

12