HomeSort by relevance Sort by last modified time
    Searched refs:ContainsUint (Results 1 - 15 of 15) sorted by null

  /system/connectivity/shill/cellular/
modem_classic.cc 49 if (modem_properties.ContainsUint(kPropertyType)) {
64 if (!modem_properties.ContainsUint(kPropertyIPMethod) ||
modem_1.cc 73 if (modem_props.ContainsUint(MM_MODEM_PROPERTY_CURRENTCAPABILITIES)) {
cellular_bearer.cc 105 if (properties.ContainsUint(kPropertyMethod)) {
133 if (!properties.ContainsUint(kPropertyPrefix)) {
cellular_capability_universal_cdma.cc 495 if (properties.ContainsUint(
502 if (properties.ContainsUint(
508 if (properties.ContainsUint(MM_MODEM_MODEMCDMA_PROPERTY_SID)) {
512 if (properties.ContainsUint(MM_MODEM_MODEMCDMA_PROPERTY_NID)) {
516 if (properties.ContainsUint(MM_MODEM_MODEMCDMA_PROPERTY_ACTIVATIONSTATE)) {
cellular_capability_universal.cc     [all...]
cellular_capability_cdma.cc 135 if (properties.ContainsUint("activation_state")) {
142 if (properties.ContainsUint("prl_version"))
modem_unittest.cc 109 return arg.ContainsUint(key) && value == arg.GetUint(key);
cellular_capability_gsm.cc 674 if (properties.ContainsUint(kPropertyAccessTechnology)) {
680 if (properties.ContainsUint(kPropertyEnabledFacilityLocks)) {
691 if (properties.ContainsUint(kPropertyUnlockRetries)) {
  /system/connectivity/shill/
eap_credentials_unittest.cc 350 EXPECT_FALSE(params_.ContainsUint(WPASupplicant::kNetworkPropertyEngine));
367 ASSERT_TRUE(params_.ContainsUint(
383 ASSERT_TRUE(params_.ContainsUint(
399 ASSERT_TRUE(params_.ContainsUint(
419 EXPECT_FALSE(params_.ContainsUint(WPASupplicant::kNetworkPropertyEngine));
429 EXPECT_TRUE(params_.ContainsUint(WPASupplicant::kNetworkPropertyEngine));
438 EXPECT_TRUE(params_.ContainsUint(WPASupplicant::kNetworkPropertyEngine));
450 EXPECT_TRUE(params_.ContainsUint(WPASupplicant::kNetworkPropertyEngine));
key_value_store_unittest.cc 176 EXPECT_FALSE(store_.ContainsUint(kKey));
178 EXPECT_TRUE(store_.ContainsUint(kKey));
285 EXPECT_TRUE(store_.ContainsUint(kUintKey));
301 EXPECT_FALSE(store_.ContainsUint(kUintKey));
709 EXPECT_TRUE(store.ContainsUint(kUint32Key));
key_value_store.h 64 bool ContainsUint(const std::string& name) const;
key_value_store.cc 103 bool KeyValueStore::ContainsUint(const string& name) const {
  /system/connectivity/shill/supplicant/
wpa_supplicant.cc 169 if (!properties.ContainsUint(WPASupplicant::kInterfacePropertyDepth)) {
  /system/connectivity/shill/wifi/
wifi_unittest.cc     [all...]
wifi_service_unittest.cc 693 EXPECT_TRUE(params.ContainsUint(WPASupplicant::kNetworkPropertyIeee80211w));
701 arg.ContainsUint(WPASupplicant::kPropertyWEPTxKeyIndex) &&
    [all...]

Completed in 2793 milliseconds