Home
last modified time | relevance | path

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

/openbmc/bmcweb/redfish-core/lib/
H A Devent_service.hpp42 static constexpr const std::array<const char*, 3> supportedRegPrefixes = { variable
88 asyncResp->res.jsonValue["RegistryPrefixes"] = supportedRegPrefixes; in requestRoutesEventService()
505 if (std::ranges::find(supportedRegPrefixes, it) == in requestRoutesEventDestinationCollection()
506 supportedRegPrefixes.end()) in requestRoutesEventDestinationCollection()
539 registryPrefix.assign(supportedRegPrefixes.begin(), in requestRoutesEventDestinationCollection()
540 supportedRegPrefixes.end()); in requestRoutesEventDestinationCollection()