Home
last modified time | relevance | path

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

/openbmc/bmcweb/redfish-core/lib/
H A Dsystems.hpp3125 systemName](const std::optional<std::string>& validSystemsPath) { in processComputerSystemGet() argument
3126 if (validSystemsPath) in processComputerSystemGet()
3128 getLocationIndicatorActive(asyncResp, *validSystemsPath); in processComputerSystemGet()
3315 const std::optional<std::string>& validSystemsPath) { in processComputerSystemPatch() argument
3316 if (!validSystemsPath) in processComputerSystemPatch()
3322 setLocationIndicatorActive(asyncResp, *validSystemsPath, in processComputerSystemPatch()