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.hpp60 static constexpr const std::array<const char*, 2> supportedResourceTypes = { variable
106 asyncResp->res.jsonValue["ResourceTypes"] = supportedResourceTypes; in requestRoutesEventService()
621 if (std::ranges::find(supportedResourceTypes, it) == in requestRoutesEventDestinationCollection()
622 supportedResourceTypes.end()) in requestRoutesEventDestinationCollection()