Home
last modified time | relevance | path

Searched refs:addWatch (Results 1 – 3 of 3) sorted by relevance

/openbmc/openpower-occ-control/
H A Docc_device.hpp100 throttleProcTemp.addWatch(poll); in addErrorWatch()
107 throttleProcPower.addWatch(poll); in addErrorWatch()
108 throttleMemTemp.addWatch(poll); in addErrorWatch()
112 ffdc.addWatch(poll); in addErrorWatch()
121 timeout.addWatch(poll); in addErrorWatch()
128 error.addWatch(poll); in addErrorWatch()
154 presence.addWatch(); in addPresenceWatchMaster()
H A Docc_errors.hpp100 void addWatch(bool poll = true);
H A Docc_errors.cpp60 void Error::addWatch(bool poll) in addWatch() function in open_power::occ::Error