Home
last modified time | relevance | path

Searched defs:errType (Results 1 – 5 of 5) sorted by relevance

/base/hiviewdfx/hiview/plugins/faultlogger/service/sanitizer_collector/gwp_asan/
Dgwpasan_collector.cpp71 std::string errType = "GWP-ASAN"; in WriteGwpAsanLog() local
77 std::string errType = "TSAN"; in WriteGwpAsanLog() local
83 std::string errType = "UBSAN"; in WriteGwpAsanLog() local
89 std::string errType = "HWASAN_" + GetErrorTypeFromHwAsanLog(hwasanlog); in WriteGwpAsanLog() local
95 std::string errType = "ASAN_" + GetErrorTypeFromAsanLog(asanlog); in WriteGwpAsanLog() local
125 std::string errType = captured[errTypeField].str(); in GetErrorTypeFromLog() local
130 void ReadGwpAsanRecord(const std::string& gwpAsanBuffer, const std::string& errType) in ReadGwpAsanRecord()
Dgwpasan_collector.h48 std::string errType; member
/base/telephony/ril_adapter/interfaces/innerkits/include/
Dhril_public_struct.h31 ReportErrorType errType; member
/base/web/webview/ohos_adapter/media_adapter/src/
Dmedia_codec_encoder_adapter_impl.cpp285 ErrorType errType = MediaCodecEncoderAdapterImpl::GetErrorType(errorType); in OnError() local
Dmedia_codec_decoder_adapter_impl.cpp392 ErrorType errType = MediaCodecDecoderAdapterImpl::GetErrorType(errorType); in OnError() local