Searched refs:OEMDiagnosticType (Results 1 – 1 of 1) sorted by relevance
2953 enum class OEMDiagnosticType enum2960 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()