Home
last modified time | relevance | path

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

/openbmc/bmcweb/redfish-core/lib/
H A Devent_service.hpp326 std::optional<std::vector<std::string>> regPrefixes; in requestRoutesEventDestinationCollection() local
344 "RegistryPrefixes", regPrefixes, // in requestRoutesEventDestinationCollection()
364 if (regPrefixes && msgIds) in requestRoutesEventDestinationCollection()
366 if (!regPrefixes->empty() && !msgIds->empty()) in requestRoutesEventDestinationCollection()
449 if (regPrefixes) in requestRoutesEventDestinationCollection()
585 if (regPrefixes) in requestRoutesEventDestinationCollection()
587 for (const std::string& it : *regPrefixes) in requestRoutesEventDestinationCollection()
597 subValue->userSub->registryPrefixes = *regPrefixes; in requestRoutesEventDestinationCollection()