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.cpp39 std::unique_ptr<sdbusplus::Timer> identifyTimer variable
1449 if (!identifyTimer) in createIdentifyTimer()
1451 identifyTimer = in createIdentifyTimer()
1466 identifyTimer->stop(); in ipmiChassisIdentify()
1486 identifyTimer->start(time); in ipmiChassisIdentify()
1490 identifyTimer->stop(); in ipmiChassisIdentify()