Home | History | Annotate | Download | only in vpn

Lines Matching refs:properties_

57       properties_(properties),
66 if ((properties_[i].flags & Property::kEphemeral)) {
69 const string property = properties_[i].property;
70 if (properties_[i].flags & Property::kArray) {
71 CHECK(!(properties_[i].flags & Property::kCredential))
81 bool loaded = (properties_[i].flags & Property::kCredential) ?
99 if ((properties_[i].flags & Property::kEphemeral)) {
102 bool credential = (properties_[i].flags & Property::kCredential);
103 const string property = properties_[i].property;
104 if (properties_[i].flags & Property::kArray) {
133 if ((properties_[i].flags &
135 args_.RemoveString(properties_[i].property);
143 if (properties_[i].flags & Property::kArray) {
145 properties_[i].property,
155 properties_[i].property,
175 if (args_.ContainsString(properties_[index].property)) {
176 args_.RemoveString(properties_[index].property);
184 if (args_.ContainsStrings(properties_[index].property)) {
185 args_.RemoveStrings(properties_[index].property);
216 if (args_.ContainsString(properties_[index].property) &&
217 args_.GetString(properties_[index].property) == value) {
220 args_.SetString(properties_[index].property, value);
227 if (args_.ContainsStrings(properties_[index].property) &&
228 args_.GetStrings(properties_[index].property) == value) {
231 args_.SetStrings(properties_[index].property, value);
241 if ((properties_[i].flags & Property::kWriteOnly)) {
244 string prop = properties_[i].property;
255 if (properties_[i].flags & Property::kArray) {