Searched refs:ContainsUint (Results 1 – 15 of 15) sorted by relevance
49 if (modem_properties.ContainsUint(kPropertyType)) { in CreateDeviceClassic()64 if (!modem_properties.ContainsUint(kPropertyIPMethod) || in CreateDeviceClassic()
495 if (properties.ContainsUint( in OnModemCDMAPropertiesChanged()502 if (properties.ContainsUint( in OnModemCDMAPropertiesChanged()508 if (properties.ContainsUint(MM_MODEM_MODEMCDMA_PROPERTY_SID)) { in OnModemCDMAPropertiesChanged()512 if (properties.ContainsUint(MM_MODEM_MODEMCDMA_PROPERTY_NID)) { in OnModemCDMAPropertiesChanged()516 if (properties.ContainsUint(MM_MODEM_MODEMCDMA_PROPERTY_ACTIVATIONSTATE)) { in OnModemCDMAPropertiesChanged()
105 if (properties.ContainsUint(kPropertyMethod)) { in GetIPConfigMethodAndProperties()133 if (!properties.ContainsUint(kPropertyPrefix)) { in GetIPConfigMethodAndProperties()
73 if (modem_props.ContainsUint(MM_MODEM_PROPERTY_CURRENTCAPABILITIES)) { in CreateDeviceMM1()
1035 if (result.ContainsUint(kStatusProperty)) { in ParseScanResult()1048 if (result.ContainsUint(kOperatorAccessTechnologyProperty)) { in ParseScanResult()1158 if (properties.ContainsUint(MM_MODEM_PROPERTY_CURRENTCAPABILITIES)) { in OnModemPropertiesChanged()1185 if (properties.ContainsUint(MM_MODEM_PROPERTY_UNLOCKREQUIRED)) { in OnModemPropertiesChanged()1202 if (properties.ContainsUint(MM_MODEM_PROPERTY_ACCESSTECHNOLOGIES)) { in OnModemPropertiesChanged()1483 if (properties.ContainsUint(MM_MODEM_MODEM3GPP_PROPERTY_REGISTRATIONSTATE)) { in OnModem3GPPPropertiesChanged()1500 if (properties.ContainsUint(MM_MODEM_MODEM3GPP_PROPERTY_SUBSCRIPTIONSTATE)) in OnModem3GPPPropertiesChanged()1507 properties.ContainsUint(MM_MODEM_MODEM3GPP_PROPERTY_SUBSCRIPTIONSTATE)) { in OnModem3GPPPropertiesChanged()1516 if (properties.ContainsUint(MM_MODEM_MODEM3GPP_PROPERTY_ENABLEDFACILITYLOCKS)) in OnModem3GPPPropertiesChanged()
135 if (properties.ContainsUint("activation_state")) { in UpdateStatus()142 if (properties.ContainsUint("prl_version")) in UpdateStatus()
674 if (properties.ContainsUint(kPropertyAccessTechnology)) { in OnPropertiesChanged()680 if (properties.ContainsUint(kPropertyEnabledFacilityLocks)) { in OnPropertiesChanged()691 if (properties.ContainsUint(kPropertyUnlockRetries)) { in OnPropertiesChanged()
109 return arg.ContainsUint(key) && value == arg.GetUint(key);
350 EXPECT_FALSE(params_.ContainsUint(WPASupplicant::kNetworkPropertyEngine)); in TEST_F()367 ASSERT_TRUE(params_.ContainsUint( in TEST_F()383 ASSERT_TRUE(params_.ContainsUint( in TEST_F()399 ASSERT_TRUE(params_.ContainsUint( in TEST_F()419 EXPECT_FALSE(params_.ContainsUint(WPASupplicant::kNetworkPropertyEngine)); in TEST_F()429 EXPECT_TRUE(params_.ContainsUint(WPASupplicant::kNetworkPropertyEngine)); in TEST_F()438 EXPECT_TRUE(params_.ContainsUint(WPASupplicant::kNetworkPropertyEngine)); in TEST_F()450 EXPECT_TRUE(params_.ContainsUint(WPASupplicant::kNetworkPropertyEngine)); in TEST_F()
176 EXPECT_FALSE(store_.ContainsUint(kKey)); in TEST_F()178 EXPECT_TRUE(store_.ContainsUint(kKey)); in TEST_F()285 EXPECT_TRUE(store_.ContainsUint(kUintKey)); in TEST_F()301 EXPECT_FALSE(store_.ContainsUint(kUintKey)); in TEST_F()709 EXPECT_TRUE(store.ContainsUint(kUint32Key)); in TEST_F()
64 bool ContainsUint(const std::string& name) const;
103 bool KeyValueStore::ContainsUint(const string& name) const { in ContainsUint() function in shill::KeyValueStore
169 if (!properties.ContainsUint(WPASupplicant::kInterfacePropertyDepth)) { in ExtractRemoteCertification()
2890 return arg.ContainsUint(WPASupplicant::kNetworkPropertyScanSSID) &&2891 arg.ContainsUint(WPASupplicant::kNetworkPropertyDisableVHT) &&3653 ASSERT_TRUE(link_statistics.ContainsUint(kInactiveTimeMillisecondsProperty)); in TEST_F()3656 ASSERT_TRUE(link_statistics.ContainsUint(kPacketReceiveSuccessesProperty)); in TEST_F()3659 ASSERT_TRUE(link_statistics.ContainsUint(kPacketTransmitFailuresProperty)); in TEST_F()3662 ASSERT_TRUE(link_statistics.ContainsUint(kPacketTransmitSuccessesProperty)); in TEST_F()3665 ASSERT_TRUE(link_statistics.ContainsUint(kTransmitRetriesProperty)); in TEST_F()
693 EXPECT_TRUE(params.ContainsUint(WPASupplicant::kNetworkPropertyIeee80211w)); in TEST_F()701 arg.ContainsUint(WPASupplicant::kPropertyWEPTxKeyIndex) &&