Searched refs:hasUpid (Results 1 – 2 of 2) sorted by relevance
538 let hasUpid = false; variable543 hasUpid = hasUpid || name === 'upid';546 const upidColumnSelect = hasUpid ? 'upid' : '0 AS upid';547 const upidColumnWhere = hasUpid ? 'upid' : '0';
97 const hasUpid = upid !== undefined && upid !== null; constant115 } else if (hasUpid && hasPid && hasProcessName) {117 } else if (hasUpid && hasPid) {123 } else if (hasUpid) {