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.cpp212 srvCfgIface->set_property(srvCfgPropRunning, unitRunningState); in updateServiceProperties()
574 srvCfgIface->set_property(srvCfgPropRunning, in registerProperties()
602 srvCfgIface->set_property(srvCfgPropRunning, unitRunningState); in registerProperties()
628 srvCfgIface->set_property(srvCfgPropRunning, in registerProperties()
661 srvCfgPropRunning, unitRunningState, in registerProperties()
678 srvCfgIface->set_property(srvCfgPropRunning, in registerProperties()
/openbmc/service-config-manager/inc/
H A Dsrvcfg_manager.hpp38 static constexpr const char* srvCfgPropRunning = "Running"; variable