Lines Matching refs:dict
798 brillo::VariantDictionary dict; in TEST_F() local
799 dict.insert(std::make_pair(kBoolKey, brillo::Any(new_bool_value))); in TEST_F()
800 dict.insert(std::make_pair(kKeyValueStoreKey, in TEST_F()
802 dict.insert(std::make_pair(kInt16Key, brillo::Any(new_int16_value))); in TEST_F()
803 dict.insert(std::make_pair(kInt32Key, brillo::Any(new_int32_value))); in TEST_F()
804 dict.insert(std::make_pair(kStringKey, brillo::Any(new_string_value))); in TEST_F()
805 dict.insert(std::make_pair(kStringmapKey, in TEST_F()
807 dict.insert(std::make_pair(kStringsKey, brillo::Any(new_strings_value))); in TEST_F()
808 dict.insert(std::make_pair(kUint8Key, brillo::Any(new_uint8_value))); in TEST_F()
809 dict.insert(std::make_pair(kUint16Key, brillo::Any(new_uint16_value))); in TEST_F()
810 dict.insert(std::make_pair(kUint32Key, brillo::Any(new_uint32_value))); in TEST_F()
814 EXPECT_TRUE(store.SetProperties(dict, &error)); in TEST_F()