Home
last modified time | relevance | path

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

/system/connectivity/shill/
Dkey_value_store_unittest.cc266 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
[all …]
Dproperty_store_unittest.cc750 const string kUint16Key = "uint16p"; in TEST_F() local
771 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()