Home
last modified time | relevance | path

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

/openbmc/phosphor-bmc-code-mgmt/common/src/
H A Dsoftware.cpp56 sdbusplus::async::task<> Software::createInventoryAssociations(bool isRunning) in createInventoryAssociations() argument
77 createInventoryAssociation(isRunning, endpoint); in createInventoryAssociations()
80 void Software::createInventoryAssociation(bool isRunning, in createInventoryAssociation() argument
85 if (isRunning) in createInventoryAssociation()
/openbmc/pldm/platform-mc/
H A Dsensor_manager.cpp51 if (sensorPollTimers[tid] && !sensorPollTimers[tid]->isRunning()) in startSensorPollTimer()
144 sensorPollTimers[tid]->isRunning()) in doSensorPolling()
172 (sensorPollTimers[tid] && !sensorPollTimers[tid]->isRunning())) in doSensorPollingTask()
258 !sensorPollTimers[tid]->isRunning())) in doSensorPollingTask()
330 (sensorPollTimers[tid] && !sensorPollTimers[tid]->isRunning())) in getSensorReading()
/openbmc/phosphor-bmc-code-mgmt/common/include/
H A Dsoftware.hpp65 sdbusplus::async::task<> createInventoryAssociations(bool isRunning);
100 void createInventoryAssociation(bool isRunning, std::string objectPath);
/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.cpp235 if (!timer->isRunning()) in savePostCodes()
/openbmc/intel-ipmi-oem/src/
H A Dchassiscommands.cpp144 if (identifyTimer->isRunning()) in idButtonPropChanged()
H A Dstoragecommands.cpp258 if (writeTimer->isRunning()) in getFru()
291 if (!writeTimer->isRunning()) in writeFruIfRunning()
/openbmc/phosphor-host-ipmid/dbus-sdr/
H A Dstoragecommands.cpp277 if (!writeTimer->isRunning()) in writeFruIfRunning()