Home
last modified time | relevance | path

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

/system/connectivity/shill/
Dkey_value_store_unittest.cc242 const string kIntKey("bar"); in TEST_F() local
244 store_.SetInt(kIntKey, kIntValue); in TEST_F()
278 EXPECT_TRUE(store_.ContainsInt(kIntKey)); in TEST_F()
294 EXPECT_FALSE(store_.ContainsInt(kIntKey)); in TEST_F()
539 const string kIntKey("bar"); in TEST_F() local
541 donor.SetInt(kIntKey, kIntValue); in TEST_F()
547 keyValueStoreValue.SetInt(kIntKey, kIntValue); in TEST_F()