Home
last modified time | relevance | path

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

/openbmc/sdbusplus/include/sdbusplus/
H A Dunpack_properties.hpp37 outValue) noexcept(noexcept(onErrorCallback(sdbusplus:: in readProperty() argument
51 outValue = value;
67 outValue = *value;
79 outValue = *value;
103 const std::string& expectedKey, ValueType& outValue, in readProperties() argument
108 if (!readProperty(onErrorCallback, container, expectedKey, outValue))
/openbmc/openpower-vpd-parser/vpd-manager/
H A DgpioMonitor.hpp31 Byte& outValue, std::string& devAddr, std::string& driver, in GpioEventHandler() argument
35 presenceValue(presValue), outputPin(outPin), outputValue(outValue), in GpioEventHandler()