Searched refs:kKeyBad (Results 1 – 1 of 1) sorted by relevance
/system/connectivity/shill/ |
D | key_file_store_unittest.cc | 363 static const char kKeyBad[] = "zoo"; in TEST_F() local 368 kGroup, kKeyTrue, kKeyFalse, kKeyBad)); in TEST_F() 382 EXPECT_FALSE(store_->GetBool(kGroup, kKeyBad, &value)); in TEST_F() 409 static const char kKeyBad[] = "bad"; in TEST_F() local 420 kKeyBad, kValueBad)); in TEST_F() 434 EXPECT_FALSE(store_->GetInt(kGroup, kKeyBad, &value)); in TEST_F() 462 static const char kKeyBad[] = "bad"; in TEST_F() local 474 kKeyBad, kValueBad)); in TEST_F() 483 EXPECT_FALSE(store_->GetUint64(kGroup, kKeyBad, &value)); in TEST_F()
|