Home
last modified time | relevance | path

Searched refs:srvCfgPropRunning (Results 1 – 2 of 2) sorted by relevance

/openbmc/service-config-manager/src/
H A Dsrvcfg_manager.cpp217 srvCfgIface->set_property(srvCfgPropRunning, unitRunningState); in updateServiceProperties()
347 stateMap[srvCfgPropRunning] = unitRunningState; in writeStateFile()
418 if (stateMap[srvCfgPropRunning] != unitRunningState) in loadStateFile()
422 "FILEPATH", stateFile, "SETTING", stateMap[srvCfgPropRunning]); in loadStateFile()
423 unitRunningState = stateMap[srvCfgPropRunning]; in loadStateFile()
696 srvCfgIface->set_property(srvCfgPropRunning, in registerProperties()
724 srvCfgIface->set_property(srvCfgPropRunning, unitRunningState); in registerProperties()
750 srvCfgIface->set_property(srvCfgPropRunning, in registerProperties()
783 srvCfgPropRunning, unitRunningState, in registerProperties()
800 srvCfgIface->set_property(srvCfgPropRunning, in registerProperties()
/openbmc/service-config-manager/inc/
H A Dsrvcfg_manager.hpp38 static constexpr const char* srvCfgPropRunning = "Running"; variable