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

  /system/connectivity/shill/cellular/
modem_classic.cc 50 mm_type = modem_properties.GetUint(kPropertyType);
65 (ip_method = modem_properties.GetUint(kPropertyIPMethod)) !=
modem_1.cc 75 modem_props.GetUint(MM_MODEM_PROPERTY_CURRENTCAPABILITIES);
cellular_bearer.cc 106 method = properties.GetUint(kPropertyMethod);
136 prefix = properties.GetUint(kPropertyPrefix);
cellular_capability_universal_cdma.cc 498 properties.GetUint(
505 properties.GetUint(MM_MODEM_MODEMCDMA_PROPERTY_EVDOREGISTRATIONSTATE));
509 sid = properties.GetUint(MM_MODEM_MODEMCDMA_PROPERTY_SID);
513 nid = properties.GetUint(MM_MODEM_MODEMCDMA_PROPERTY_NID);
518 properties.GetUint(MM_MODEM_MODEMCDMA_PROPERTY_ACTIVATIONSTATE));
cellular_capability_universal.cc     [all...]
cellular_capability_cdma.cc 136 activation_state_ = properties.GetUint("activation_state");
143 cellular()->set_prl_version(properties.GetUint("prl_version"));
modem_unittest.cc 109 return arg.ContainsUint(key) && value == arg.GetUint(key);
cellular_capability_gsm.cc 675 SetAccessTechnology(properties.GetUint(kPropertyAccessTechnology));
681 uint32_t locks = properties.GetUint(kPropertyEnabledFacilityLocks);
693 properties.GetUint(kPropertyUnlockRetries);
cellular_capability_universal_unittest.cc     [all...]
  /packages/apps/Test/connectivity/sl4n/rapidjson/test/unittest/
pointertest.cpp 649 EXPECT_EQ(0x87654321, Pointer("/foo/uint").GetWithDefault(d, 0x87654321, a).GetUint());
650 EXPECT_EQ(0x87654321, Pointer("/foo/uint").GetWithDefault(d, 0x12345678, a).GetUint());
701 EXPECT_EQ(0x87654321, Pointer("/foo/uint").GetWithDefault(d, 0x87654321).GetUint());
702 EXPECT_EQ(0x87654321, Pointer("/foo/uint").GetWithDefault(d, 0x12345678).GetUint());
760 EXPECT_EQ(0x87654321, GetValueByPointer(d, "/foo/uint")->GetUint());
819 EXPECT_EQ(0x87654321, GetValueByPointer(d, "/foo/uint")->GetUint());
969 EXPECT_EQ(0x87654321, GetValueByPointerWithDefault(d, Pointer("/foo/uint"), 0x87654321, a).GetUint());
970 EXPECT_EQ(0x87654321, GetValueByPointerWithDefault(d, Pointer("/foo/uint"), 0x12345678, a).GetUint());
    [all...]
valuetest.cpp 362 EXPECT_EQ(1234u, x.GetUint());
415 EXPECT_EQ(1234u, x.GetUint());
437 EXPECT_EQ(1234u, z.GetUint());
441 EXPECT_EQ(5678u, z.GetUint());
444 EXPECT_EQ(2147483648u, z.GetUint());
454 EXPECT_EQ(1234u, x.GetUint());
508 EXPECT_EQ(1234u, x.GetUint());
880 EXPECT_EQ(i, x[i][0].GetUint());
882 EXPECT_EQ(i + removeCount, x[i][0].GetUint());
946 EXPECT_EQ(1u, o["uint"].GetUint());
    [all...]
documenttest.cpp 66 EXPECT_EQ(i + 1, a[i].GetUint());
  /system/connectivity/shill/supplicant/
wpa_supplicant.cc 178 *depth = properties.GetUint(WPASupplicant::kInterfacePropertyDepth);
  /system/connectivity/shill/
eap_credentials_unittest.cc 373 params_.GetUint(
389 params_.GetUint(
405 params_.GetUint(
key_value_store.h 83 uint32_t GetUint(const std::string& name) const;
key_value_store_unittest.cc 179 EXPECT_EQ(kValue, store_.GetUint(kKey));
710 EXPECT_EQ(kUint32Value, store.GetUint(kUint32Key));
key_value_store.cc 210 uint32_t KeyValueStore::GetUint(const string& name) const {
  /system/connectivity/shill/wifi/
wifi_unittest.cc     [all...]
wifi_service_unittest.cc 702 (arg.GetUint(WPASupplicant::kPropertyWEPTxKeyIndex) == index_u32);
    [all...]
  /packages/apps/Test/connectivity/sl4n/rapidjson/include/rapidjson/
document.h     [all...]

Completed in 500 milliseconds