HomeSort by relevance Sort by last modified time
    Searched refs:kL2tpIpsecCaCertPemProperty (Results 1 - 4 of 4) sorted by null

  /system/connectivity/shill/vpn/
vpn_driver_unittest.cc 92 { kL2tpIpsecCaCertPemProperty, Property::kArray },
196 GetArgs()->SetStrings(kL2tpIpsecCaCertPemProperty,
228 EXPECT_FALSE(GetArgs()->ContainsStrings(kL2tpIpsecCaCertPemProperty));
260 EXPECT_CALL(storage, DeleteKey(kStorageID, kL2tpIpsecCaCertPemProperty));
276 EXPECT_CALL(storage, DeleteKey(kStorageID, kL2tpIpsecCaCertPemProperty));
319 SetArgArray(kL2tpIpsecCaCertPemProperty, vector<string>());
356 EXPECT_TRUE(GetProviderPropertyStrings(store, kL2tpIpsecCaCertPemProperty,
l2tp_ipsec_driver.cc 105 { kL2tpIpsecCaCertPemProperty, Property::kArray },
324 if (args()->ContainsStrings(kL2tpIpsecCaCertPemProperty)) {
325 ca_certs = args()->GetStrings(kL2tpIpsecCaCertPemProperty);
l2tp_ipsec_driver_unittest.cc 308 SetArgArray(kL2tpIpsecCaCertPemProperty, kCaCertPEM);
370 SetArgArray(kL2tpIpsecCaCertPemProperty, kCaCertPEM);
  /external/cros/system_api/dbus/shill/
dbus-constants.h 571 const char kL2tpIpsecCaCertPemProperty[] = "L2TPIPsec.CACertPEM";
    [all...]

Completed in 70 milliseconds