Home
last modified time | relevance | path

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

/system/connectivity/shill/
Dkey_value_store_unittest.cc245 const string kInt16Key("int16"); in TEST_F() local
247 store_.SetInt16(kInt16Key, kInt16Value); in TEST_F()
279 EXPECT_TRUE(store_.ContainsInt16(kInt16Key)); in TEST_F()
295 EXPECT_FALSE(store_.ContainsInt16(kInt16Key)); in TEST_F()
542 const string kInt16Key("int16"); in TEST_F() local
544 donor.SetInt16(kInt16Key, kInt16Value); in TEST_F()
595 static const char kInt16Key[] = "Int16Key"; in TEST_F() local
619 store.SetInt16(kInt16Key, kInt16Value); in TEST_F()
639 EXPECT_EQ(kInt16Value, dict[kInt16Key].Get<int16_t>()); in TEST_F()
665 static const char kInt16Key[] = "Int16Key"; in TEST_F() local
[all …]
Dproperty_store_unittest.cc744 const string kInt16Key = "int16p"; in TEST_F() local
765 store.RegisterInt16(kInt16Key, &int16_value); in TEST_F()
802 dict.insert(std::make_pair(kInt16Key, brillo::Any(new_int16_value))); in TEST_F()
824 EXPECT_EQ(new_int16_value, result_dict[kInt16Key].Get<int16_t>()); in TEST_F()