Home
last modified time | relevance | path

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

/openbmc/bmcweb/redfish-core/include/
H A Devent_matches_filter.hpp59 if (!userSub.registryPrefixes.empty()) in eventMatchesFilter()
79 auto obj = std::ranges::find(userSub.registryPrefixes, registry); in eventMatchesFilter()
80 if (obj == userSub.registryPrefixes.end()) in eventMatchesFilter()
/openbmc/bmcweb/test/redfish-core/include/
H A Devent_matches_filter_test.cpp55 sub.registryPrefixes.emplace_back("OpenBMC"); in TEST()
/openbmc/bmcweb/include/
H A Devent_service_store.hpp40 std::vector<std::string> registryPrefixes; member
191 subvalue.registryPrefixes.emplace_back(*value); in fromJson()
H A Dpersistent_data.hpp346 subscription["RegistryPrefixes"] = subValue.registryPrefixes; in writeData()
/openbmc/bmcweb/redfish-core/lib/
H A Devent_service.hpp609 subValue->userSub->registryPrefixes = *regPrefixes; in requestRoutesEventDestinationCollection()
638 if (subValue->userSub->registryPrefixes.empty()) in requestRoutesEventDestinationCollection()
645 registryPrefix = subValue->userSub->registryPrefixes; in requestRoutesEventDestinationCollection()
798 jVal["RegistryPrefixes"] = userSub.registryPrefixes; in requestRoutesEventDestination()
/openbmc/docs/designs/
H A Dredfish-eventservice.md1407 std::vector<std::string> registryPrefixes;