Searched refs:registryPrefixes (Results 1 – 6 of 6) sorted by relevance
59 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()
55 sub.registryPrefixes.emplace_back("OpenBMC"); in TEST()
40 std::vector<std::string> registryPrefixes; member191 subvalue.registryPrefixes.emplace_back(*value); in fromJson()
346 subscription["RegistryPrefixes"] = subValue.registryPrefixes; in writeData()
609 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()
1407 std::vector<std::string> registryPrefixes;