Home
last modified time | relevance | path

Searched refs:throttleHandle (Results 1 – 2 of 2) sorted by relevance

/openbmc/openpower-occ-control/
H A Docc_status.hpp215 if (nullptr != throttleHandle) in updateProcAssociation()
217 throttleHandle.reset(); in updateProcAssociation()
221 throttleHandle = std::make_unique<ThrottleInterface>( in updateProcAssociation()
360 std::unique_ptr<ThrottleInterface> throttleHandle; member in open_power::occ::Status
H A Docc_status.cpp574 if (!throttleHandle) in updateThrottle()
608 throttleHandle->throttled(false); in updateThrottle()
609 throttleHandle->throttleCauses({}); in updateThrottle()
633 throttleHandle->throttleCauses(updatedCauses); in updateThrottle()
634 throttleHandle->throttled(true); in updateThrottle()