Searched refs:kKeyTrue (Results 1 – 1 of 1) sorted by relevance
/system/connectivity/shill/ |
D | key_file_store_unittest.cc | 361 static const char kKeyTrue[] = "foo"; in TEST_F() local 368 kGroup, kKeyTrue, kKeyFalse, kKeyBad)); in TEST_F() 377 EXPECT_TRUE(store_->GetBool(kGroup, kKeyTrue, &value)); in TEST_F() 384 EXPECT_FALSE(store_->GetBool("unknown", kKeyTrue, &value)); in TEST_F() 392 static const char kKeyTrue[] = "test-true-bool"; in TEST_F() local 395 ASSERT_TRUE(store_->SetBool(kGroup, kKeyTrue, true)); in TEST_F() 401 kGroup, kKeyTrue, kKeyFalse), in TEST_F()
|