Home
last modified time | relevance | path

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

/developtools/profiler/host/smartperf/ide/src/trace/component/trace/base/
DTraceRowRecyclerView.ts31 get dataSource(): Array<TraceRowObject<any>> { method in TraceRowRecyclerView
35 set dataSource(value: Array<TraceRowObject<any>>) { method in TraceRowRecyclerView
/developtools/profiler/host/smartperf/ide/test/trace/bean/
DThreadStruct.test.ts24 const dataSource = { constant
DHeapStruct.test.ts25 const dataSource = { constant
/developtools/profiler/host/ohosprofiler/src/main/java/ohos/devtools/views/trace/component/
DScrollTablePanel.java46 private List<Object> dataSource = new ArrayList<>(); field in ScrollTablePanel
54 public ScrollTablePanel(String[] columns, ArrayList<Object> dataSource) { in ScrollTablePanel()
68 public void setColumnsAndData(String[] columns, ArrayList<Object> dataSource) { in setColumnsAndData()
DFTableModel.java30 private List<T> dataSource = new ArrayList<>(); field in FTableModel
DScrollSlicePanel.java51 private List<SliceData> dataSource; field in ScrollSlicePanel
78 public void setData(String title, List<SliceData> dataSource, WakeupBean wakeupBean) { in setData()
DAnalystPanel.java566 ArrayList<ScrollSlicePanel.SliceData> dataSource = new ArrayList<>(); in clickFunctionData() local
603 ArrayList<ScrollSlicePanel.SliceData> dataSource = new ArrayList<>(); in clickAsyncFunctionData() local
630 ArrayList<ScrollSlicePanel.SliceData> dataSource = new ArrayList<>(); in clickClockData() local
657 ArrayList<ScrollSlicePanel.SliceData> dataSource = new ArrayList<>(); in clickMemData() local
682 ArrayList<ScrollSlicePanel.SliceData> dataSource = new ArrayList<>(); in clickThreadData() local
721 ArrayList<ScrollSlicePanel.SliceData> dataSource = new ArrayList<>(); in clickCpuData() local
DTabLogTable.java161 private List<TraceLog> dataSource = new ArrayList<>(); field in TabLogTable.TableModel
/developtools/profiler/host/ohosprofiler/src/test/java/ohos/devtools/views/trace/component/
DScrollTablePanelTest.java37 ArrayList<Object> dataSource = new ArrayList<>(); in setColumnsAndData() local
DScrollSlicePanelTest.java40 List<ScrollSlicePanel.SliceData> dataSource = new ArrayList<>(); in setData() local
/developtools/profiler/host/ohosprofiler/src/main/java/ohos/devtools/datasources/databases/databasemanager/
DDataBaseManager.java115 DataSource dataSource = createDruidConnectionPool(dataBase); in initDefaultSql() local
230 DruidDataSource dataSource = new DruidDataSource(); in createDruidConnectionPool() local
/developtools/profiler/host/ohosprofiler/src/main/java/ohos/devtools/datasources/databases/databasepool/
DAbstractDataStore.java284 DataBaseApi dataSource = DataBaseApi.getInstance(); in createTable() local
300 DataBaseApi dataSource = DataBaseApi.getInstance(); in createTable() local
316 DataBaseApi dataSource = DataBaseApi.getInstance(); in createIndex() local
/developtools/profiler/host/ohosprofiler/src/main/java/ohos/devtools/views/applicationtrace/analysis/
DOtherFunctionSummaryPanel.java154 List<EventBean> dataSource = new ArrayList<>(); in getAppTraceData() local
168 List<EventBean> dataSource = new ArrayList<>(); in getPerfData() local
DStateTable.java55 public List<ThreadStateBean> dataSource = new ArrayList<>(); field in StateTable
DEventTable.java55 protected List<EventBean> dataSource = new ArrayList<>(); field in EventTable
/developtools/profiler/host/ohosprofiler/src/main/java/ohos/devtools/datasources/databases/databaseapi/
DDataBaseApi.java236 DataSource dataSource; in getPoolByDataBaseName() local
317 public boolean registerDataSource(String dataBaseName, DataSource dataSource) { in registerDataSource()
/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/table/
Dlit-table.ts179 get dataSource() { method in LitTable
183 set dataSource(value) { method in LitTable