Lines Matching full:constants
3 #include "constants.hpp"
146 constants::objectMapperService, constants::objectMapperPath, in getObjectSubTree()
147 constants::objectMapperInf, "GetSubTree"); in getObjectSubTree()
276 if (l_nodeHandle.key().str.find(constants::pimPath, 0) != in callPIM()
280 0, std::strlen(constants::pimPath), ""); in callPIM()
287 bus.new_method_call(constants::pimServiceName, constants::pimPath, in callPIM()
288 constants::pimIntf, "Notify"); in callPIM()
351 constants::biosConfigMgrService, constants::biosConfigMgrObjPath, in biosGetAttributeMethodCall()
352 constants::biosConfigMgrInterface, "GetAttribute"); in biosGetAttributeMethodCall()
419 constants::hostService, constants::hostObjectPath, in isHostRunning()
420 constants::hostInterface, "CurrentHostState"); in isHostRunning()
424 if (*l_currHostState == constants::hostRunningState) in isHostRunning()
444 constants::bmcStateService, constants::bmcZeroStateObject, in isBMCReady()
445 constants::bmcStateInterface, constants::currentBMCStateProperty); in isBMCReady()
449 if (*l_currBMCState == constants::bmcReadyState) in isBMCReady()
467 int l_rc{constants::FAILURE}; in EnableRebootGuard()
472 constants::systemdService, constants::systemdObjectPath, in EnableRebootGuard()
473 constants::systemdManagerInterface, "StartUnit"); in EnableRebootGuard()
476 l_rc = constants::SUCCESS; in EnableRebootGuard()
500 int l_rc{constants::FAILURE}; in DisableRebootGuard()
504 int l_dBusCallRc{constants::FAILURE}; in DisableRebootGuard()
509 constants::systemdService, constants::systemdObjectPath, in DisableRebootGuard()
510 constants::systemdManagerInterface, "StartUnit"); in DisableRebootGuard()
513 l_dBusCallRc = constants::SUCCESS; in DisableRebootGuard()
520 if (constants::FAILURE == l_executeDisableRebootGuard()) in DisableRebootGuard()
533 if (constants::FAILURE == l_executeDisableRebootGuard()) in DisableRebootGuard()
545 l_rc = constants::SUCCESS; in DisableRebootGuard()
561 l_rc = constants::SUCCESS; in DisableRebootGuard()