Home
last modified time | relevance | path

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

/openbmc/intel-ipmi-oem/src/
H A Dchassiscommands.cpp67 std::unique_ptr<sdbusplus::Timer> identifyTimer variable
143 if (identifyTimer->isRunning()) in idButtonPropChanged()
149 identifyTimer->stop(); in idButtonPropChanged()
177 if (!identifyTimer) in createIdentifyTimer()
179 identifyTimer = in createIdentifyTimer()
191 identifyTimer->stop(); in ipmiChassisIdentify()
205 identifyTimer->start(time); in ipmiChassisIdentify()
/openbmc/phosphor-host-ipmid/
H A Dchassishandler.cpp40 std::unique_ptr<sdbusplus::Timer> identifyTimer variable
1494 if (!identifyTimer) in createIdentifyTimer()
1496 identifyTimer = in createIdentifyTimer()
1511 identifyTimer->stop(); in ipmiChassisIdentify()
1531 identifyTimer->start(time); in ipmiChassisIdentify()
1535 identifyTimer->stop(); in ipmiChassisIdentify()