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.cpp165 static boost::container::flat_map<std::string, PSUProperty> labelMatch; variable
647 /* append "max" for labelMatch */ in createSensorsCallback()
688 labelMatch.find(static_cast<std::string>(labelHeadView)); in createSensorsCallback()
689 if (findProperty == labelMatch.end()) in createSensorsCallback()
700 // Protect the hardcoded labelMatch list from changes, in createSensorsCallback()
879 // Preserve existing usage of hardcoded labelMatch table below in createSensorsCallback()
1110 labelMatch = { in propertyInitialize()