Home
last modified time | relevance | path

Searched refs:changed_properties (Results 1 – 19 of 19) sorted by relevance

/system/connectivity/shill/cellular/
Dcellular_bearer.cc184 const KeyValueStore& changed_properties, in OnPropertiesChanged() argument
192 if (changed_properties.ContainsBool(MM_BEARER_PROPERTY_CONNECTED)) { in OnPropertiesChanged()
193 connected_ = changed_properties.GetBool(MM_BEARER_PROPERTY_CONNECTED); in OnPropertiesChanged()
197 if (changed_properties.ContainsString(MM_BEARER_PROPERTY_INTERFACE)) { in OnPropertiesChanged()
199 changed_properties.GetString(MM_BEARER_PROPERTY_INTERFACE); in OnPropertiesChanged()
202 if (changed_properties.ContainsKeyValueStore(MM_BEARER_PROPERTY_IP4CONFIG)) { in OnPropertiesChanged()
204 changed_properties.GetKeyValueStore(MM_BEARER_PROPERTY_IP4CONFIG); in OnPropertiesChanged()
210 if (changed_properties.ContainsKeyValueStore(MM_BEARER_PROPERTY_IP6CONFIG)) { in OnPropertiesChanged()
212 changed_properties.GetKeyValueStore(MM_BEARER_PROPERTY_IP6CONFIG); in OnPropertiesChanged()
Dmodem.cc185 const KeyValueStore& changed_properties, in OnPropertiesChanged() argument
191 changed_properties, in OnPropertiesChanged()
Dmock_cellular.h44 const KeyValueStore& changed_properties,
Dcellular_capability_classic.cc273 const KeyValueStore& changed_properties, in OnPropertiesChanged() argument
288 if (changed_properties.ContainsBool(kModemPropertyEnabled)) { in OnPropertiesChanged()
289 bool enabled = changed_properties.GetBool(kModemPropertyEnabled); in OnPropertiesChanged()
Dcellular_capability_universal_cdma.cc466 const KeyValueStore& changed_properties, in OnPropertiesChanged() argument
470 OnModemCDMAPropertiesChanged(changed_properties, invalidated_properties); in OnPropertiesChanged()
473 interface, changed_properties, invalidated_properties); in OnPropertiesChanged()
Dcellular_bearer.h59 const KeyValueStore& changed_properties,
Dcellular_capability_universal_cdma.h46 const KeyValueStore& changed_properties,
Dcellular_capability.h94 const KeyValueStore& changed_properties,
Dmodem.h112 const KeyValueStore& changed_properties,
Dcellular_capability_classic.h77 const KeyValueStore& changed_properties,
Dcellular_capability_gsm.h57 const KeyValueStore& changed_properties,
Dcellular_capability_universal.cc1248 const KeyValueStore& changed_properties, in OnPropertiesChanged() argument
1252 OnModemPropertiesChanged(changed_properties, invalidated_properties); in OnPropertiesChanged()
1255 OnModem3GPPPropertiesChanged(changed_properties, invalidated_properties); in OnPropertiesChanged()
1258 OnSimPropertiesChanged(changed_properties, invalidated_properties); in OnPropertiesChanged()
Dcellular_capability_universal.h81 const KeyValueStore& changed_properties,
Dcellular.cc897 const KeyValueStore& changed_properties, in OnPropertiesChanged() argument
900 changed_properties, in OnPropertiesChanged()
Dcellular.h170 const KeyValueStore& changed_properties,
/system/connectivity/shill/dbus/
Dchromeos_dbus_properties_proxy.cc94 const brillo::VariantDictionary& changed_properties, in PropertiesChanged() argument
98 KeyValueStore::ConvertFromVariantDictionary(changed_properties, in PropertiesChanged()
Dchromeos_dbus_properties_proxy.h61 const brillo::VariantDictionary& changed_properties,
/system/connectivity/shill/
Ddbus_properties_proxy_interface.h38 const KeyValueStore& changed_properties,
/system/connectivity/shill/wifi/
Dwifi_endpoint_unittest.cc703 KeyValueStore changed_properties; in TEST_F() local
707 changed_properties.SetInt16(WPASupplicant::kBSSPropertySignal, in TEST_F()
711 endpoint->PropertiesChanged(changed_properties); in TEST_F()
720 KeyValueStore changed_properties; in TEST_F() local
721 changed_properties.SetString(WPASupplicant::kBSSPropertyMode, in TEST_F()
723 endpoint->PropertiesChanged(changed_properties); in TEST_F()