Searched refs:ipsecCaCertFilePath_ (Results 1 – 10 of 10) sorted by relevance
80 ipsecVpnConfig->ipsecCaCertFilePath_ = vpnBean->ipsecCaCertFilePath_; in ConvertVpnBeanToIpsecVpnConfig()123 l2tpVpnConfig->ipsecCaCertFilePath_ = vpnBean->ipsecCaCertFilePath_; in ConvertVpnBeanToL2tpVpnConfig()217 vpnBean->ipsecCaCertFilePath_ = ipsecVpnConfig->ipsecCaCertFilePath_; in ConvertIpsecVpnConfigToVpnBean()238 vpnBean->ipsecCaCertFilePath_ = l2tpVpnConfig->ipsecCaCertFilePath_; in ConvertL2tpVpnConfigToVpnBean()
33 parcel.WriteString(ipsecCaCertFilePath_) && in Marshalling()59 parcel.ReadString(ptr->ipsecCaCertFilePath_) && in Unmarshalling()
37 parcel.WriteString(ipsecCaCertFilePath_) && in Marshalling()67 parcel.ReadString(ptr->ipsecCaCertFilePath_) && in Unmarshalling()
60 infoSequence.ipsecCaCertFilePath_ = TEST_CA_CERT_FILE_PATH; in GetIpsecVpnConfigData()112 EXPECT_EQ(result->ipsecCaCertFilePath_, info.ipsecCaCertFilePath_);
54 infoSequence.ipsecCaCertFilePath_ = TEST_CA_CERT_FILE_PATH; in GetL2tpVpnConfigData()101 EXPECT_EQ(result->ipsecCaCertFilePath_, info.ipsecCaCertFilePath_);
34 std::string ipsecCaCertFilePath_; member
33 std::string ipsecCaCertFilePath_; member
66 std::string ipsecCaCertFilePath_; member
172 …romJsOptionItem(env, config, CONFIG_IPSEC_CA_CERT_FILE_PATH, ipsecVpnConfig->ipsecCaCertFilePath_); in ParseIpsecVpnParams()213 l2tpVpnConfig->ipsecCaCertFilePath_); in ParseL2tpVpnParams()501 ipsecVpnConfig->ipsecCaCertFilePath_); in CreateNapiIpsecVpnConfig()533 l2tpVpnConfig->ipsecCaCertFilePath_); in CreateNapiL2tpVpnConfig()
164 values.PutString(IPSEC_CA_CERT_FILE_PATH, info->ipsecCaCertFilePath_); in BindVpnData()260 queryResultSet->GetString(INDEX_IPSEC_CA_CERT_FILE_PATH, vpnBean->ipsecCaCertFilePath_); in GetVpnDataFromResultSet()