Searched refs:sdkdumpRet (Results 1 – 1 of 1) sorted by relevance
186 int sdkdumpRet = RequestSdkDump(type, pid, tid); in DoDumpCatchRemote() local187 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()