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.hpp62 std::pair<std::string, std::string> redfishDateTimeOffset = in handleManagersLogServiceJournalGet() local
64 asyncResp->res.jsonValue["DateTime"] = redfishDateTimeOffset.first; in handleManagersLogServiceJournalGet()
66 redfishDateTimeOffset.second; in handleManagersLogServiceJournalGet()
H A Dsystems_logservices_postcodes.hpp89 std::pair<std::string, std::string> redfishDateTimeOffset = in handleSystemsLogServicesPostCodesGet() local
91 asyncResp->res.jsonValue["DateTime"] = redfishDateTimeOffset.first; in handleSystemsLogServicesPostCodesGet()
93 redfishDateTimeOffset.second; in handleSystemsLogServicesPostCodesGet()
H A Dmanagers.hpp668 std::pair<std::string, std::string> redfishDateTimeOffset = in requestRoutesManager() local
671 asyncResp->res.jsonValue["DateTime"] = redfishDateTimeOffset.first; in requestRoutesManager()
673 redfishDateTimeOffset.second; in requestRoutesManager()
H A Dlog_services.hpp1272 std::pair<std::string, std::string> redfishDateTimeOffset = in requestRoutesEventLogService() local
1275 asyncResp->res.jsonValue["DateTime"] = redfishDateTimeOffset.first; in requestRoutesEventLogService()
1277 redfishDateTimeOffset.second; in requestRoutesEventLogService()
2086 std::pair<std::string, std::string> redfishDateTimeOffset = in getDumpServiceInfo() local
2088 asyncResp->res.jsonValue["DateTime"] = redfishDateTimeOffset.first; in getDumpServiceInfo()
2090 redfishDateTimeOffset.second; in getDumpServiceInfo()
2609 std::pair<std::string, std::string> redfishDateTimeOffset = in requestRoutesCrashdumpService() local
2611 asyncResp->res.jsonValue["DateTime"] = redfishDateTimeOffset.first; in requestRoutesCrashdumpService()
2613 redfishDateTimeOffset.second; in requestRoutesCrashdumpService()