Home
last modified time | relevance | path

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

/developtools/smartperf_host/smartperf_host/ide/test/trace/component/chart/
DSpNativeMemoryChart.test.ts46 let queryNativeHookStatisticsCount = sqlit.queryNativeHookStatisticsCount; variable
/developtools/smartperf_host/smartperf_host/ide/src/trace/database/sql/
DNativeHook.sql.ts190 export const queryNativeHookStatisticsCount = (): Promise<Array<{ num: number }>> => constant