Home
last modified time | relevance | path

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

/system/connectivity/shill/
Dkey_value_store_unittest.cc645 brillo::VariantDictionary nested_dict = in TEST_F() local
647 EXPECT_EQ(kNestedInt32Value, nested_dict[kNestedInt32Key].Get<int32_t>()); in TEST_F()
693 brillo::VariantDictionary nested_dict; in TEST_F() local
694 nested_dict[kNestedInt32Key] = brillo::Any(kNestedInt32Value); in TEST_F()
695 dict[kKeyValueStoreKey] = brillo::Any(nested_dict); in TEST_F()