Home
last modified time | relevance | path

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

/openbmc/bmcweb/redfish-core/lib/
H A Devent_service.hpp47 static constexpr const std::array<const char*, 1> supportedResourceTypes = { variable
89 asyncResp->res.jsonValue["ResourceTypes"] = supportedResourceTypes; in requestRoutesEventService()
520 if (std::ranges::find(supportedResourceTypes, it) == in requestRoutesEventDestinationCollection()
521 supportedResourceTypes.end()) in requestRoutesEventDestinationCollection()