Searched refs:unitName (Results 1 – 5 of 5) sorted by relevance
| /openbmc/service-config-manager/src/ |
| H A D | main.cpp | 63 unitName, enumerator 74 std::string unitName; in getUnitNameTypeAndInstance() local 95 unitName = fullUnitName.substr(0, instancePos); in getUnitNameTypeAndInstance() 99 unitName = fullUnitName.substr(0, typePos); in getUnitNameTypeAndInstance() 102 return std::make_tuple(unitName, type, instanceName); in getUnitNameTypeAndInstance() 124 auto [unitName, type, in handleListUnitsResponse() 126 if (managedServices.count(unitName)) in handleListUnitsResponse() 129 if (managedServices.at(unitName) == true && !instanceName.empty()) in handleListUnitsResponse() 135 unitName + addInstanceName(instanceName, "@"); in handleListUnitsResponse() 160 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 | 121 const std::string& unitName = in getPortStatusAndPath() local 125 size_t lastCharPos = unitName.rfind('.'); in getPortStatusAndPath() 132 std::string unitNameEnd = unitName.substr(lastCharPos); in getPortStatusAndPath() 139 if (size_t atCharPos = unitName.rfind('@'); in getPortStatusAndPath() 147 std::string unitNameStr = unitName.substr(0, lastCharPos); in getPortStatusAndPath()
|
| /openbmc/service-config-manager/inc/ |
| H A D | utils.hpp | 85 const std::string& unitName,
|
| /openbmc/intel-ipmi-oem/src/ |
| H A D | manufacturingcommands.cpp | 1406 std::string unitName = in getMCTPServiceName() local 1408 return unitName; in getMCTPServiceName()
|