Home
last modified time | relevance | path

Searched refs:NativeVpnType (Results 1 – 18 of 18) sorted by relevance

/aosp12/system/netd/server/binder/android/net/
H A DNativeNetworkConfig.aidl20 import android.net.NativeVpnType;
51 NativeVpnType vpnType = NativeVpnType.PLATFORM;
H A DNativeVpnType.aidl20 enum NativeVpnType { enum
/aosp12/system/netd/server/aidl_api/netd_aidl_interface/6/android/net/
H A DNativeNetworkConfig.aidl42 android.net.NativeVpnType vpnType = android.net.NativeVpnType.PLATFORM;
H A DNativeVpnType.aidl36 enum NativeVpnType { enum
/aosp12/system/netd/server/aidl_api/netd_aidl_interface/7/android/net/
H A DNativeNetworkConfig.aidl42 android.net.NativeVpnType vpnType = android.net.NativeVpnType.PLATFORM;
H A DNativeVpnType.aidl36 enum NativeVpnType { enum
/aosp12/system/netd/server/aidl_api/netd_aidl_interface/current/android/net/
H A DNativeNetworkConfig.aidl42 android.net.NativeVpnType vpnType = android.net.NativeVpnType.PLATFORM;
H A DNativeVpnType.aidl36 enum NativeVpnType { enum
/aosp12/system/netd/server/
H A DNetworkController.cpp440 int NetworkController::createVirtualNetwork(unsigned netId, bool secure, NativeVpnType vpnType) { in createVirtualNetwork()
453 if (vpnType < NativeVpnType::SERVICE || NativeVpnType::OEM < vpnType) { in createVirtualNetwork()
H A DNetworkController.h110 [[nodiscard]] int createVirtualNetwork(unsigned netId, bool secure, NativeVpnType vpnType);
H A DAndroid.bp65 "binder/android/net/NativeVpnType.aidl",
H A DNetdNativeService.cpp365 int ret = gCtls->netCtrl.createVirtualNetwork(netId, secure, NativeVpnType::LEGACY); in networkCreateVpn()
/aosp12/packages/modules/Connectivity/tests/unit/java/android/net/
H A DVpnManagerTest.java133 new Class[] { NativeVpnType.class }, new String[]{ "" }); in testVpnTypesEqual()
/aosp12/packages/modules/DnsResolver/tests/dns_responder/
H A Ddns_responder_client_ndk.h36 using aidl::android::net::NativeVpnType;
H A Ddns_responder_client_ndk.cpp247 config.vpnType = NativeVpnType::PLATFORM; in makeNativeNetworkConfig()
/aosp12/packages/modules/Connectivity/service/
H A Djarjar-rules.txt34 rule android.net.NativeVpnType* com.android.connectivity.@0
/aosp12/system/netd/tests/
H A Dbinder_test.cpp110 using android::net::NativeVpnType;
274 config.vpnType = NativeVpnType::PLATFORM; in makeNativeNetworkConfig()
4484 config.vpnType = NativeVpnType::OEM; in TEST_F()
4494 wrongConfig.vpnType = static_cast<NativeVpnType>(-1); in TEST_F()
/aosp12/frameworks/base/services/
H A Dart-profile51375 Landroid/net/NativeVpnType;