Searched refs:kUint16Key (Results 1 – 2 of 2) sorted by relevance
266 const string kUint16Key("uint16"); in TEST_F() local268 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() local566 donor.SetUint16(kUint16Key, kUint16Value); in TEST_F()599 static const char kUint16Key[] = "Uint16Key"; in TEST_F() local621 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[all …]
750 const string kUint16Key = "uint16p"; in TEST_F() local771 store.RegisterUint16(kUint16Key, &uint16_value); in TEST_F()809 dict.insert(std::make_pair(kUint16Key, brillo::Any(new_uint16_value))); in TEST_F()831 EXPECT_EQ(new_uint16_value, result_dict[kUint16Key].Get<uint16_t>()); in TEST_F()