Home
last modified time | relevance | path

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

/openbmc/bmcweb/redfish-core/lib/
H A Dlog_services.hpp952 std::optional<std::string> oemDiagnosticDataType; in createDump() local
957 "OEMDiagnosticDataType", oemDiagnosticDataType // in createDump()
965 if (!oemDiagnosticDataType || !diagnosticDataType) in createDump()
974 if ((*oemDiagnosticDataType != "System") || in createDump()
3010 std::string oemDiagnosticDataType; in requestRoutesCrashdumpCollect() local
3014 "OEMDiagnosticDataType", oemDiagnosticDataType // in requestRoutesCrashdumpCollect()
3031 getOEMDiagnosticType(oemDiagnosticDataType); in requestRoutesCrashdumpCollect()
3059 oemDiagnosticDataType); in requestRoutesCrashdumpCollect()
3061 asyncResp->res, oemDiagnosticDataType, in requestRoutesCrashdumpCollect()