Searched refs:sdkdumpRet (Results 1 – 1 of 1) sorted by relevance
319 int sdkdumpRet = RequestSdkDumpJson(pid, tid, isJson, timeout); in DoDumpCatchRemote() local320 if (sdkdumpRet != static_cast<int>(FaultLoggerSdkDumpResp::SDK_DUMP_PASS)) { in DoDumpCatchRemote()321 if (sdkdumpRet == static_cast<int>(FaultLoggerSdkDumpResp::SDK_DUMP_REPEAT)) { in DoDumpCatchRemote()324 } else if (sdkdumpRet == static_cast<int>(FaultLoggerSdkDumpResp::SDK_DUMP_REJECT)) { in DoDumpCatchRemote()326 } else if (sdkdumpRet == static_cast<int>(FaultLoggerSdkDumpResp::SDK_DUMP_NOPROC)) { in DoDumpCatchRemote()329 } else if (sdkdumpRet == static_cast<int>(FaultLoggerSdkDumpResp::SDK_PROCESS_CRASHED)) { in DoDumpCatchRemote()