Home
last modified time | relevance | path

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

/openbmc/bmcweb/redfish-core/lib/
H A Devent_service.hpp340 std::optional<std::vector<std::string>> resTypes; in requestRoutesEventDestinationCollection() local
357 "ResourceTypes", resTypes, // in requestRoutesEventDestinationCollection()
467 if (resTypes) in requestRoutesEventDestinationCollection()
617 if (resTypes) in requestRoutesEventDestinationCollection()
619 for (const std::string& it : *resTypes) in requestRoutesEventDestinationCollection()
629 subValue->userSub->resourceTypes = *resTypes; in requestRoutesEventDestinationCollection()