Lines Matching defs:jobId
312 uint32_t jobId;
334 fileName(""), buffSize(0), jobId(0), fileSize(0), levels(0), stream(""), fileNum(0), blackPid(false),
368 rqst.jobId = jobId;
377 rqst.jobId = jobId;
588 int jobId = 0;
589 (void)StrToInt(arg, jobId);
590 context.jobId = static_cast<uint32_t>(jobId);
875 cout << "Persist task [jobid:" << rsp.jobId << "] start successfully" << endl;
891 cout << "Persist task [jobid:" << rsp.jobId[i] << "] stop successfully" << endl;
903 cout << task.jobId << " " << ComboLogType2Str(task.outputFilter.types) << " " << task.stream << " ";
929 PrintResult(RET_SUCCESS, (string("Persist task [jobid:") + to_string(rsp.jobId[i]) + "] refresh"));