Home
last modified time | relevance | path

Searched refs:GetUint (Results 1 – 16 of 16) sorted by relevance

/system/connectivity/shill/cellular/
Dmodem_classic.cc50 mm_type = modem_properties.GetUint(kPropertyType); in CreateDeviceClassic()
65 (ip_method = modem_properties.GetUint(kPropertyIPMethod)) != in CreateDeviceClassic()
Dcellular_capability_universal_cdma.cc498 properties.GetUint( in OnModemCDMAPropertiesChanged()
505 properties.GetUint(MM_MODEM_MODEMCDMA_PROPERTY_EVDOREGISTRATIONSTATE)); in OnModemCDMAPropertiesChanged()
509 sid = properties.GetUint(MM_MODEM_MODEMCDMA_PROPERTY_SID); in OnModemCDMAPropertiesChanged()
513 nid = properties.GetUint(MM_MODEM_MODEMCDMA_PROPERTY_NID); in OnModemCDMAPropertiesChanged()
518 properties.GetUint(MM_MODEM_MODEMCDMA_PROPERTY_ACTIVATIONSTATE)); in OnModemCDMAPropertiesChanged()
Dcellular_bearer.cc106 method = properties.GetUint(kPropertyMethod); in GetIPConfigMethodAndProperties()
136 prefix = properties.GetUint(kPropertyPrefix); in GetIPConfigMethodAndProperties()
Dmodem_1.cc75 modem_props.GetUint(MM_MODEM_PROPERTY_CURRENTCAPABILITIES); in CreateDeviceMM1()
Dcellular_capability_universal.cc1036 uint32_t status = result.GetUint(kStatusProperty); in ParseScanResult()
1051 result.GetUint(kOperatorAccessTechnologyProperty)); in ParseScanResult()
1160 properties.GetUint(MM_MODEM_PROPERTY_CURRENTCAPABILITIES)); in OnModemPropertiesChanged()
1187 properties.GetUint(MM_MODEM_PROPERTY_UNLOCKREQUIRED); in OnModemPropertiesChanged()
1204 properties.GetUint(MM_MODEM_PROPERTY_ACCESSTECHNOLOGIES)); in OnModemPropertiesChanged()
1485 properties.GetUint(MM_MODEM_MODEM3GPP_PROPERTY_REGISTRATIONSTATE)); in OnModem3GPPPropertiesChanged()
1503 properties.GetUint(MM_MODEM_MODEM3GPP_PROPERTY_SUBSCRIPTIONSTATE))); in OnModem3GPPPropertiesChanged()
1509 properties.GetUint(MM_MODEM_MODEM3GPP_PROPERTY_SUBSCRIPTIONSTATE); in OnModem3GPPPropertiesChanged()
1518 properties.GetUint(MM_MODEM_MODEM3GPP_PROPERTY_ENABLEDFACILITYLOCKS)); in OnModem3GPPPropertiesChanged()
Dcellular_capability_cdma.cc136 activation_state_ = properties.GetUint("activation_state"); in UpdateStatus()
143 cellular()->set_prl_version(properties.GetUint("prl_version")); in UpdateStatus()
Dcellular_capability_gsm.cc675 SetAccessTechnology(properties.GetUint(kPropertyAccessTechnology)); in OnPropertiesChanged()
681 uint32_t locks = properties.GetUint(kPropertyEnabledFacilityLocks); in OnPropertiesChanged()
693 properties.GetUint(kPropertyUnlockRetries); in OnPropertiesChanged()
Dmodem_unittest.cc109 return arg.ContainsUint(key) && value == arg.GetUint(key);
Dcellular_capability_universal_unittest.cc1898 EXPECT_EQ(0, store.GetUint(kSIMLockRetriesLeftProperty)); in TEST_F()
1906 EXPECT_EQ(3, store.GetUint(kSIMLockRetriesLeftProperty)); in TEST_F()
/system/connectivity/shill/
Deap_credentials_unittest.cc373 params_.GetUint( in TEST_F()
389 params_.GetUint( in TEST_F()
405 params_.GetUint( in TEST_F()
Dkey_value_store.h83 uint32_t GetUint(const std::string& name) const;
Dkey_value_store_unittest.cc179 EXPECT_EQ(kValue, store_.GetUint(kKey)); in TEST_F()
710 EXPECT_EQ(kUint32Value, store.GetUint(kUint32Key)); in TEST_F()
Dkey_value_store.cc210 uint32_t KeyValueStore::GetUint(const string& name) const { in GetUint() function in shill::KeyValueStore
/system/connectivity/shill/supplicant/
Dwpa_supplicant.cc178 *depth = properties.GetUint(WPASupplicant::kInterfacePropertyDepth); in ExtractRemoteCertification()
/system/connectivity/shill/wifi/
Dwifi_unittest.cc3655 link_statistics.GetUint(kInactiveTimeMillisecondsProperty)); in TEST_F()
3658 link_statistics.GetUint(kPacketReceiveSuccessesProperty)); in TEST_F()
3661 link_statistics.GetUint(kPacketTransmitFailuresProperty)); in TEST_F()
3664 link_statistics.GetUint(kPacketTransmitSuccessesProperty)); in TEST_F()
3667 link_statistics.GetUint(kTransmitRetriesProperty)); in TEST_F()
Dwifi_service_unittest.cc702 (arg.GetUint(WPASupplicant::kPropertyWEPTxKeyIndex) == index_u32);