Home
last modified time | relevance | path

Searched refs:redfishDateTimeOffset (Results 1 – 4 of 4) sorted by relevance

/openbmc/bmcweb/redfish-core/lib/
H A Dmanager_logservices_journal.hpp51 std::pair<std::string, std::string> redfishDateTimeOffset = in handleManagersLogServiceJournalGet() local
53 asyncResp->res.jsonValue["DateTime"] = redfishDateTimeOffset.first; in handleManagersLogServiceJournalGet()
55 redfishDateTimeOffset.second; in handleManagersLogServiceJournalGet()
H A Dsystems_logservices_postcodes.hpp57 std::pair<std::string, std::string> redfishDateTimeOffset = in handleSystemsLogServicesPostCodesGet() local
59 asyncResp->res.jsonValue["DateTime"] = redfishDateTimeOffset.first; in handleSystemsLogServicesPostCodesGet()
61 redfishDateTimeOffset.second; in handleSystemsLogServicesPostCodesGet()
H A Dlog_services.hpp1250 std::pair<std::string, std::string> redfishDateTimeOffset = in requestRoutesEventLogService() local
1253 asyncResp->res.jsonValue["DateTime"] = redfishDateTimeOffset.first; in requestRoutesEventLogService()
1255 redfishDateTimeOffset.second; in requestRoutesEventLogService()
2124 std::pair<std::string, std::string> redfishDateTimeOffset = in getDumpServiceInfo() local
2126 asyncResp->res.jsonValue["DateTime"] = redfishDateTimeOffset.first; in getDumpServiceInfo()
2128 redfishDateTimeOffset.second; in getDumpServiceInfo()
2647 std::pair<std::string, std::string> redfishDateTimeOffset = in requestRoutesCrashdumpService() local
2649 asyncResp->res.jsonValue["DateTime"] = redfishDateTimeOffset.first; in requestRoutesCrashdumpService()
2651 redfishDateTimeOffset.second; in requestRoutesCrashdumpService()
H A Dmanagers.hpp2098 std::pair<std::string, std::string> redfishDateTimeOffset = in requestRoutesManager() local
2101 asyncResp->res.jsonValue["DateTime"] = redfishDateTimeOffset.first; in requestRoutesManager()
2103 redfishDateTimeOffset.second; in requestRoutesManager()