Searched refs:unitName (Results 1 – 5 of 5) sorted by relevance
/openbmc/service-config-manager/src/ |
H A D | main.cpp | 62 unitName, enumerator 73 std::string unitName; in getUnitNameTypeAndInstance() local 94 unitName = fullUnitName.substr(0, instancePos); in getUnitNameTypeAndInstance() 98 unitName = fullUnitName.substr(0, typePos); in getUnitNameTypeAndInstance() 101 return std::make_tuple(unitName, type, instanceName); in getUnitNameTypeAndInstance() 123 auto [unitName, type, in handleListUnitsResponse() 125 if (managedServices.count(unitName)) in handleListUnitsResponse() 128 if (managedServices.at(unitName) == true && !instanceName.empty()) in handleListUnitsResponse() 134 unitName + addInstanceName(instanceName, "@"); in handleListUnitsResponse() 159 std::make_tuple(unitName, instanceName, in handleListUnitsResponse() [all …]
|
H A D | utils.cpp | 56 const std::string& unitName, in systemdUnitAction() argument 62 unitName, sysdReplaceMode); in systemdUnitAction()
|
/openbmc/bmcweb/redfish-core/lib/ |
H A D | redfish_util.hpp | 123 const std::string& unitName = in getPortStatusAndPath() local 127 size_t lastCharPos = unitName.rfind('.'); in getPortStatusAndPath() 134 std::string unitNameEnd = unitName.substr(lastCharPos); in getPortStatusAndPath() 141 if (size_t atCharPos = unitName.rfind('@'); in getPortStatusAndPath() 149 std::string unitNameStr = unitName.substr(0, lastCharPos); in getPortStatusAndPath()
|
/openbmc/service-config-manager/inc/ |
H A D | utils.hpp | 83 const std::string& unitName,
|
/openbmc/intel-ipmi-oem/src/ |
H A D | manufacturingcommands.cpp | 1402 std::string unitName = in getMCTPServiceName() local 1404 return unitName; in getMCTPServiceName()
|