/developtools/profiler/host/ohosprofiler/src/main/java/ohos/devtools/services/distribute/ |
D | DistributedManager.java | 315 return new DistributedParams.Builder().setDeviceNameA(deviceIPPortInfo.getDeviceName()) in getDistributedParams() 316 .setDeviceNameB(secondDeviceIPPortInfo.getDeviceName()) in getDistributedParams() 321 return new DistributedParams.Builder().setDeviceNameA(deviceIPPortInfo.getDeviceName()) in getDistributedParams() 322 .setDeviceNameB(secondDeviceIPPortInfo.getDeviceName()) in getDistributedParams() 350 return deviceIPPortInfo.getDeviceName() + pid + ".bytrace"; in getTraceFile() 371 return deviceIPPortInfo.getDeviceName() + pid + ".db"; in getTraceDBName()
|
/developtools/profiler/host/ohosprofiler/src/main/java/ohos/devtools/views/common/customcomp/ |
D | CustomJButton.java | 103 public String getDeviceName() { in getDeviceName() method in CustomJButton
|
D | CustomJLabel.java | 149 public String getDeviceName() { in getDeviceName() method in CustomJLabel
|
/developtools/profiler/host/ohosprofiler/src/main/java/ohos/devtools/views/hilog/ |
D | HiLogBean.java | 80 public String getDeviceName() { in getDeviceName() method in HiLogBean
|
D | HiLogPanel.java | 500 QuartzManager.getInstance().deleteExecutor(desSelectDevice.getDeviceName()); in boxAddListener() 633 QuartzManager.getInstance().addExecutor(selectDevice.getDeviceName(), new Runnable() { in getHilog() 651 QuartzManager.getInstance().startExecutor(selectDevice.getDeviceName(), 0, PERIOD); in getHilog() 765 hiLogBean.setDeviceName(selectDevice.getDeviceName()); in addLogDataToQueue() 823 if (deviceInfo.getDeviceName().equals(deviceName)) { in getSelectDevice() 842 items.add(deviceInfo.getDeviceName()); in pollingGetDevices() 886 QuartzManager.getInstance().deleteExecutor(selectDevice.getDeviceName()); in mouseClicked()
|
/developtools/profiler/host/ohosprofiler/src/main/java/ohos/devtools/datasources/utils/device/entity/ |
D | DeviceProcessInfo.java | 41 public String getDeviceName() { in getDeviceName() method in DeviceProcessInfo
|
D | DeviceIPPortInfo.java | 50 public String getDeviceName() { in getDeviceName() method in DeviceIPPortInfo
|
/developtools/profiler/host/ohosprofiler/src/main/java/ohos/devtools/datasources/databases/datatable/ |
D | LogTable.java | 94 pst.setString(1, hiLogBean.getDeviceName()); in insertLogInfoBatch()
|
/developtools/profiler/host/ohosprofiler/src/main/java/ohos/devtools/views/layout/ |
D | ApplicationConfigPanel.java | 295 hosJLabel.setDeviceName(deviceInfo.getDeviceName()); in startCollecting() 376 …builder.append(deviceIPPortInfo.getDeviceName()).append("_").append(deviceIPPortInfo.getDeviceID()… in compareWithVector() 383 … String map1KeyVal = deviceIPPortInfo.getDeviceName() + "_" + deviceIPPortInfo.getDeviceID(); in compareWithVector()
|
D | DistributedConfigPanel.java | 417 …builder.append(deviceIPPortInfo.getDeviceName()).append("_").append(deviceIPPortInfo.getDeviceID()… in compareWithVector() 424 … String map1KeyVal = deviceIPPortInfo.getDeviceName() + "_" + deviceIPPortInfo.getDeviceID(); in compareWithVector()
|
D | SystemConfigPanel.java | 1051 items.add(deviceInfo.getDeviceName()); in addDeviceRefresh() 1057 if (deviceIPInfo.getDeviceName().equals(deviceComboBox.getSelectedItem())) { in addDeviceRefresh() 1245 if (deviceIPInfo.getDeviceName().equals(deviceComboBox.getSelectedItem())) { in itemStateChanged()
|
/developtools/profiler/host/ohosprofiler/src/main/java/ohos/devtools/views/layout/event/ |
D | DeviceProcessPanelEvent.java | 115 if (deviceInfo.getDeviceName() in itemStateChanged() 171 items.add(deviceInfo.getDeviceName()); in devicesInfoJComboBoxUpdate() 273 if (deviceInfo.getDeviceName() in openProcessList()
|
D | TaskScenePanelChartEvent.java | 532 taskScenePanelChart.getjButtonSave().setDeviceName(jLabelRight.getDeviceName()); in bindSessionId() 535 taskScenePanelChart.getJButtonDelete().setDeviceName(jLabelRight.getDeviceName()); in bindSessionId()
|
/developtools/profiler/host/ohosprofiler/src/main/java/ohos/devtools/views/layout/chartview/ |
D | TaskScenePanelChart.java | 420 jButtonSave.setDeviceName(hosJLabel.getDeviceName()); in chartDisplay() 423 jButtonDelete.setDeviceName(hosJLabel.getDeviceName()); in chartDisplay() 485 jLabelRight.setDeviceName(hosJLabel.getDeviceName()); in setTaskLoop() 512 … String jLabelSelect = hosJLabel.getProcessName() + "(" + hosJLabel.getDeviceName() + ")"; in setTaskLoop() 540 .getDeviceName() + ")" + "</p><html>"; in getLabelText() 746 … jLabelSetting = new JBLabel(hosJLabel.getProcessName() + "(" + hosJLabel.getDeviceName() + ")"); in setLayAttributes() 943 hosJLabel.setDeviceName(deviceInfo.getDeviceName()); in buildHosLabel()
|
/developtools/profiler/host/ohosprofiler/src/main/java/ohos/devtools/views/layout/dialog/ |
D | ExportFileChooserDialog.java | 141 deviceProcessInfo.setDeviceName(jButton.getDeviceName()); in saveDataToFile()
|
D | SaveTraceDialog.java | 150 deviceProcessInfo.setDeviceName(btn.getDeviceName()); in customDialogWrapper()
|
/developtools/profiler/host/ohosprofiler/src/main/java/ohos/devtools/datasources/utils/device/dao/ |
D | DeviceDao.java | 77 ps.setString(2, info.getDeviceName()); in insertDeviceIPPortInfo()
|
/developtools/profiler/host/ohosprofiler/src/main/java/ohos/devtools/views/layout/utils/ |
D | OpenFileDialogUtils.java | 404 hosJLabel.setDeviceName(deviceInfo.getDeviceName()); in getCustomJLabel()
|
/developtools/profiler/host/ohosprofiler/src/main/java/ohos/devtools/datasources/transport/grpc/ |
D | SystemTraceHelper.java | 835 return "KEEP" + deviceIPPortInfo.getDeviceName() + sessionId; in getKeepSessionName()
|
/developtools/profiler/host/ohosprofiler/src/main/java/ohos/devtools/datasources/utils/session/service/ |
D | SessionManager.java | 512 return "KEEP" + deviceIPPortInfo.getDeviceName() + sessionId; in getKeepSessionName()
|