Searched defs:cardName (Results 1 – 3 of 3) sorted by relevance
| /developtools/profiler/host/ohosprofiler/src/main/java/ohos/devtools/views/layout/chartview/ |
| D | TaskScenePanelChart.java | 788 String cardName; in createSessionList() local 848 String cardName = ""; in handImportScene() local 880 …reateImportTrace(File selectedFile, CustomJLabel hosJLabel, JBPanel jcardsPanel, String cardName) { in createImportTrace() 950 … private void createImportSystemTrace(String cardName, CustomJLabel hosJLabel, File selectedFile) { in createImportSystemTrace() 966 String cardName) { in loadTrace() 1014 String cardName) { in addOptionJPanel() 1057 …private void loadPerf(File selectedFile, String readLineStr, String cardName, PerfTracePanel compo… in loadPerf() 1232 …te void createNativeHook(long sessionId, CustomJLabel labelSave, boolean isOnline, String cardName, in createNativeHook() 1244 …d createImportNativeHook(long sessionId, CustomJLabel labelSave, boolean isOnline, String cardName, in createImportNativeHook()
|
| /developtools/profiler/host/ohosprofiler/src/main/java/ohos/devtools/views/common/customcomp/ |
| D | CustomJLabel.java | 36 private String cardName; field in CustomJLabel 248 public void setCardName(String cardName) { in setCardName()
|
| /developtools/profiler/host/ohosprofiler/src/main/java/ohos/devtools/views/layout/utils/ |
| D | OpenFileDialogUtils.java | 553 String cardName = "Trace" + sessionId; in addOptionJPanel() local 580 taskScenePanelChart.getCardLayout().show(taskScenePanelChart.getCards(), cardName); in addOptionJPanel() local
|