Home
last modified time | relevance | path

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

/openbmc/bmcweb/redfish-core/lib/
H A Dsystems.hpp507 getComputerSystem(const std::shared_ptr<bmcweb::AsyncResp>& asyncResp) in getComputerSystem() function
3125 getComputerSystem(asyncResp); in handleComputerSystemGet()
3470 .privileges(redfish::privileges::getComputerSystem) in requestRoutesSystems()
/openbmc/bmcweb/redfish-core/include/registries/
H A Dprivilege_registry.hpp354 const static auto& getComputerSystem = privilegeSetLogin; variable