Home
last modified time | relevance | path

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

/system/connectivity/shill/
Dkey_file_store_unittest.cc461 static const char kKeyGood[] = "good"; in TEST_F() local
472 kKeyGood, in TEST_F()
478 EXPECT_TRUE(store_->GetUint64(kGroup, kKeyGood, &value)); in TEST_F()
485 EXPECT_FALSE(store_->GetUint64("invalid", kKeyGood, &value)); in TEST_F()
487 EXPECT_TRUE(store_->GetUint64(kGroup, kKeyGood, nullptr)); in TEST_F()