Home
last modified time | relevance | path

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

/openbmc/bmcweb/redfish-core/include/
H A Dregistries.hpp60 struct RegistryEntry struct
66 using RegistryEntryRef = std::reference_wrapper<RegistryEntry>;
68 auto allRegistries() -> std::map<std::string, RegistryEntry>&;
80 RegistryEntry{T::header, T::url, T::registry}); in registerRegistry()
/openbmc/bmcweb/redfish-core/src/
H A Dregistries.cpp26 auto allRegistries() -> std::map<std::string, RegistryEntry>& in allRegistries()
28 static std::map<std::string, RegistryEntry> registries; in allRegistries()