Home
last modified time | relevance | path

Searched refs:occActive (Results 1 – 9 of 9) sorted by relevance

/openbmc/openpower-occ-control/
H A Docc_status.cpp25 bool Status::occActive(bool value) in occActive() function in open_power::occ::Status
27 if (value != this->occActive()) in occActive()
56 return Base::Status::occActive(false); in occActive()
60 Base::Status::occActive(value); in occActive()
140 return Base::Status::occActive(false); in occActive()
154 return Base::Status::occActive(value); in occActive()
173 this->occActive(false); in deviceError()
184 this->occActive(false); in resetOCC()
324 if (this->occActive()) in safeStateDelayExpired()
H A Docc_pass_through.cpp66 if (!occActive) in send()
171 occActive = true; in activeStatusEvent()
175 occActive = false; in activeStatusEvent()
H A Docc_manager.cpp199 if ((!obj->occActive()) && (!obj->getPldmSensorReceived())) in checkAllActiveSensors()
210 obj->occActive(true); in checkAllActiveSensors()
410 if (obj->occActive()) in initiateOccRequest()
412 obj->occActive(false); in initiateOccRequest()
566 if (obj != statusObjects.end() && (*obj)->occActive()) in sbeTimeout()
576 (*obj)->occActive(false); in sbeTimeout()
610 return (*obj)->occActive(status); in updateOCCActive()
674 if (obj != statusObjects.end() && (!(*obj)->occActive())) in sbeHRESETResult()
676 (*obj)->occActive(true); in sbeHRESETResult()
846 if (!obj->occActive()) in pollerTimerExpired()
[all …]
H A Docc_command.cpp271 occActive = true; in activeStatusEvent()
275 occActive = false; in activeStatusEvent()
H A Docc_pass_through.hpp87 bool occActive = false; member in open_power::occ::PassThrough
H A Docc_status.hpp123 using Base::Status::occActive;
131 bool occActive(bool value) override;
H A Docc_command.hpp144 bool occActive = false; member in open_power::occ::OccCommand
H A Docc_device.cpp64 if (statusObject.occActive()) in readBinary()
H A Dpowercap.cpp310 if (!occStatus.occActive()) in writeOcc()
383 if (!occStatus.occActive()) in pcapChanged()