• Home
  • Raw
  • Download

Lines Matching refs:properties

266   KeyValueStore properties(  in GetProperties()  local
268 OnModemCDMAPropertiesChanged(properties, vector<string>()); in GetProperties()
402 KeyValueStore* properties) { in SetupConnectProperties() argument
403 properties->SetString(kPropertyConnectNumber, kPhoneNumber); in SetupConnectProperties()
478 const KeyValueStore& properties, in OnModemCDMAPropertiesChanged() argument
482 if (properties.ContainsString(MM_MODEM_MODEMCDMA_PROPERTY_MEID)) { in OnModemCDMAPropertiesChanged()
484 properties.GetString(MM_MODEM_MODEMCDMA_PROPERTY_MEID)); in OnModemCDMAPropertiesChanged()
486 if (properties.ContainsString(MM_MODEM_MODEMCDMA_PROPERTY_ESN)) { in OnModemCDMAPropertiesChanged()
487 cellular()->set_esn(properties.GetString(MM_MODEM_MODEMCDMA_PROPERTY_ESN)); in OnModemCDMAPropertiesChanged()
495 if (properties.ContainsUint( in OnModemCDMAPropertiesChanged()
498 properties.GetUint( in OnModemCDMAPropertiesChanged()
502 if (properties.ContainsUint( in OnModemCDMAPropertiesChanged()
505 properties.GetUint(MM_MODEM_MODEMCDMA_PROPERTY_EVDOREGISTRATIONSTATE)); in OnModemCDMAPropertiesChanged()
508 if (properties.ContainsUint(MM_MODEM_MODEMCDMA_PROPERTY_SID)) { in OnModemCDMAPropertiesChanged()
509 sid = properties.GetUint(MM_MODEM_MODEMCDMA_PROPERTY_SID); in OnModemCDMAPropertiesChanged()
512 if (properties.ContainsUint(MM_MODEM_MODEMCDMA_PROPERTY_NID)) { in OnModemCDMAPropertiesChanged()
513 nid = properties.GetUint(MM_MODEM_MODEMCDMA_PROPERTY_NID); in OnModemCDMAPropertiesChanged()
516 if (properties.ContainsUint(MM_MODEM_MODEMCDMA_PROPERTY_ACTIVATIONSTATE)) { in OnModemCDMAPropertiesChanged()
518 properties.GetUint(MM_MODEM_MODEMCDMA_PROPERTY_ACTIVATIONSTATE)); in OnModemCDMAPropertiesChanged()