Home | History | Annotate | Download | only in shill

Lines Matching refs:store_

175       store_(PropertyStore::PropertyChangeCallback(
218 store_.RegisterConstBool(kConnectableProperty, &connectable_);
222 store_.RegisterConstStrings(kEapRemoteCertificationProperty,
232 store_.RegisterConstString(kErrorProperty, &error_);
233 store_.RegisterConstString(kErrorDetailsProperty, &error_details_);
247 store_.RegisterConstString(kPreviousErrorProperty,
249 store_.RegisterConstInt32(kPreviousErrorSerialNumberProperty,
263 store_.RegisterBool(kSaveCredentialsProperty, &save_credentials_);
273 store_.RegisterConstUint8(kSignalStrengthProperty, &strength_);
274 store_.RegisterString(kUIDataProperty, &ui_data_);
279 store_.RegisterConstInt32(kConnectionIdProperty, &connection_id_);
280 store_.RegisterBool(kDnsAutoFallbackProperty, &is_dns_auto_fallback_allowed_);
281 store_.RegisterBool(kLinkMonitorDisableProperty, &link_monitor_disabled_);
282 store_.RegisterBool(kManagedCredentialsProperty, &managed_credentials_);
289 store_.RegisterConstString(kPortalDetectionFailedPhaseProperty,
291 store_.RegisterConstString(kPortalDetectionFailedStatusProperty,
296 static_ip_parameters_.PlumbPropertyStore(&store_);
301 dhcp_properties_->InitPropertyStore(&store_);
667 store_.SetBoolProperty(it.first, it.second.Get<bool>(), &set_error);
678 store_.SetInt32Property(it.first, it.second.Get<int32_t>(), &set_error);
689 store_.SetKeyValueStoreProperty(it.first,
702 store_.SetStringProperty(it.first, it.second.Get<string>(), &set_error);
713 store_.SetStringsProperty(it.first, it.second.Get<Strings>(), &set_error);
724 store_.SetStringmapProperty(it.first,
740 if (!store_.GetBoolProperty(it.first, &value, &get_error) ||
748 if (!store_.GetInt32Property(it.first, &value, &get_error) ||
756 if (!store_.GetStringProperty(it.first, &value, &get_error) ||
764 if (!store_.GetStringsProperty(it.first, &value, &get_error) ||
772 if (!store_.GetStringmapProperty(it.first, &value, &get_error) ||
780 if (!store_.GetKeyValueStoreProperty(it.first, &value, &get_error) ||
1349 store_.RegisterDerivedBool(
1358 store_.RegisterDerivedInt32(
1367 store_.RegisterDerivedString(
1375 store_.RegisterDerivedRpcIdentifier(
1384 store_.RegisterDerivedUint16(
1391 store_.RegisterDerivedStrings(
1398 store_.RegisterDerivedString(
1410 store_.RegisterDerivedBool(name, accessor);