Home
last modified time | relevance | path

Searched refs:ContainsUint (Results 1 – 15 of 15) sorted by relevance

/system/connectivity/shill/cellular/
Dmodem_classic.cc49 if (modem_properties.ContainsUint(kPropertyType)) { in CreateDeviceClassic()
64 if (!modem_properties.ContainsUint(kPropertyIPMethod) || in CreateDeviceClassic()
Dcellular_capability_universal_cdma.cc495 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()
Dcellular_bearer.cc105 if (properties.ContainsUint(kPropertyMethod)) { in GetIPConfigMethodAndProperties()
133 if (!properties.ContainsUint(kPropertyPrefix)) { in GetIPConfigMethodAndProperties()
Dmodem_1.cc73 if (modem_props.ContainsUint(MM_MODEM_PROPERTY_CURRENTCAPABILITIES)) { in CreateDeviceMM1()
Dcellular_capability_universal.cc1035 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()
Dcellular_capability_cdma.cc135 if (properties.ContainsUint("activation_state")) { in UpdateStatus()
142 if (properties.ContainsUint("prl_version")) in UpdateStatus()
Dcellular_capability_gsm.cc674 if (properties.ContainsUint(kPropertyAccessTechnology)) { in OnPropertiesChanged()
680 if (properties.ContainsUint(kPropertyEnabledFacilityLocks)) { in OnPropertiesChanged()
691 if (properties.ContainsUint(kPropertyUnlockRetries)) { in OnPropertiesChanged()
Dmodem_unittest.cc109 return arg.ContainsUint(key) && value == arg.GetUint(key);
/system/connectivity/shill/
Deap_credentials_unittest.cc350 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()
Dkey_value_store_unittest.cc176 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()
Dkey_value_store.h64 bool ContainsUint(const std::string& name) const;
Dkey_value_store.cc103 bool KeyValueStore::ContainsUint(const string& name) const { in ContainsUint() function in shill::KeyValueStore
/system/connectivity/shill/supplicant/
Dwpa_supplicant.cc169 if (!properties.ContainsUint(WPASupplicant::kInterfacePropertyDepth)) { in ExtractRemoteCertification()
/system/connectivity/shill/wifi/
Dwifi_unittest.cc2890 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()
Dwifi_service_unittest.cc693 EXPECT_TRUE(params.ContainsUint(WPASupplicant::kNetworkPropertyIeee80211w)); in TEST_F()
701 arg.ContainsUint(WPASupplicant::kPropertyWEPTxKeyIndex) &&