Home
last modified time | relevance | path

Searched refs:isRunning (Results 1 – 11 of 11) sorted by relevance

/openbmc/pldm/platform-mc/
H A Dsensor_manager.cpp52 if (sensorPollTimers[tid] && !sensorPollTimers[tid]->isRunning()) in startSensorPollTimer()
145 sensorPollTimers[tid]->isRunning()) in doSensorPolling()
173 (sensorPollTimers[tid] && !sensorPollTimers[tid]->isRunning())) in doSensorPollingTask()
259 !sensorPollTimers[tid]->isRunning())) in doSensorPollingTask()
331 (sensorPollTimers[tid] && !sensorPollTimers[tid]->isRunning())) in getSensorReading()
/openbmc/phosphor-bmc-code-mgmt/common/src/
H A Dsoftware.cpp73 sdbusplus::async::task<> Software::createInventoryAssociations(bool isRunning) in createInventoryAssociations() argument
104 if (isRunning) in createInventoryAssociations()
/openbmc/phosphor-bmc-code-mgmt/common/include/
H A Dsoftware.hpp75 sdbusplus::async::task<> createInventoryAssociations(bool isRunning);
/openbmc/sdbusplus/include/sdbusplus/
H A Dtimer.hpp79 inline bool isRunning() const in isRunning() function in sdbusplus::Timer
/openbmc/openbmc/meta-security/dynamic-layers/meta-perl/recipes-security/bastille/files/
H A DAPI.pm2143 my $isRunning=0;
2150 $isRunning = 1;
2155 &B_log("DEBUG","$procPattern search yielded $isRunning\n\n");
2158 return $isRunning;
H A DHPSpecific.pm1072 my $isRunning = 0;
1090 $isRunning=1;
1116 if($isRunning){
/openbmc/openpower-occ-control/
H A Dpldm.cpp163 bool isRunning = false; in sensorEvent() local
169 isRunning = true; in sensorEvent()
202 occActiveCallBack(instance, isRunning); in sensorEvent()
/openbmc/phosphor-post-code-manager/src/
H A Dpost_code.cpp111 if (!timer->isRunning()) in savePostCodes()
/openbmc/intel-ipmi-oem/src/
H A Dchassiscommands.cpp143 if (identifyTimer->isRunning()) in idButtonPropChanged()
H A Dstoragecommands.cpp259 if (writeTimer->isRunning()) in getFru()
292 if (!writeTimer->isRunning()) in writeFruIfRunning()
/openbmc/phosphor-host-ipmid/dbus-sdr/
H A Dstoragecommands.cpp278 if (!writeTimer->isRunning()) in writeFruIfRunning()