Home
last modified time | relevance | path

Searched defs:and (Results 1 – 1 of 1) sorted by relevance

/developtools/smartperf_host/smartperf_host/ide/src/trace/database/sql/
DFunc.sql.ts335 let condition = `${asyncTid !== null && asyncTid !== undefined ? `and A.tid = ${asyncTid}` : ''}`; variable
375 ${`and P.pid in (${asyncPid.join(',')})`} variable
411 ${asyncTid !== null && asyncTid !== undefined ? `and A.tid = ${asyncTid}` : ''} variable
412 ${`and P.pid = ${asyncPid}`} variable
413 ${`and c.name in (${asyncNames.map((it) => '\"' + it + '\"').join(',')})`} variable