Searched refs:kKeyFalse (Results 1 – 1 of 1) sorted by relevance
/system/connectivity/shill/ |
D | key_file_store_unittest.cc | 362 static const char kKeyFalse[] = "bar"; in TEST_F() local 368 kGroup, kKeyTrue, kKeyFalse, kKeyBad)); in TEST_F() 372 EXPECT_TRUE(store_->GetBool(kGroup, kKeyFalse, &value)); in TEST_F() 386 EXPECT_TRUE(store_->GetBool(kGroup, kKeyFalse, nullptr)); in TEST_F() 393 static const char kKeyFalse[] = "test-false-bool"; in TEST_F() local 396 ASSERT_TRUE(store_->SetBool(kGroup, kKeyFalse, false)); in TEST_F() 401 kGroup, kKeyTrue, kKeyFalse), in TEST_F()
|