Home
last modified time | relevance | path

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

/system/connectivity/shill/
Dkey_value_store_unittest.cc592 const uint32_t kUint32Value = 654; in TEST_F() local
617 store.SetUint(kUint32Key, kUint32Value); in TEST_F()
636 EXPECT_EQ(kUint32Value, dict[kUint32Key].Get<uint32_t>()); in TEST_F()
662 const uint32_t kUint32Value = 654; in TEST_F() local
685 dict[kUint32Key] = brillo::Any(kUint32Value); in TEST_F()
710 EXPECT_EQ(kUint32Value, store.GetUint(kUint32Key)); in TEST_F()