Home
last modified time | relevance | path

Searched refs:vpnType (Results 1 – 8 of 8) sorted by relevance

/system/netd/server/binder/android/net/
DNativeNetworkConfig.aidl51 NativeVpnType vpnType = NativeVpnType.PLATFORM;
/system/netd/server/aidl_api/netd_aidl_interface/7/android/net/
DNativeNetworkConfig.aidl42 android.net.NativeVpnType vpnType = android.net.NativeVpnType.PLATFORM;
/system/netd/server/aidl_api/netd_aidl_interface/current/android/net/
DNativeNetworkConfig.aidl42 android.net.NativeVpnType vpnType = android.net.NativeVpnType.PLATFORM;
/system/netd/server/aidl_api/netd_aidl_interface/6/android/net/
DNativeNetworkConfig.aidl42 android.net.NativeVpnType vpnType = android.net.NativeVpnType.PLATFORM;
/system/netd/server/
DNetworkController.cpp440 int NetworkController::createVirtualNetwork(unsigned netId, bool secure, NativeVpnType vpnType) { in createVirtualNetwork() argument
453 if (vpnType < NativeVpnType::SERVICE || NativeVpnType::OEM < vpnType) { in createVirtualNetwork()
454 ALOGE("invalid vpnType %d", static_cast<int>(vpnType)); in createVirtualNetwork()
DNetworkController.h110 [[nodiscard]] int createVirtualNetwork(unsigned netId, bool secure, NativeVpnType vpnType);
DNetdNativeService.cpp376 ret = gCtls->netCtrl.createVirtualNetwork(config.netId, config.secure, config.vpnType); in networkCreate()
/system/netd/tests/
Dbinder_test.cpp274 config.vpnType = NativeVpnType::PLATFORM; in makeNativeNetworkConfig()
4367 const std::string vpnType = std::get<0>(info.param) in __anon1aec74da2102() local
4384 return vpnType + "_select" + selectedNetwork; in __anon1aec74da2102()
4481 config.vpnType = NativeVpnType::OEM; in TEST_F()
4491 wrongConfig.vpnType = static_cast<NativeVpnType>(-1); in TEST_F()