Home
last modified time | relevance | path

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

/system/connectivity/shill/
Dkey_file_store_unittest.cc288 static const char kKeyAlive[] = "alive"; in TEST_F() local
293 kGroup, kKeyDead, kKeyAlive, kValueAlive)); in TEST_F()
297 EXPECT_FALSE(store_->DeleteKey("random-group", kKeyAlive)); in TEST_F()
301 kGroup, kKeyAlive, kValueAlive), in TEST_F()