Home
last modified time | relevance | path

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

/base/hiviewdfx/faultloggerd/interfaces/innerkits/dump_catcher/
Ddfx_dump_catcher.cpp186 int sdkdumpRet = RequestSdkDump(type, pid, tid); in DoDumpCatchRemote() local
187 if (sdkdumpRet != static_cast<int>(FaultLoggerSdkDumpResp::SDK_DUMP_PASS)) { in DoDumpCatchRemote()
188 if (sdkdumpRet == static_cast<int>(FaultLoggerSdkDumpResp::SDK_DUMP_REPEAT)) { in DoDumpCatchRemote()
190 } else if (sdkdumpRet == static_cast<int>(FaultLoggerSdkDumpResp::SDK_DUMP_REJECT)) { in DoDumpCatchRemote()
192 } else if (sdkdumpRet == static_cast<int>(FaultLoggerSdkDumpResp::SDK_DUMP_NOPROC)) { in DoDumpCatchRemote()