Home
last modified time | relevance | path

Searched refs:strongswanCfg (Results 1 - 2 of 2) sorted by relevance

/foundation/communication/netmanager_ext/services/vpnmanager/src/
H A Dipsec_vpn_ctl.cpp81 std::string strongswanCfg = Base64::Decode(ipsecVpnConfig_->strongswanConf_); in InitConfigFile() local
82 if (!strongswanCfg.empty()) { in InitConfigFile()
83 CommonUtils::WriteFile(SWAN_CONFIG_FILE, strongswanCfg); in InitConfigFile()
H A Dl2tp_vpn_ctl.cpp59 std::string strongswanCfg = Base64::Decode(l2tpVpnConfig_->strongswanConf_); in InitConfigFile() local
60 if (!strongswanCfg.empty()) { in InitConfigFile()
61 CommonUtils::WriteFile(SWAN_CONFIG_FILE, strongswanCfg); in InitConfigFile()

Completed in 2 milliseconds