Lines Matching refs:objPath
60 auto tryCommit(const std::string& objPath, double value, Unit unit, in tryCommit() argument
67 error("SENSOR_NAME", objPath, "READING_VALUE", value, "UNITS", unit, in tryCommit()
74 "SENSOR", objPath, "VALUE", value); in tryCommit()
107 std::string objPath; member
125 WarningObject(bus, path), bus(bus), objPath(std::string(path)), in Threshold()
154 objPath, value, units, high()); in alarmHighSignalAsserted()
169 objPath, value, units, low()); in alarmLowSignalAsserted()
235 std::string objPath; member
259 CriticalObject(bus, path), bus(bus), objPath(std::string(path)), in Threshold()
288 objPath, value, units, high()); in alarmHighSignalAsserted()
303 objPath, value, units, low()); in alarmLowSignalAsserted()
370 std::string objPath; member
389 SoftShutdownObject(bus, path), bus(bus), objPath(std::string(path)), in Threshold()
418 objPath, value, units, high()); in alarmHighSignalAsserted()
433 objPath, value, units, low()); in alarmLowSignalAsserted()
454 std::string objPath; member
473 HardShutdownObject(bus, path), bus(bus), objPath(std::string(path)), in Threshold()
502 objPath, value, units, high()); in alarmHighSignalAsserted()
517 objPath, value, units, low()); in alarmLowSignalAsserted()
537 std::string objPath; member
558 PerformanceLossObject(bus, path), bus(bus), objPath(std::string(path)), in Threshold()
587 objPath, value, units, high()); in alarmHighSignalAsserted()
602 objPath, value, units, low()); in alarmLowSignalAsserted()