Lines Matching refs:infoItem
122 for (auto& infoItem : faultLogInfoContext->infoVector) {
123 retValue[i].pid = infoItem.pid;
124 retValue[i].uid = infoItem.uid;
125 retValue[i].faultLogType = infoItem.type;
126 retValue[i].timestamp = infoItem.ts;
127 retValue[i].reason = MallocCString(infoItem.reason);
128 retValue[i].module = MallocCString(infoItem.module);
129 retValue[i].summary = MallocCString(infoItem.summary);
130 retValue[i].fullLog = MallocCString(infoItem.fullLog);
133 infoItem.pid, infoItem.uid, infoItem.ts);