Searched refs:kDefaultValue (Results 1 – 1 of 1) sorted by relevance
/system/connectivity/shill/ |
D | key_value_store_unittest.cc | 49 const bool kDefaultValue = true; in TEST_F() local 52 EXPECT_EQ(kDefaultValue, store_.LookupBool(kKey, kDefaultValue)); in TEST_F() 59 static_cast<int>(store_.LookupBool(kKey, kDefaultValue))); in TEST_F() 79 const int kDefaultValue = 789; in TEST_F() local 80 EXPECT_EQ(kDefaultValue, store_.LookupInt(kKey, kDefaultValue)); in TEST_F() 84 EXPECT_EQ(kValue, store_.LookupInt(kKey, kDefaultValue)); in TEST_F() 138 const string kDefaultValue("bar"); in TEST_F() local 141 EXPECT_EQ(kDefaultValue, store_.LookupString(kKey, kDefaultValue)); in TEST_F() 144 EXPECT_EQ(kValue, store_.LookupString(kKey, kDefaultValue)); in TEST_F() 148 EXPECT_EQ(kDefaultValue, store_.LookupString(kKey, kDefaultValue)); in TEST_F()
|