Home
last modified time | relevance | path

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

12

/packages/modules/Connectivity/tests/cts/net/src/android/net/cts/
DConnectivityDiagnosticsManagerTest.java239 final String interfaceName = in testRegisterConnectivityDiagnosticsCallback() local
337 final String interfaceName = in doBroadcastCarrierConfigsAndVerifyOnConnectivityReportAvailable() local
377 final String interfaceName = in testOnConnectivityReportAvailable() local
429 final String interfaceName = in verifyOnDataStallSuspected() local
462 final String interfaceName = in verifyOnNetworkConnectivityReported() local
532 @NonNull Network network, @NonNull String interfaceName) { in expectOnConnectivityReportAvailable()
542 @NonNull String interfaceName, int transportType, int expectedValidationResult) { in maybeVerifyConnectivityReportAvailable()
548 @NonNull String interfaceName, int transportType, in maybeVerifyConnectivityReportAvailable()
580 @NonNull String interfaceName, in expectOnDataStallSuspected()
/packages/modules/Connectivity/thread/service/jni/
Dcom_android_server_thread_TunInterfaceController.cpp40 JNIEnv* env, jobject clazz, jstring interfaceName, jint mtu) { in com_android_server_thread_TunInterfaceController_createTunInterface()
83 JNIEnv* env, jobject clazz, jstring interfaceName, jboolean isUp) { in com_android_server_thread_TunInterfaceController_setInterfaceUp()
Dcom_android_server_thread_InfraInterfaceController.cpp46 jstring interfaceName) { in com_android_server_thread_InfraInterfaceController_createIcmp6Socket()
/packages/modules/Wifi/service/java/com/android/server/wifi/
DTwtManager.java484 public void getTwtCapabilities(@Nullable String interfaceName, in getTwtCapabilities()
508 public void setupTwtSession(@Nullable String interfaceName, @NonNull TwtRequest twtRequest, in setupTwtSession()
541 private boolean isTwtCapable(String interfaceName) { in isTwtCapable()
561 public void tearDownTwtSession(@Nullable String interfaceName, int sessionId) { in tearDownTwtSession()
590 public void getStatsTwtSession(@Nullable String interfaceName, in getStatsTwtSession()
652 private boolean registerInterface(String interfaceName) { in registerInterface()
666 private boolean isRegisteredInterface(String interfaceName) { in isRegisteredInterface()
/packages/modules/Connectivity/thread/service/java/com/android/server/thread/
DTunInterfaceController.java86 public TunInterfaceController(String interfaceName) { in TunInterfaceController()
130 private native int nativeCreateTunInterface(String interfaceName, int mtu) throws IOException; in nativeCreateTunInterface()
146 private native void nativeSetInterfaceUp(String interfaceName, boolean isUp) throws IOException; in nativeSetInterfaceUp()
DInfraInterfaceController.java43 private static native int nativeCreateIcmp6Socket(String interfaceName) throws IOException; in nativeCreateIcmp6Socket()
/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()
/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.java343 public boolean createAwareNetworkInterface(short transactionId, String interfaceName) { in createAwareNetworkInterface()
363 public boolean deleteAwareNetworkInterface(short transactionId, String interfaceName) { in deleteAwareNetworkInterface()
385 int channel, MacAddress peer, String interfaceName, in initiateDataPath()
412 String interfaceName, byte[] appInfo, boolean isOutOfBand, Capabilities capabilities, in respondToDataPathRequest()
982 int peerId, int channelRequestType, int channel, MacAddress peer, String interfaceName, in createNanInitiateDataPathRequest()
1087 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.java436 public boolean createAwareNetworkInterface(short transactionId, String interfaceName) { in createAwareNetworkInterface()
444 public boolean deleteAwareNetworkInterface(short transactionId, String interfaceName) { in deleteAwareNetworkInterface()
454 int channel, MacAddress peer, String interfaceName, in initiateDataPath()
468 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.java228 public NetworkInterfaceWrapper getNetworkInterfaceByName(@NonNull String interfaceName) in getNetworkInterfaceByName()
454 private LinkProperties createLPForTetheredInterface(@NonNull final String interfaceName, in createLPForTetheredInterface()
499 final String interfaceName = lp.getInterfaceName(); in createSocket() local
596 private void removeTetherInterfaceSocket(String interfaceName) { in removeTetherInterfaceSocket()
656 private void retrieveAndNotifySocketFromInterface(String interfaceName, SocketCallback cb) { in retrieveAndNotifySocketFromInterface()
DMdnsAdvertiser.java142 public List<OffloadServiceInfoWrapper> getAllInterfaceOffloadServiceInfos( in getAllInterfaceOffloadServiceInfos()
301 private void maybeSendOffloadStop(final String interfaceName, int serviceId) { in maybeSendOffloadStop()
377 final String interfaceName = removedAdvertiser.getSocketInterfaceName(); in onAdvertiserDestroyed() local
583 final String interfaceName = advertiser.getSocketInterfaceName(); in onAddressesChanged() local
780 void onOffloadStartOrUpdate(@NonNull String interfaceName, in onOffloadStartOrUpdate()
789 void onOffloadStop(@NonNull String interfaceName, in onOffloadStop()
/packages/modules/Connectivity/framework/src/android/net/
DTestNetworkSpecifier.java43 public TestNetworkSpecifier(@NonNull String interfaceName) { in TestNetworkSpecifier()
/packages/modules/Connectivity/framework-t/src/android/net/
DEthernetNetworkSpecifier.java42 public EthernetNetworkSpecifier(@NonNull String interfaceName) { in EthernetNetworkSpecifier()
DIpSecTunnelInterfaceResponse.java31 public final String interfaceName; field in IpSecTunnelInterfaceResponse
/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/Connectivity/thread/tests/utils/src/android/net/thread/utils/
DTapTestNetworkTracker.java171 private static boolean hasUsableAddress(Network network, String interfaceName) { in hasUsableAddress()
/packages/modules/Wifi/service/java/com/android/server/wifi/aware/
DWifiAwareNativeApi.java545 public boolean createAwareNetworkInterface(short transactionId, String interfaceName) { in createAwareNetworkInterface()
565 public boolean deleteAwareNetworkInterface(short transactionId, String interfaceName) { in deleteAwareNetworkInterface()
600 int channel, byte[] peer, String interfaceName, in initiateDataPath()
648 String interfaceName, byte[] appInfo, in respondToDataPathRequest()
/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/hal/
DWifiNanIfaceHidlImplTest.java603 String interfaceName = "aware_data5"; in validateInitiateDataPath() local
677 String interfaceName = "aware_whatever22"; in validateRespondToDataPathRequest() local
DWifiNanIfaceAidlImplTest.java653 String interfaceName = "aware_data5"; in validateInitiateDataPath() local
728 String interfaceName = "aware_whatever22"; in validateRespondToDataPathRequest() local
/packages/modules/Connectivity/thread/tests/integration/src/android/net/thread/utils/
DIntegrationTestUtils.java292 public static boolean isInMulticastGroup(String interfaceName, Inet6Address address) { in isInMulticastGroup()
304 public static List<LinkAddress> getIpv6LinkAddresses(String interfaceName) { in getIpv6LinkAddresses()

12