Home
last modified time | relevance | path

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

/openbmc/service-config-manager/src/
H A Dsrvcfg_manager.cpp203 subStateValue = std::get<std::string>(subStateIt->second); in updateServiceProperties()
204 if (subStateValue == subStateRunning || in updateServiceProperties()
205 subStateValue == subStateListening) in updateServiceProperties()
363 if (subStateValue == subStateRunning || subStateValue == subStateListening) in stopAndApplyUnitConfig()
/openbmc/service-config-manager/inc/
H A Dsrvcfg_manager.hpp108 std::string subStateValue; member in phosphor::service::ServiceConfig