Home
last modified time | relevance | path

Searched refs:getMatchString (Results 1 – 4 of 4) sorted by relevance

/openbmc/phosphor-power/power-sequencer/
H A Druntime_monitor.hpp55 bus(b), match(bus, getMatchString(), in RuntimeMonitor()
83 std::string getMatchString() in getMatchString() function in phosphor::power::RuntimeMonitor
/openbmc/witherspoon-pfault-analysis/power-sequencer/
H A Druntime_monitor.hpp55 bus(b), match(bus, getMatchString(), in RuntimeMonitor()
83 std::string getMatchString() in getMatchString() function in witherspoon::power::RuntimeMonitor
/openbmc/phosphor-fan-presence/monitor/
H A Dtach_sensor.cpp113 auto match = getMatchString(std::nullopt, util::FAN_SENSOR_VALUE_INTF); in TachSensor()
123 match = getMatchString(std::nullopt, _interface); in TachSensor()
127 match = getMatchString(_path, _interface); in TachSensor()
188 std::string TachSensor::getMatchString(const std::optional<std::string> path, in getMatchString() function in phosphor::fan::monitor::TachSensor
H A Dtach_sensor.hpp394 std::string getMatchString(const std::optional<std::string> path,