Home
last modified time | relevance | path

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

/openbmc/dbus-sensors/src/
H A DThresholds.cpp141 size_t thresholdCount, const std::string& labelMatch) in persistThreshold() argument
149 labelMatch](const boost::system::error_code& ec, in persistThreshold()
156 if (!labelMatch.empty()) in persistThreshold()
166 if (label != labelMatch) in persistThreshold()
/openbmc/dbus-sensors/src/psu/
H A DPSUSensorMain.cpp176 static boost::container::flat_map<std::string, PSUProperty> labelMatch; variable
695 labelMatch.find(static_cast<std::string>(labelHeadView)); in createSensorsCallback()
696 if (findProperty == labelMatch.end()) in createSensorsCallback()
1094 labelMatch = { in propertyInitialize()