Searched refs:customText (Results 1 – 8 of 8) sorted by relevance
| /openbmc/bmcweb/test/redfish-core/include/ |
| H A D | event_log_test.cpp | 135 std::string customText = "customText"; in TEST() local 139 timestamp, customText, logEntryJson); in TEST() 174 std::string customText; in TEST() local 178 timestamp, customText, logEntryJson); in TEST()
|
| /openbmc/bmcweb/redfish-core/include/ |
| H A D | event_log.hpp | 26 std::string timestamp, const std::string& customText,
|
| /openbmc/bmcweb/redfish-core/src/ |
| H A D | subscription.cpp | 213 logEntry.timestamp, userSub->customText, bmcLogEntry) != 0) in filterAndSendEventLogs() 284 if (!userSub->customText.empty()) in filterAndSendReports() 286 msg["Context"] = userSub->customText; in filterAndSendReports()
|
| H A D | event_log.cpp | 117 std::string timestamp, const std::string& customText, in formatEventLogEntry() argument 179 logEntryJson["Context"] = customText; in formatEventLogEntry()
|
| /openbmc/bmcweb/include/ |
| H A D | event_service_store.hpp | 36 std::string customText; member 134 subvalue.customText = *value; in fromJson()
|
| H A D | persistent_data.hpp | 243 newSub->customText); in readData() 398 subscription["Context"] = subValue.customText; in writeData()
|
| /openbmc/bmcweb/redfish-core/lib/ |
| H A D | event_service.hpp | 556 subValue->userSub->customText = *context; in requestRoutesEventDestinationCollection() 791 jVal["Context"] = userSub.customText; in requestRoutesEventDestination() 858 subValue->userSub->customText = *context; in requestRoutesEventDestination()
|
| /openbmc/docs/designs/ |
| H A D | redfish-eventservice.md | 1387 std::string customText;
|