Home
last modified time | relevance | path

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

/openbmc/phosphor-bmc-code-mgmt/common/src/
H A Dsoftware_config.cpp17 objectPath(objPath), configName(name), configType(configType), in SoftwareConfig()
61 configName, "PATH", path); in getInventoryItemObjectPath()
67 configName); in getInventoryItemObjectPath()
H A Dsoftware.cpp69 return std::format("{}_{}", parent.config.configName, getRandomId()); in getRandomSoftwareId()
/openbmc/phosphor-power/cold-redundancy/
H A Dcold_redundancy.cpp207 auto configName = in createPSU() local
209 if (configName == nullptr) in createPSU()
243 *configName, in createPSU()
/openbmc/phosphor-bmc-code-mgmt/common/include/
H A Dsoftware_config.hpp36 const std::string configName; member in phosphor::software::config::SoftwareConfig
/openbmc/bmcweb/redfish-core/lib/
H A Dprocessor.hpp1160 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()