Home
last modified time | relevance | path

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

/openbmc/service-config-manager/inc/
H A Dutils.hpp46 static constexpr const char* subStateListening = "listening"; variable
/openbmc/service-config-manager/src/
H A Dsrvcfg_manager.cpp210 subStateValue == subStateListening) in updateServiceProperties()
481 if (subStateValue == subStateRunning || subStateValue == subStateListening) in stopAndApplyUnitConfig()