Home
last modified time | relevance | path

Searched refs:customText (Results 1 – 8 of 8) sorted by relevance

/openbmc/bmcweb/test/redfish-core/include/
H A Devent_log_test.cpp135 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/src/
H A Dsubscription.cpp227 logEntry.timestamp, userSub->customText, bmcLogEntry) != 0) in filterAndSendEventLogs()
298 if (!userSub->customText.empty()) in filterAndSendReports()
300 msg["Context"] = userSub->customText; in filterAndSendReports()
H A Devent_log.cpp127 std::string timestamp, const std::string& customText, in formatEventLogEntry() argument
168 logEntryJson["Context"] = customText; in formatEventLogEntry()
/openbmc/bmcweb/redfish-core/include/
H A Devent_log.hpp26 std::string timestamp, const std::string& customText,
/openbmc/bmcweb/include/
H A Dpersistent_data.hpp182 newSub->id, newSub->customText); in readData()
336 subscription["Context"] = subValue.customText; in writeData()
H A Devent_service_store.hpp36 std::string customText; member
134 subvalue.customText = *value; in fromJson()
/openbmc/bmcweb/redfish-core/lib/
H A Devent_service.hpp559 subValue->userSub->customText = *context; in requestRoutesEventDestinationCollection()
794 jVal["Context"] = userSub.customText; in requestRoutesEventDestination()
861 subValue->userSub->customText = *context; in requestRoutesEventDestination()
/openbmc/docs/designs/
H A Dredfish-eventservice.md1402 std::string customText;