Lines Matching refs:redfish
26 namespace redfish namespace
33 if (!redfish::setUpRedfishRoute(app, req, asyncResp)) in handleAggregationServiceHead()
46 if (!redfish::setUpRedfishRoute(app, req, asyncResp)) in handleAggregationServiceGet()
67 .privileges(redfish::privileges::headAggregationService) in requestRoutesAggregationService()
71 .privileges(redfish::privileges::getAggregationService) in requestRoutesAggregationService()
103 if (!redfish::setUpRedfishRoute(app, req, asyncResp)) in handleAggregationSourceCollectionGet()
125 if (!redfish::setUpRedfishRoute(app, req, asyncResp)) in handleAggregationSourceCollectionHead()
137 .privileges(redfish::privileges::getAggregationSourceCollection) in requestRoutesAggregationSourceCollection()
142 .privileges(redfish::privileges::getAggregationSourceCollection) in requestRoutesAggregationSourceCollection()
197 if (!redfish::setUpRedfishRoute(app, req, asyncResp)) in handleAggregationSourceGet()
213 if (!redfish::setUpRedfishRoute(app, req, asyncResp)) in handleAggregationSourceHead()
230 .privileges(redfish::privileges::getAggregationSource) in requestRoutesAggregationSource()