Home
last modified time | relevance | path

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

/openbmc/bmcweb/redfish-core/include/
H A Dregistries_selector.hpp27 if (base::header.registryPrefix == registryName) in getRegistryHeaderAndUrlFromPrefix()
31 if (heartbeat_event::header.registryPrefix == registryName) in getRegistryHeaderAndUrlFromPrefix()
35 if (openbmc::header.registryPrefix == registryName) in getRegistryHeaderAndUrlFromPrefix()
39 if (resource_event::header.registryPrefix == registryName) in getRegistryHeaderAndUrlFromPrefix()
43 if (task_event::header.registryPrefix == registryName) in getRegistryHeaderAndUrlFromPrefix()
47 if (telemetry::header.registryPrefix == registryName) in getRegistryHeaderAndUrlFromPrefix()
57 if (base::header.registryPrefix == registryName) in getRegistryFromPrefix()
61 if (heartbeat_event::header.registryPrefix == registryName) in getRegistryFromPrefix()
65 if (openbmc::header.registryPrefix == registryName) in getRegistryFromPrefix()
69 if (resource_event::header.registryPrefix == registryName) in getRegistryFromPrefix()
[all …]
H A Dregistries.hpp32 const char* registryPrefix; member
99 msgId = std::format("{}.{}.{}.{}.{}", header.registryPrefix, in getLogFromRegistry()
106 std::format("{}.{}.{}.{}", header.registryPrefix, in getLogFromRegistry()
/openbmc/bmcweb/redfish-core/lib/
H A Dmessage_registries.hpp107 asyncResp->res.jsonValue["Id"] = header.registryPrefix; in handleMessageRoutesMessageRegistryFileGet()
109 std::format("{}.{}.{}", header.registryPrefix, header.versionMajor, in handleMessageRoutesMessageRegistryFileGet()
167 std::format("{}.{}.{}.{}", header.registryPrefix, header.versionMajor, in handleMessageRegistryGet()
172 asyncResp->res.jsonValue["RegistryPrefix"] = header.registryPrefix; in handleMessageRegistryGet()
H A Devent_service.hpp634 std::vector<std::string> registryPrefix; in requestRoutesEventDestinationCollection() local
640 registryPrefix.assign(supportedRegPrefixes.begin(), in requestRoutesEventDestinationCollection()
645 registryPrefix = subValue->userSub->registryPrefixes; in requestRoutesEventDestinationCollection()
653 for (const std::string& it : registryPrefix) in requestRoutesEventDestinationCollection()
/openbmc/sdbusplus/tools/sdbusplus/
H A Dnamedelement.py58 def registryPrefix(self, root_prefix): member in NamedElement
H A Devent.py211 registryName = self.registryPrefix("OpenBMC")