Home
last modified time | relevance | path

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

/system/connectivity/shill/
Dkey_value_store_unittest.cc267 const uint16_t kUint16Value = 123; in TEST_F() local
268 store_.SetUint16(kUint16Key, kUint16Value); in TEST_F()
565 const uint16_t kUint16Value = 456; in TEST_F() local
566 donor.SetUint16(kUint16Key, kUint16Value); in TEST_F()
600 const uint16_t kUint16Value = 123; in TEST_F() local
621 store.SetUint16(kUint16Key, kUint16Value); in TEST_F()
642 EXPECT_EQ(kUint16Value, dict[kUint16Key].Get<uint16_t>()); in TEST_F()
670 const uint16_t kUint16Value = 123; in TEST_F() local
690 dict[kUint16Key] = brillo::Any(kUint16Value); in TEST_F()
718 EXPECT_EQ(kUint16Value, store.GetUint16(kUint16Key)); in TEST_F()