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.cpp68 std::unique_ptr<sdbusplus::Timer> identifyTimer variable
144 if (identifyTimer->isRunning()) in idButtonPropChanged()
150 identifyTimer->stop(); in idButtonPropChanged()
178 if (!identifyTimer) in createIdentifyTimer()
180 identifyTimer = in createIdentifyTimer()
192 identifyTimer->stop(); in ipmiChassisIdentify()
206 identifyTimer->start(time); in ipmiChassisIdentify()
/openbmc/phosphor-host-ipmid/
H A Dchassishandler.cpp41 std::unique_ptr<sdbusplus::Timer> identifyTimer variable
1533 if (!identifyTimer) in createIdentifyTimer()
1535 identifyTimer = in createIdentifyTimer()
1550 identifyTimer->stop(); in ipmiChassisIdentify()
1570 identifyTimer->start(time); in ipmiChassisIdentify()
1574 identifyTimer->stop(); in ipmiChassisIdentify()