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/include/
H A Devent_log.hpp26 std::string timestamp, const std::string& customText,
/openbmc/bmcweb/redfish-core/src/
H A Dsubscription.cpp213 logEntry.timestamp, userSub->customText, bmcLogEntry) != 0) in filterAndSendEventLogs()
284 if (!userSub->customText.empty()) in filterAndSendReports()
286 msg["Context"] = userSub->customText; in filterAndSendReports()
H A Devent_log.cpp117 std::string timestamp, const std::string& customText, in formatEventLogEntry() argument
179 logEntryJson["Context"] = customText; in formatEventLogEntry()
/openbmc/bmcweb/include/
H A Devent_service_store.hpp36 std::string customText; member
134 subvalue.customText = *value; in fromJson()
H A Dpersistent_data.hpp243 newSub->customText); in readData()
398 subscription["Context"] = subValue.customText; in writeData()
/openbmc/bmcweb/redfish-core/lib/
H A Devent_service.hpp556 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 Dredfish-eventservice.md1387 std::string customText;