Lines Matching refs:GetString
1056 parsed[kLongNameProperty] = result.GetString(kOperatorLongProperty); in ParseScanResult()
1058 parsed[kShortNameProperty] = result.GetString(kOperatorShortProperty); in ParseScanResult()
1060 parsed[kNetworkIdProperty] = result.GetString(kOperatorCodeProperty); in ParseScanResult()
1166 properties.GetString(MM_MODEM_PROPERTY_MANUFACTURER)); in OnModemPropertiesChanged()
1169 cellular()->set_model_id(properties.GetString(MM_MODEM_PROPERTY_MODEL)); in OnModemPropertiesChanged()
1172 cellular()->set_mm_plugin(properties.GetString(MM_MODEM_PROPERTY_PLUGIN)); in OnModemPropertiesChanged()
1175 OnModemRevisionChanged(properties.GetString(MM_MODEM_PROPERTY_REVISION)); in OnModemPropertiesChanged()
1468 properties.GetString(MM_MODEM_MODEM3GPP_PROPERTY_IMEI)); in OnModem3GPPPropertiesChanged()
1490 properties.GetString(MM_MODEM_MODEM3GPP_PROPERTY_OPERATORCODE); in OnModem3GPPPropertiesChanged()
1495 properties.GetString(MM_MODEM_MODEM3GPP_PROPERTY_OPERATORNAME); in OnModem3GPPPropertiesChanged()
1657 OnSimIdentifierChanged(props.GetString(MM_SIM_PROPERTY_SIMIDENTIFIER)); in OnSimPropertiesChanged()
1659 OnOperatorIdChanged(props.GetString(MM_SIM_PROPERTY_OPERATORIDENTIFIER)); in OnSimPropertiesChanged()
1661 OnSpnChanged(props.GetString(MM_SIM_PROPERTY_OPERATORNAME)); in OnSimPropertiesChanged()
1663 string imsi = props.GetString(MM_SIM_PROPERTY_IMSI); in OnSimPropertiesChanged()