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.hpp48 static constexpr const std::array<const char*, 4> supportedRegPrefixes = { variable
98 asyncResp->res.jsonValue["RegistryPrefixes"] = supportedRegPrefixes; in requestRoutesEventService()
589 if (std::ranges::find(supportedRegPrefixes, it) == in requestRoutesEventDestinationCollection()
590 supportedRegPrefixes.end()) in requestRoutesEventDestinationCollection()
628 registryPrefix.assign(supportedRegPrefixes.begin(), in requestRoutesEventDestinationCollection()
629 supportedRegPrefixes.end()); in requestRoutesEventDestinationCollection()