Searched refs:NativeHookSampleQueryInfo (Results 1 – 5 of 5) sorted by relevance
16 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>> =>
22 NativeHookSampleQueryInfo,46 static sampleTypes: Array<NativeHookSampleQueryInfo> = [];108 rootSample: NativeHookSampleQueryInfo,109 merageSample: NativeHookSampleQueryInfo137 let copyType = new NativeHookSampleQueryInfo();183 private static updateSampleTypesList(copyTypes: NativeHookSampleQueryInfo[]): void {
18 import { NativeHookSampleQueryInfo } from '../../../../../../src/trace/bean/NativeHook';92 MockNativeHookSnapshotTypes.mockResolvedValue([new NativeHookSampleQueryInfo()]);140 MockqueryAllHookData.mockResolvedValue([new NativeHookSampleQueryInfo()]);
24 NativeHookSampleQueryInfo,289 let nativeHookSampleQueryInfo = new NativeHookSampleQueryInfo();
122 export class NativeHookSampleQueryInfo { class