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

  /system/connectivity/shill/
key_value_store_unittest.cc 591 static const char kUint32Key[] = "Uint32Key";
617 store.SetUint(kUint32Key, kUint32Value);
636 EXPECT_EQ(kUint32Value, dict[kUint32Key].Get<uint32_t>());
661 static const char kUint32Key[] = "Uint32Key";
685 dict[kUint32Key] = brillo::Any(kUint32Value);
709 EXPECT_TRUE(store.ContainsUint(kUint32Key));
710 EXPECT_EQ(kUint32Value, store.GetUint(kUint32Key));
property_store_unittest.cc 751 const string kUint32Key = "uint32p";
772 store.RegisterUint32(kUint32Key, &uint32_value);
810 dict.insert(std::make_pair(kUint32Key, brillo::Any(new_uint32_value)));
832 EXPECT_EQ(new_uint32_value, result_dict[kUint32Key].Get<uint32_t>());

Completed in 108 milliseconds