Lines Matching refs:redfish
37 namespace redfish namespace
46 roles.emplace_back(redfish::getRoleIdFromPrivilege(session.userRole)); in fillSessionObject()
65 if (!redfish::setUpRedfishRoute(app, req, asyncResp)) in handleSessionHead()
79 if (!redfish::setUpRedfishRoute(app, req, asyncResp)) in handleSessionGet()
105 if (!redfish::setUpRedfishRoute(app, req, asyncResp)) in handleSessionDelete()
127 redfish::getUserPrivileges(*req.session); in handleSessionDelete()
165 if (!redfish::setUpRedfishRoute(app, req, asyncResp)) in handleSessionCollectionHead()
178 if (!redfish::setUpRedfishRoute(app, req, asyncResp)) in handleSessionCollectionGet()
201 if (!redfish::setUpRedfishRoute(app, req, asyncResp)) in handleSessionCollectionMembersGet()
245 if (!redfish::setUpRedfishRoute(app, req, asyncResp)) in handleSessionCollectionPost()
305 if (!redfish::setUpRedfishRoute(app, req, asyncResp)) in handleSessionServiceHead()
318 if (!redfish::setUpRedfishRoute(app, req, asyncResp)) in handleSessionServiceGet()
344 if (!redfish::setUpRedfishRoute(app, req, asyncResp)) in handleSessionServicePatch()
383 .privileges(redfish::privileges::headSession) in requestRoutesSession()
388 .privileges(redfish::privileges::getSession) in requestRoutesSession()
393 .privileges(redfish::privileges::deleteSession) in requestRoutesSession()
398 .privileges(redfish::privileges::headSessionCollection) in requestRoutesSession()
403 .privileges(redfish::privileges::getSessionCollection) in requestRoutesSession()
423 .privileges(redfish::privileges::headSessionService) in requestRoutesSession()
428 .privileges(redfish::privileges::getSessionService) in requestRoutesSession()
433 .privileges(redfish::privileges::patchSessionService) in requestRoutesSession()