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.hpp338 std::optional<std::vector<std::string>> regPrefixes; in requestRoutesEventDestinationCollection() local
356 "RegistryPrefixes", regPrefixes, // in requestRoutesEventDestinationCollection()
376 if (regPrefixes && msgIds) in requestRoutesEventDestinationCollection()
378 if (!regPrefixes->empty() && !msgIds->empty()) in requestRoutesEventDestinationCollection()
461 if (regPrefixes) in requestRoutesEventDestinationCollection()
597 if (regPrefixes) in requestRoutesEventDestinationCollection()
599 for (const std::string& it : *regPrefixes) in requestRoutesEventDestinationCollection()
609 subValue->userSub->registryPrefixes = *regPrefixes; in requestRoutesEventDestinationCollection()