Home
last modified time | relevance | path

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

/openbmc/phosphor-psu-code-mgmt/src/
H A Dutils.cpp265 any anyValue{}; in getPropertyImpl() local
274 anyValue = value; in getPropertyImpl()
282 return anyValue; in getPropertyImpl()
/openbmc/phosphor-dbus-monitor/src/
H A Dpropertywatchimpl.hpp171 std::any anyValue = value; in propertiesChanged() local
172 if ((*filterOps)(anyValue)) in propertiesChanged()