Home | History | Annotate | Download | only in vpn

Lines Matching refs:Property

83   static const Property kProperties[];
89 const VPNDriverUnderTest::Property VPNDriverUnderTest::kProperties[] = {
90 { kEapCaCertPemProperty, Property::kArray },
92 { kL2tpIpsecCaCertPemProperty, Property::kArray },
93 { kOTPProperty, Property::kEphemeral },
94 { kPINProperty, Property::kWriteOnly },
95 { kPSKProperty, Property::kCredential },
96 { kPasswordProperty, Property::kCredential },
296 // An un-set property should not be readable.
321 // We should not be able to read a property out of the driver args using the
370 // If we clear a property, we should no longer be able to find it.
385 // A second attempt to clear this property should return an error.