Home
last modified time | relevance | path

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

/openbmc/bmcweb/redfish-core/lib/
H A Dmessage_registries.hpp159 const std::string& registry, const std::string& registryMatch) in handleMessageRegistryGet() argument
219 if (registry != registryMatch) in handleMessageRegistryGet()
221 messages::resourceNotFound(asyncResp->res, header->type, registryMatch); in handleMessageRegistryGet()