Home
last modified time | relevance | path

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

/openbmc/bmcweb/redfish-core/include/
H A Dredfish.hpp12 class RedfishService class
22 explicit RedfishService(App& app);
/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/redfish-core/src/
H A Dredfish.cpp58 RedfishService::RedfishService(App& app) in RedfishService() function in redfish::RedfishService
/openbmc/bmcweb/test/redfish-core/include/
H A Dredfish_test.cpp19 RedfishService redfish(app); in TEST()
/openbmc/bmcweb/src/
H A Dwebserver_run.cpp83 redfish::RedfishService redfish(app); in run()