Home
last modified time | relevance | path

Searched defs:labelSave (Results 1 – 3 of 3) sorted by relevance

/developtools/profiler/host/ohosprofiler/src/main/java/ohos/devtools/views/layout/chartview/memory/nativehook/
DNativeHookPanel.java87 private CustomJLabel labelSave; field in NativeHookPanel
109 public void load(long sessionId, CustomJLabel labelSave, boolean isOnline, String filePath) { in load()
/developtools/profiler/host/ohosprofiler/src/main/java/ohos/devtools/views/layout/chartview/
DTaskScenePanelChart.java770 CustomJLabel labelSave = new CustomJLabel(); in createSessionList() local
1138 …public void addDump(String name, String startTime, CustomJLabel labelSave, SubSessionListJBPanel s… in addDump()
1188 …public void addImportFile(String name, CustomJLabel labelSave, SubSessionListJBPanel sessionListPa… in addImportFile()
1232 …private void createNativeHook(long sessionId, CustomJLabel labelSave, boolean isOnline, String car… in createNativeHook()
1244 …private void createImportNativeHook(long sessionId, CustomJLabel labelSave, boolean isOnline, Stri… in createImportNativeHook()
/developtools/profiler/host/ohosprofiler/src/main/java/ohos/devtools/views/layout/event/
DTaskScenePanelChartEvent.java219 public void saveButtonAddClick(CustomJLabel labelSave, String name) { in saveButtonAddClick()