Home
last modified time | relevance | path

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

/openbmc/bmcweb/redfish-core/lib/
H A Dlog_services.hpp2953 enum class OEMDiagnosticType enum
2960 inline OEMDiagnosticType getOEMDiagnosticType(std::string_view oemDiagStr) in getOEMDiagnosticType()
2964 return OEMDiagnosticType::onDemand; in getOEMDiagnosticType()
2968 return OEMDiagnosticType::telemetry; in getOEMDiagnosticType()
2971 return OEMDiagnosticType::invalid; in getOEMDiagnosticType()
3028 OEMDiagnosticType oemDiagType = in requestRoutesCrashdumpCollect()
3034 if (oemDiagType == OEMDiagnosticType::onDemand) in requestRoutesCrashdumpCollect()
3044 else if (oemDiagType == OEMDiagnosticType::telemetry) in requestRoutesCrashdumpCollect()