Searched refs:registryPrefix (Results 1 – 6 of 6) sorted by relevance
/openbmc/bmcweb/redfish-core/include/ |
H A D | registries_selector.hpp | 27 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 D | registries.hpp | 32 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 D | message_registries.hpp | 107 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 D | event_service.hpp | 634 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 D | namedelement.py | 58 def registryPrefix(self, root_prefix): member in NamedElement
|
H A D | event.py | 211 registryName = self.registryPrefix("OpenBMC")
|