/system/connectivity/shill/cellular/ |
D | cellular_bearer.cc | 184 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()
|
D | modem.cc | 185 const KeyValueStore& changed_properties, in OnPropertiesChanged() argument 191 changed_properties, in OnPropertiesChanged()
|
D | mock_cellular.h | 44 const KeyValueStore& changed_properties,
|
D | cellular_capability_classic.cc | 273 const KeyValueStore& changed_properties, in OnPropertiesChanged() argument 288 if (changed_properties.ContainsBool(kModemPropertyEnabled)) { in OnPropertiesChanged() 289 bool enabled = changed_properties.GetBool(kModemPropertyEnabled); in OnPropertiesChanged()
|
D | cellular_capability_universal_cdma.cc | 466 const KeyValueStore& changed_properties, in OnPropertiesChanged() argument 470 OnModemCDMAPropertiesChanged(changed_properties, invalidated_properties); in OnPropertiesChanged() 473 interface, changed_properties, invalidated_properties); in OnPropertiesChanged()
|
D | cellular_bearer.h | 59 const KeyValueStore& changed_properties,
|
D | cellular_capability_universal_cdma.h | 46 const KeyValueStore& changed_properties,
|
D | cellular_capability.h | 94 const KeyValueStore& changed_properties,
|
D | modem.h | 112 const KeyValueStore& changed_properties,
|
D | cellular_capability_classic.h | 77 const KeyValueStore& changed_properties,
|
D | cellular_capability_gsm.h | 57 const KeyValueStore& changed_properties,
|
D | cellular_capability_universal.cc | 1248 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()
|
D | cellular_capability_universal.h | 81 const KeyValueStore& changed_properties,
|
D | cellular.cc | 897 const KeyValueStore& changed_properties, in OnPropertiesChanged() argument 900 changed_properties, in OnPropertiesChanged()
|
D | cellular.h | 170 const KeyValueStore& changed_properties,
|
/system/connectivity/shill/dbus/ |
D | chromeos_dbus_properties_proxy.cc | 94 const brillo::VariantDictionary& changed_properties, in PropertiesChanged() argument 98 KeyValueStore::ConvertFromVariantDictionary(changed_properties, in PropertiesChanged()
|
D | chromeos_dbus_properties_proxy.h | 61 const brillo::VariantDictionary& changed_properties,
|
/system/connectivity/shill/ |
D | dbus_properties_proxy_interface.h | 38 const KeyValueStore& changed_properties,
|
/system/connectivity/shill/wifi/ |
D | wifi_endpoint_unittest.cc | 703 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()
|