Home
last modified time | relevance | path

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

/openbmc/sdbusplus/include/sdbusplus/
H A Dunpack_properties.hpp22 inline auto findProperty( in findProperty() function
41 auto it = findProperty(container, expectedKey);
/openbmc/dbus-sensors/src/psu/
H A DPSUSensorMain.cpp694 auto findProperty = in createSensorsCallback() local
696 if (findProperty == labelMatch.end()) in createSensorsCallback()
708 PSUProperty psuProperty = findProperty->second; in createSensorsCallback()