Searched refs:NativeVpnType (Results 1 – 18 of 18) sorted by relevance
20 import android.net.NativeVpnType;51 NativeVpnType vpnType = NativeVpnType.PLATFORM;
20 enum NativeVpnType { enum
42 android.net.NativeVpnType vpnType = android.net.NativeVpnType.PLATFORM;
36 enum NativeVpnType { enum
440 int NetworkController::createVirtualNetwork(unsigned netId, bool secure, NativeVpnType vpnType) { in createVirtualNetwork()453 if (vpnType < NativeVpnType::SERVICE || NativeVpnType::OEM < vpnType) { in createVirtualNetwork()
110 [[nodiscard]] int createVirtualNetwork(unsigned netId, bool secure, NativeVpnType vpnType);
65 "binder/android/net/NativeVpnType.aidl",
365 int ret = gCtls->netCtrl.createVirtualNetwork(netId, secure, NativeVpnType::LEGACY); in networkCreateVpn()
133 new Class[] { NativeVpnType.class }, new String[]{ "" }); in testVpnTypesEqual()
36 using aidl::android::net::NativeVpnType;
247 config.vpnType = NativeVpnType::PLATFORM; in makeNativeNetworkConfig()
34 rule android.net.NativeVpnType* com.android.connectivity.@0
110 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()
51375 Landroid/net/NativeVpnType;