Home
last modified time | relevance | path

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

/openbmc/service-config-manager/src/
H A Dmain.cpp47 enum class UnitType enum
69 std::tuple<std::string, UnitType, std::string> getUnitNameTypeAndInstance( in getUnitNameTypeAndInstance()
72 UnitType type = UnitType::invalid; in getUnitNameTypeAndInstance()
83 type = UnitType::service; in getUnitNameTypeAndInstance()
87 type = UnitType::socket; in getUnitNameTypeAndInstance()
144 if (type == UnitType::service) in handleListUnitsResponse()
149 else if (type == UnitType::socket) in handleListUnitsResponse()
157 if (type == UnitType::service) in handleListUnitsResponse()
163 else if (type == UnitType::socket) in handleListUnitsResponse()