Lines Matching refs:Any
247 const brillo::Any& KeyValueStore::Get(const string& name) const { in Get()
254 properties_[name] = brillo::Any(value); in SetBool()
259 properties_[name] = brillo::Any(value); in SetByteArrays()
263 properties_[name] = brillo::Any(value); in SetInt()
267 properties_[name] = brillo::Any(value); in SetInt16()
272 properties_[name] = brillo::Any(value); in SetKeyValueStore()
276 properties_[name] = brillo::Any(dbus::ObjectPath(value)); in SetRpcIdentifier()
285 properties_[name] = brillo::Any(paths); in SetRpcIdentifiers()
289 properties_[name] = brillo::Any(value); in SetString()
294 properties_[name] = brillo::Any(value); in SetStringmap()
299 properties_[name] = brillo::Any(value); in SetStrings()
303 properties_[name] = brillo::Any(value); in SetUint()
307 properties_[name] = brillo::Any(value); in SetUint16()
311 properties_[name] = brillo::Any(value); in SetUint8()
316 properties_[name] = brillo::Any(value); in SetUint8s()
321 properties_[name] = brillo::Any(value); in SetUint32s()
324 void KeyValueStore::Set(const string& name, const brillo::Any& value) { in Set()