Home
last modified time | relevance | path

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

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