Lines Matching defs:property
662 SLOG(this, 5) << "Ignoring bool property: " << it.first;
665 SLOG(this, 5) << "Configuring bool property: " << it.first;
673 SLOG(this, 5) << "Ignoring int32_t property: " << it.first;
676 SLOG(this, 5) << "Configuring int32_t property: " << it.first;
684 SLOG(this, 5) << "Ignoring key value store property: " << it.first;
687 SLOG(this, 5) << "Configuring key value store property: " << it.first;
697 SLOG(this, 5) << "Ignoring string property: " << it.first;
700 SLOG(this, 5) << "Configuring string property: " << it.first;
708 SLOG(this, 5) << "Ignoring strings property: " << it.first;
711 SLOG(this, 5) << "Configuring strings property: " << it.first;
719 SLOG(this, 5) << "Ignoring stringmap property: " << it.first;
722 SLOG(this, 5) << "Configuring stringmap property: " << it.first;
737 SLOG(this, 5) << "Checking bool property: " << it.first;
745 SLOG(this, 5) << "Checking int32 property: " << it.first;
753 SLOG(this, 5) << "Checking string property: " << it.first;
761 SLOG(this, 5) << "Checking strings property: " << it.first;
769 SLOG(this, 5) << "Checking stringmap property: " << it.first;
777 SLOG(this, 5) << "Checking key value store property: " << it.first;
1112 // Ignore the auto-connect property if both services are connected
1205 void Service::OnPropertyChanged(const string& property) {
1206 SLOG(this, 1) << __func__ << " " << property;
1208 if (Is8021x() && EapCredentials::IsEapAuthenticationProperty(property)) {
1213 if ((property == kCheckPortalProperty ||
1214 property == kProxyConfigProperty) &&
1473 // flush the current value of the property to the profile.
1507 "Invalid Service CheckPortal property value: %s",
1550 "Service %s Name property cannot be modified.",
1633 // The "Tethering" property isn't supported by the Service base class, and