Searched refs:GetUint (Results 1 – 16 of 16) sorted by relevance
50 mm_type = modem_properties.GetUint(kPropertyType); in CreateDeviceClassic()65 (ip_method = modem_properties.GetUint(kPropertyIPMethod)) != in CreateDeviceClassic()
498 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()
106 method = properties.GetUint(kPropertyMethod); in GetIPConfigMethodAndProperties()136 prefix = properties.GetUint(kPropertyPrefix); in GetIPConfigMethodAndProperties()
75 modem_props.GetUint(MM_MODEM_PROPERTY_CURRENTCAPABILITIES); in CreateDeviceMM1()
1036 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()
136 activation_state_ = properties.GetUint("activation_state"); in UpdateStatus()143 cellular()->set_prl_version(properties.GetUint("prl_version")); in UpdateStatus()
675 SetAccessTechnology(properties.GetUint(kPropertyAccessTechnology)); in OnPropertiesChanged()681 uint32_t locks = properties.GetUint(kPropertyEnabledFacilityLocks); in OnPropertiesChanged()693 properties.GetUint(kPropertyUnlockRetries); in OnPropertiesChanged()
109 return arg.ContainsUint(key) && value == arg.GetUint(key);
1898 EXPECT_EQ(0, store.GetUint(kSIMLockRetriesLeftProperty)); in TEST_F()1906 EXPECT_EQ(3, store.GetUint(kSIMLockRetriesLeftProperty)); in TEST_F()
373 params_.GetUint( in TEST_F()389 params_.GetUint( in TEST_F()405 params_.GetUint( in TEST_F()
83 uint32_t GetUint(const std::string& name) const;
179 EXPECT_EQ(kValue, store_.GetUint(kKey)); in TEST_F()710 EXPECT_EQ(kUint32Value, store.GetUint(kUint32Key)); in TEST_F()
210 uint32_t KeyValueStore::GetUint(const string& name) const { in GetUint() function in shill::KeyValueStore
178 *depth = properties.GetUint(WPASupplicant::kInterfacePropertyDepth); in ExtractRemoteCertification()
3655 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()
702 (arg.GetUint(WPASupplicant::kPropertyWEPTxKeyIndex) == index_u32);