Home
last modified time | relevance | path

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

/openbmc/bmcweb/redfish-core/include/
H A Dredfish.hpp19 class RedfishService class
29 explicit RedfishService(App& app);
33 static RedfishService& getInstance(App& app) in getInstance()
35 static RedfishService redfish(app); in getInstance()
66 auto& REDFISH_SUB_ROUTE(RedfishService& service, HttpVerb method) in REDFISH_SUB_ROUTE()
/openbmc/bmcweb/redfish-core/include/generated/enums/
H A Dexternal_account_provider.hpp12 RedfishService, enumerator
45 {AccountProviderTypes::RedfishService, "RedfishService"},
H A Daccount_service.hpp32 RedfishService, enumerator
99 {AccountProviderTypes::RedfishService, "RedfishService"},
/openbmc/bmcweb/test/redfish-core/include/
H A Dredfish_test.cpp19 RedfishService redfish(app); in TEST()
H A Dredfish_oem_routing_test.cpp28 RedfishService service(app); in TEST()
75 RedfishService service(app); in TEST()
/openbmc/bmcweb/redfish-core/src/
H A Dredfish.cpp68 RedfishService::RedfishService(App& app) in RedfishService() function in redfish::RedfishService
/openbmc/bmcweb/src/
H A Dwebserver_run.cpp88 redfish::RedfishService::getInstance(app); in runWebserver()
/openbmc/bmcweb/redfish-core/lib/
H A Dmanagers.hpp836 RedfishService::getInstance(app).handleSubRoute(req, asyncResp); in handleManagerGet()
906 RedfishService::getInstance(app).handleSubRoute(req, asyncResp); in handleManagerPatch()
/openbmc/bmcweb/redfish-core/lib/openbmc/
H A Dopenbmc_managers.hpp1587 inline void requestRoutesOpenBmcManager(RedfishService& service) in requestRoutesOpenBmcManager()