Lines Matching defs:response
368 LogPersistQueryResult response;
369 response.logType = logPersister->m_startMsg.filter.types;
370 logPersister->FillInfo(response);
371 results.push_back(response);
376 void LogPersister::FillInfo(LogPersistQueryResult &response)
378 response.jobId = m_startMsg.jobId;
379 if (strcpy_s(response.filePath, FILE_PATH_MAX_LEN, m_startMsg.filePath)) {
382 response.compressAlg = m_startMsg.compressAlg;
383 response.fileSize = m_startMsg.fileSize;
384 response.fileNum = m_startMsg.fileNum;