Home
last modified time | relevance | path

Searched defs:dataSource (Results 1 – 20 of 20) sorted by relevance

/developtools/profiler/host/smartperf/ide/src/trace/component/trace/base/
DTraceRowRecyclerView.ts32 get dataSource(): Array<TraceRowObject<any>> { method in TraceRowRecyclerView
36 set dataSource(value: Array<TraceRowObject<any>>) { method in TraceRowRecyclerView
/developtools/profiler/host/smartperf/ide/test/trace/bean/
DThreadStruct.test.ts24 const dataSource = { constant
DCpuFreqStruct.test.ts37 const dataSource = { constant
DHeapStruct.test.ts25 const dataSource = { constant
DFpsStruct.test.ts50 const dataSource = { constant
/developtools/profiler/host/smartperf/ide/test/trace/database/
DProcedureWorkerCPU.test.ts22 const dataSource = { constant
/developtools/profiler/host/smartperf/ide/test/trace/database/ui-worker/
DProcedureWorkerCPU.test.ts22 const dataSource = { constant
/developtools/profiler/host/smartperf/ide/src/trace/database/logic-worker/
DProcedureLogicWorkerPerf.ts30 dataSource:PerfCallChainMerageData[] = [] property in ProcedureLogicWorkerPerf
DProcedureLogicWorkerFileSystem.ts62 dataSource: FileMerageBean[] = [] property in ProcedureLogicWorkerFileSystem
DProcedureLogicWorkerNativeNemory.ts294 let dataSource = paramMap.get("data") as Array<NativeHookStatistics>; variable
/developtools/profiler/host/smartperf/ide/src/base-ui/popover/
DLitPopover.ts58 set dataSource(dataSource: Array<SelectBean>) { method in LitPopover
/developtools/profiler/host/smartperf/ide/src/base-ui/select/
DLitSelectV.ts114 dataSource(value: Array<string>, valueStr: string) { method in LitSelectV
DLitSelect.ts141 set dataSource(value: any) { method in LitSelect
/developtools/profiler/host/smartperf/ide/src/trace/component/trace/sheet/file-system/
DTabPaneFileSystemCalltree.ts37 private dataSource: any[] = [] property in TabpaneFilesystemCalltree
DTabPaneCallTree.ts35 private dataSource: any[] = [] property in TabPaneCallTree
/developtools/profiler/host/smartperf/ide/src/trace/component/trace/sheet/hiperf/
DTabPerfProfile.ts43 private dataSource: any[] = [] property in TabpanePerfProfile
/developtools/profiler/host/smartperf/ide/src/trace/component/trace/sheet/
DTabPerfProfile.ts42 private dataSource: any[] = [] property in TabpanePerfProfile
/developtools/profiler/host/smartperf/ide/src/base-ui/table/
Dlit-table.ts251 get dataSource() { method in LitTable
255 set dataSource(value) { method in LitTable
/developtools/profiler/host/smartperf/ide/src/trace/database/
DTraceWorkerNativeMemory.ts154 let dataSource = paramMap.get("data") as Array<NativeHookStatistics>; variable
DTraceWorkerPerfDataQuery.ts29 dataSource:PerfCallChainMerageData[] = [] property in TraceWorkerPerfDataQuery