Home
last modified time | relevance | path

Searched refs:Registry (Results 1 – 25 of 31) sorted by relevance

12

/openbmc/phosphor-logging/extensions/openpower-pels/
H A Dregistry.hpp235 class Registry class
238 Registry() = delete;
239 ~Registry() = default;
240 Registry(const Registry&) = default;
241 Registry& operator=(const Registry&) = default;
242 Registry(Registry&&) = default;
243 Registry& operator=(Registry&&) = default;
252 explicit Registry(const std::filesystem::path& registryFile) : in Registry() function in openpower::pels::message::Registry
253 Registry(registryFile, true) in Registry()
266 explicit Registry(const std::filesystem::path& registryFile, in Registry() function in openpower::pels::message::Registry
H A Dpel.hpp249 void toJSON(message::Registry& registry,
388 std::map<uint16_t, size_t>& pluralSections, message::Registry& registry,
H A Dsection.hpp74 message::Registry& /*registry*/, in getJSON() argument
H A Dsrc.hpp264 std::optional<std::string> getJSON(message::Registry& registry,
275 std::optional<std::string> getErrorDetails(message::Registry& registry,
H A Dregistry.cpp695 std::optional<Entry> Registry::lookup(const std::string& name, LookupType type, in lookup()
848 std::optional<nlohmann::json> Registry::readRegistry( in readRegistry()
879 std::vector<RegistryCallout> Registry::getCallouts( in getCallouts()
H A Dmanager.hpp538 message::Registry _registry;
H A Dsrc.cpp485 message::Registry& registry, DetailLevel type, bool toCache) const in getErrorDetails()
703 std::optional<std::string> SRC::getJSON(message::Registry& registry, in getJSON()
966 registryCallouts = message::Registry::getCallouts( in getRegistryCallouts()
H A Dpel.cpp338 std::map<uint16_t, size_t>& pluralSections, message::Registry& registry, in printSectionInJSON()
440 void PEL::toJSON(message::Registry& registry, in toJSON()
/openbmc/openbmc-test-automation/redfish/account_service/
H A Dtest_redfish_privilege_registry.robot33 Verify Redfish Privilege Registry Properties
34 [Documentation] Verify the Redfish Privilege Registry properties.
39 # Get the complete Privilege Registry URL
40 ${url}= Get Redfish Privilege Registry Json URL
44 # Verify the Privilege Registry Resource.
64 Verify Redfish Privilege Registry Mappings Properties For Account Service
65 [Documentation] Verify Privilege Registry Account Service Mappings resource properties.
68 # Below is the mapping for Redfish Privilege Registry property for
107 # Get the complete Privilege Registry URL.
108 ${url}= Get Redfish Privilege Registry Json URL
[all …]
/openbmc/phosphor-logging/test/openpower-pels/
H A Dregistry_test.cpp202 Registry registry{path}; in TEST_F()
211 Registry registry{path}; in TEST_F()
287 Registry registry{path}; in TEST_F()
314 Registry registry{path}; in TEST_F()
499 auto callouts = Registry::getCallouts(json, systemNames, ad); in TEST_F()
525 callouts = Registry::getCallouts(json, systemNames, ad); in TEST_F()
544 EXPECT_THROW(Registry::getCallouts(json, systemNames, ad), in TEST_F()
585 auto callouts = Registry::getCallouts(json, systemNames, ad); in TEST_F()
599 callouts = Registry::getCallouts(json, systemNames, ad); in TEST_F()
610 EXPECT_THROW(Registry::getCallouts(json, systemNames, ad), in TEST_F()
[all …]
/openbmc/openbmc/poky/meta/recipes-devtools/python/
H A Dpython3-jsonschema-specifications_2025.4.1.bb1 SUMMARY = "The JSON Schema meta-schemas and vocabularies, exposed as a Registry"
3 vocabularies, etc.), packaged for runtime access from Python as a referencing-based Schema Registry
/openbmc/docs/architecture/
H A Dredfish-logging-in-bmcweb.md16 add an appropriate message in a Message Registry.
29 1. Choose a Message Registry for the new message
46 bmcweb will search the specified Message Registry for the MessageKey, construct
66 [Resource Event Message Registry](https://redfish.dmtf.org/registries/ResourceEvent.1.0.0.json)
103 [Resource Event Message Registry](https://redfish.dmtf.org/registries/ResourceEvent.1.0.0.json)
127 from the `"Message"` and `"ParamTypes"` fields in the Message Registry.
/openbmc/openbmc/poky/meta/lib/oe/
H A Dterminal.py22 class Registry(oe.classutils.ClassRegistry): class
26 super(Registry, cls).__init__(name.lower(), bases, attrs)
33 class Terminal(Popen, metaclass=Registry):
204 return Registry.prioritized()
207 terms = Registry.prioritized()
232 terminal = Registry.registry[name]
/openbmc/docs/designs/
H A Devent-logging.md22 ### Redfish LogEntry and Message Registry
45 reference][Registry-Example] from the DMTF gives this example:
99 [Registry-Example]:
168 Registry. This makes the events of limited utility for consumption by system
185 Message Registry and the reporting application. It also requires every
248 the Redfish Message Registry) for usage in closed-source or non-upstreamed
277 - Generate a Redfish Message Registry for all error and events defined in
280 cover the Redfish Message Registry and `phosphor-logging` enhancements;
319 Message Registry, and translate from `phosphor-logging` to Redfish `LogEntry`
418 Registry, codified in JSON, to header files it uses to serve the registry; this
[all …]
H A Dredfish-postcodes.md105 "Name": "OpenBMC Message Registry",
H A Derror-log-handling-for-phal.md99 ### Message Registry Entries
H A Dremote-bios-configuration.md437 …| |2.Get Attribute Registry |<---Req-/Res--> | Read BaseBIOSTable |<-dbus-| BaseBIOSTable …
460 2. Get Attribute Registry: Get the detailed information about Bios Attribute
/openbmc/openbmc/poky/meta/recipes-graphics/spir/
H A Dspirv-headers_1.4.313.0.bb1 SUMMARY = "Machine-readable files for the SPIR-V Registry"
/openbmc/openbmc/poky/bitbake/lib/toaster/toastergui/static/jquery-treetable-license/
H A DREADME.md10 Download the latest release from the jQuery Plugin Registry or grab the source
/openbmc/bmcweb/redfish-core/include/registries/
H A Dopenbmc_message_registry.readmefirst.md1 # Registry Edits: Read me first
/openbmc/entity-manager/scripts/
H A Dvalidate_configs.py215 registry = referencing.Registry()
/openbmc/qemu/
H A Dqemu.nsi61 ; Registry key to check for directory (so if you install again, it will
/openbmc/pldm/docs/
H A Dbios_implementation.md3 Redfish supports the BIOS Attribute Registry, which provides users with a list
/openbmc/phosphor-logging/extensions/openpower-pels/registry/
H A DREADME.md1 # Platform Event Log Message Registry
10 - [Message Registry](#message-registry-fields)
37 ## Message Registry Fields
/openbmc/phosphor-logging/extensions/openpower-pels/tools/
H A Dpeltool.cpp35 message::Registry registry(getPELReadOnlyDataPath() / message::registryFileName,

12