Lines Matching refs:kUint16Key
266 const string kUint16Key("uint16"); in TEST_F() local
268 store_.SetUint16(kUint16Key, kUint16Value); in TEST_F()
286 EXPECT_TRUE(store_.ContainsUint16(kUint16Key)); in TEST_F()
302 EXPECT_FALSE(store_.ContainsUint16(kUint16Key)); in TEST_F()
564 const string kUint16Key("uint16"); in TEST_F() local
566 donor.SetUint16(kUint16Key, kUint16Value); in TEST_F()
599 static const char kUint16Key[] = "Uint16Key"; in TEST_F() local
621 store.SetUint16(kUint16Key, kUint16Value); in TEST_F()
642 EXPECT_EQ(kUint16Value, dict[kUint16Key].Get<uint16_t>()); in TEST_F()
669 static const char kUint16Key[] = "Uint16Key"; in TEST_F() local
690 dict[kUint16Key] = brillo::Any(kUint16Value); in TEST_F()
717 EXPECT_TRUE(store.ContainsUint16(kUint16Key)); in TEST_F()
718 EXPECT_EQ(kUint16Value, store.GetUint16(kUint16Key)); in TEST_F()