Home
last modified time | relevance | path

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

/system/connectivity/shill/
Dkey_value_store_unittest.cc608 KeyValueStore nested_store; in TEST_F() local
609 nested_store.SetInt(kNestedInt32Key, kNestedInt32Value); in TEST_F()
624 store.SetKeyValueStore(kKeyValueStoreKey, nested_store); in TEST_F()
724 KeyValueStore nested_store; in TEST_F() local
725 nested_store.SetInt(kNestedInt32Key, kNestedInt32Value); in TEST_F()
726 EXPECT_EQ(nested_store, store.GetKeyValueStore(kKeyValueStoreKey)); in TEST_F()