Searched refs:vpnType (Results 1 – 8 of 8) sorted by relevance
51 NativeVpnType vpnType = NativeVpnType.PLATFORM;
42 android.net.NativeVpnType vpnType = android.net.NativeVpnType.PLATFORM;
440 int NetworkController::createVirtualNetwork(unsigned netId, bool secure, NativeVpnType vpnType) { in createVirtualNetwork() argument453 if (vpnType < NativeVpnType::SERVICE || NativeVpnType::OEM < vpnType) { in createVirtualNetwork()454 ALOGE("invalid vpnType %d", static_cast<int>(vpnType)); in createVirtualNetwork()
110 [[nodiscard]] int createVirtualNetwork(unsigned netId, bool secure, NativeVpnType vpnType);
376 ret = gCtls->netCtrl.createVirtualNetwork(config.netId, config.secure, config.vpnType); in networkCreate()
274 config.vpnType = NativeVpnType::PLATFORM; in makeNativeNetworkConfig()4367 const std::string vpnType = std::get<0>(info.param) in __anon1aec74da2102() local4384 return vpnType + "_select" + selectedNetwork; in __anon1aec74da2102()4481 config.vpnType = NativeVpnType::OEM; in TEST_F()4491 wrongConfig.vpnType = static_cast<NativeVpnType>(-1); in TEST_F()