Searched refs:configName (Results 1 – 5 of 5) sorted by relevance
/openbmc/phosphor-bmc-code-mgmt/common/src/ |
H A D | software_config.cpp | 17 objectPath(objPath), configName(name), configType(configType), in SoftwareConfig() 61 configName, "PATH", path); in getInventoryItemObjectPath() 67 configName); in getInventoryItemObjectPath()
|
H A D | software.cpp | 69 return std::format("{}_{}", parent.config.configName, getRandomId()); in getRandomSoftwareId()
|
/openbmc/phosphor-power/cold-redundancy/ |
H A D | cold_redundancy.cpp | 207 auto configName = in createPSU() local 209 if (configName == nullptr) in createPSU() 243 *configName, in createPSU()
|
/openbmc/phosphor-bmc-code-mgmt/common/include/ |
H A D | software_config.hpp | 36 const std::string configName; member in phosphor::software::config::SoftwareConfig
|
/openbmc/bmcweb/redfish-core/lib/ |
H A D | processor.hpp | 1160 const std::string& configName) { in requestRoutesOperatingConfig() argument 1185 [asyncResp, cpuName, configName]( in requestRoutesOperatingConfig() 1196 cpuName + '/' + configName; in requestRoutesOperatingConfig() 1212 configName); in requestRoutesOperatingConfig() 1214 json["Id"] = configName; in requestRoutesOperatingConfig() 1224 "OperatingConfig", configName); in requestRoutesOperatingConfig()
|