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