Home
last modified time | relevance | path

Searched refs:NativeHookSampleQueryInfo (Results 1 – 5 of 5) sorted by relevance

/developtools/smartperf_host/ide/src/trace/database/sql/
DNativeHook.sql.ts16 import { NativeHookMalloc, NativeHookProcess, NativeHookSampleQueryInfo } from '../../bean/NativeHo…
207 export const queryNativeHookSnapshotTypes = (ipid: number): Promise<Array<NativeHookSampleQueryInfo
224 …st queryAllHookData = (rightNs: number, ipid: number): Promise<Array<NativeHookSampleQueryInfo>> =>
/developtools/smartperf_host/ide/src/trace/component/trace/sheet/native-memory/
DTabPaneNMSampleList.ts22 NativeHookSampleQueryInfo,
46 static sampleTypes: Array<NativeHookSampleQueryInfo> = [];
108 rootSample: NativeHookSampleQueryInfo,
109 merageSample: NativeHookSampleQueryInfo
137 let copyType = new NativeHookSampleQueryInfo();
183 private static updateSampleTypesList(copyTypes: NativeHookSampleQueryInfo[]): void {
/developtools/smartperf_host/ide/test/trace/component/trace/sheet/native-memory/
DTabPaneNMSampleList.test.ts18 import { NativeHookSampleQueryInfo } from '../../../../../../src/trace/bean/NativeHook';
92 MockNativeHookSnapshotTypes.mockResolvedValue([new NativeHookSampleQueryInfo()]);
140 MockqueryAllHookData.mockResolvedValue([new NativeHookSampleQueryInfo()]);
/developtools/smartperf_host/ide/test/trace/bean/
DNativeHook.test.ts24 NativeHookSampleQueryInfo,
289 let nativeHookSampleQueryInfo = new NativeHookSampleQueryInfo();
/developtools/smartperf_host/ide/src/trace/bean/
DNativeHook.ts122 export class NativeHookSampleQueryInfo { class