Home | History | Annotate | Download | only in shill

Lines Matching refs:kInt16Key

245   const string kInt16Key("int16");
247 store_.SetInt16(kInt16Key, kInt16Value);
279 EXPECT_TRUE(store_.ContainsInt16(kInt16Key));
295 EXPECT_FALSE(store_.ContainsInt16(kInt16Key));
542 const string kInt16Key("int16");
544 donor.SetInt16(kInt16Key, kInt16Value);
595 static const char kInt16Key[] = "Int16Key";
619 store.SetInt16(kInt16Key, kInt16Value);
639 EXPECT_EQ(kInt16Value, dict[kInt16Key].Get<int16_t>());
665 static const char kInt16Key[] = "Int16Key";
687 dict[kInt16Key] = brillo::Any(kInt16Value);
713 EXPECT_TRUE(store.ContainsInt16(kInt16Key));
714 EXPECT_EQ(kInt16Value, store.GetInt16(kInt16Key));