Lines Matching refs:Any
36 TEST_F(KeyValueStoreTest, Any) { in TEST_F() argument
40 store_.Set(kKey, brillo::Any(kValue)); in TEST_F()
680 dict[kStringKey] = brillo::Any(string(kStringValue)); in TEST_F()
681 dict[kStringmapKey] = brillo::Any(kStringmapValue); in TEST_F()
682 dict[kStringsKey] = brillo::Any(kStringsValue); in TEST_F()
683 dict[kBoolKey] = brillo::Any(kBoolValue); in TEST_F()
684 dict[kInt32Key] = brillo::Any(kInt32Value); in TEST_F()
685 dict[kUint32Key] = brillo::Any(kUint32Value); in TEST_F()
686 dict[kByteArraysKey] = brillo::Any(kByteArraysValue); in TEST_F()
687 dict[kInt16Key] = brillo::Any(kInt16Value); in TEST_F()
689 brillo::Any(dbus::ObjectPath(kRpcIdentifierValue)); in TEST_F()
690 dict[kUint16Key] = brillo::Any(kUint16Value); in TEST_F()
691 dict[kUint8sKey] = brillo::Any(kUint8sValue); in TEST_F()
692 dict[kUint32sKey] = brillo::Any(kUint32sValue); in TEST_F()
694 nested_dict[kNestedInt32Key] = brillo::Any(kNestedInt32Value); in TEST_F()
695 dict[kKeyValueStoreKey] = brillo::Any(nested_dict); in TEST_F()