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()
573 srvCfgIface->set_property(srvCfgPropRunning, unitRunningState); in registerProperties()
598 srvCfgIface->set_property(srvCfgPropRunning, unitRunningState); in registerProperties()
622 srvCfgIface->set_property(srvCfgPropRunning, unitRunningState); in registerProperties()
652 srvCfgIface->register_property(srvCfgPropRunning, unitRunningState, in registerProperties()
668 srvCfgIface->set_property(srvCfgPropRunning, unitRunningState); in registerProperties()
/openbmc/service-config-manager/inc/
H A Dsrvcfg_manager.hpp38 static constexpr const char* srvCfgPropRunning = "Running"; variable