Home
last modified time | relevance | path

Searched refs:Registry (Results 1 – 25 of 36) 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.hpp248 void toJSON(message::Registry& registry,
387 message::Registry& registry,
H A Dsrc.hpp264 std::optional<std::string> getJSON(message::Registry& registry,
275 std::optional<std::string> getErrorDetails(message::Registry& registry,
H A Dsection.hpp74 getJSON(message::Registry& /*registry*/, in getJSON() argument
H A Dregistry.cpp710 std::optional<Entry> Registry::lookup(const std::string& name, LookupType type, in lookup()
863 Registry::readRegistry(const std::filesystem::path& registryFile) in readRegistry()
894 Registry::getCallouts(const nlohmann::json& calloutJSON, in getCallouts()
H A Dmanager.hpp531 message::Registry _registry;
H A Dsrc.cpp492 std::optional<std::string> SRC::getErrorDetails(message::Registry& registry, in getErrorDetails()
712 std::optional<std::string> SRC::getJSON(message::Registry& registry, in getJSON()
965 registryCallouts = message::Registry::getCallouts( in getRegistryCallouts()
H A Dpel.cpp340 message::Registry& registry, in printSectionInJSON()
443 void PEL::toJSON(message::Registry& registry, in toJSON()
/openbmc/openbmc-test-automation/redfish/account_service/
H A Dtest_redfish_privilege_registry.robot31 Verify Redfish Privilege Registry Properties
32 [Documentation] Verify the Redfish Privilege Registry properties.
37 # Get the complete Privilege Registry URL
38 ${url}= Get Redfish Privilege Registry json URL
42 # Verify the Privilege Registry Resource.
66 # Below is the mapping for Redfish Privilege Registry property for
105 # Get the complete Privilege Registry URL.
106 ${url}= Get Redfish Privilege Registry json URL
188 Get Redfish Privilege Registry Json URL
189 [Documentation] Return the complete Privilege Registry Json URL.
[all …]
/openbmc/phosphor-logging/test/openpower-pels/
H A Dregistry_test.cpp191 Registry registry{path}; in TEST_F()
200 Registry registry{path}; in TEST_F()
270 Registry registry{path}; in TEST_F()
297 Registry registry{path}; in TEST_F()
838 callouts = Registry::getCallouts(json, systemNames, ad); in TEST_F()
933 callouts = Registry::getCallouts(json, systemNames, ad); in TEST_F()
949 callouts = Registry::getCallouts(json, systemNames, ad); in TEST_F()
1030 callouts = Registry::getCallouts(json, systemNames, ad); in TEST_F()
1046 EXPECT_THROW(Registry::getCallouts(json, systemNames, ad), in TEST_F()
1139 Registry registry{path}; in TEST_F()
[all …]
/openbmc/openbmc/poky/meta/recipes-devtools/python/
H A Dpython3-jsonschema-specifications_2023.12.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/openbmc/poky/meta/recipes-graphics/spir/
H A Dspirv-headers_1.3.280.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/linux/Documentation/admin-guide/
H A Dunicode.rst97 adopted by the ConScript Unicode Registry and proposed (but ultimately
114 Registry. The normative reference is at:
178 The ConScript Unicode Registry is accessible at:
/openbmc/phosphor-power/phosphor-power-sequencer/config_files/
H A DREADME.md25 used as an index into the `phosphor-logging` Message Registry.
/openbmc/linux/Documentation/translations/zh_CN/admin-guide/
H A Dunicode.rst89 (ConScript Unicode Registry,CSUR)采用,并建议(但最终被拒绝)纳入Unicode
/openbmc/linux/Documentation/translations/zh_TW/admin-guide/
H A Dunicode.rst92 (ConScript Unicode Registry,CSUR)採用,並建議(但最終被拒絕)納入Unicode
/openbmc/linux/drivers/platform/surface/
H A DKconfig101 via the Surface Aggregator Registry) for these devices still need to be
105 tristate "Surface System Aggregator Module Device Registry"
/openbmc/docs/designs/
H A Dredfish-postcodes.md105 "Name": "OpenBMC Message Registry",
H A Derror-log-handling-for-phal.md99 ### Message Registry Entries
/openbmc/qemu/
H A Dqemu.nsi59 ; Registry key to check for directory (so if you install again, it will
/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/linux/Documentation/networking/
H A Dcdc_mbim.rst159 New services should be registered in the MBIM Registry [5].
345 5) "MBIM (Mobile Broadband Interface Model) Registry"

12