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/NativeHook…
196 export const queryNativeHookSnapshotTypes = (ipid: number): Promise<Array<NativeHookSampleQueryInfo
213 …st queryAllHookData = (rightNs: number, ipid: number): Promise<Array<NativeHookSampleQueryInfo>> =>
/developtools/smartperf_host/ide/src/trace/component/trace/sheet/native-memory/
DTabPaneNMSampleList.ts22 NativeHookSampleQueryInfo,
52 static sampleTypes: Array<NativeHookSampleQueryInfo> = [];
112 rootSample: NativeHookSampleQueryInfo,
113 merageSample: NativeHookSampleQueryInfo
141 let copyType = new NativeHookSampleQueryInfo();
181 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';
85 MockNativeHookSnapshotTypes.mockResolvedValue([new NativeHookSampleQueryInfo()]);
133 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