Searched refs:mHwmonPath (Results 1 – 2 of 2) sorted by relevance
/openbmc/dbus-sensors/src/intrusion/ |
H A D | ChassisIntrusionSensor.cpp | 232 std::fstream stream(mHwmonPath, std::ios::in | std::ios::out); in readSensor() 235 lg2::error("Error reading status at '{PATH}'", "PATH", mHwmonPath); in readSensor() 242 lg2::error("Error reading status at '{PATH}'", "PATH", mHwmonPath); in readSensor() 257 mHwmonPath, "ERR", e); in readSensor() 465 mHwmonPath = paths[0].string(); in ChassisIntrusionHwmonSensor() 471 "NUM_PATHS", paths.size(), "PATH", mHwmonPath); in ChassisIntrusionHwmonSensor()
|
H A D | ChassisIntrusionSensor.hpp | 93 std::string mHwmonPath; member in ChassisIntrusionHwmonSensor
|