Home
last modified time | relevance | path

Searched refs:getDeviceName (Results 1 – 20 of 20) sorted by relevance

/developtools/profiler/host/ohosprofiler/src/main/java/ohos/devtools/services/distribute/
DDistributedManager.java315 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/
DCustomJButton.java103 public String getDeviceName() { in getDeviceName() method in CustomJButton
DCustomJLabel.java149 public String getDeviceName() { in getDeviceName() method in CustomJLabel
/developtools/profiler/host/ohosprofiler/src/main/java/ohos/devtools/views/hilog/
DHiLogBean.java80 public String getDeviceName() { in getDeviceName() method in HiLogBean
DHiLogPanel.java500 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/
DDeviceProcessInfo.java41 public String getDeviceName() { in getDeviceName() method in DeviceProcessInfo
DDeviceIPPortInfo.java50 public String getDeviceName() { in getDeviceName() method in DeviceIPPortInfo
/developtools/profiler/host/ohosprofiler/src/main/java/ohos/devtools/datasources/databases/datatable/
DLogTable.java94 pst.setString(1, hiLogBean.getDeviceName()); in insertLogInfoBatch()
/developtools/profiler/host/ohosprofiler/src/main/java/ohos/devtools/views/layout/
DApplicationConfigPanel.java295 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()
DDistributedConfigPanel.java417 …builder.append(deviceIPPortInfo.getDeviceName()).append("_").append(deviceIPPortInfo.getDeviceID()… in compareWithVector()
424 … String map1KeyVal = deviceIPPortInfo.getDeviceName() + "_" + deviceIPPortInfo.getDeviceID(); in compareWithVector()
DSystemConfigPanel.java1051 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/
DDeviceProcessPanelEvent.java115 if (deviceInfo.getDeviceName() in itemStateChanged()
171 items.add(deviceInfo.getDeviceName()); in devicesInfoJComboBoxUpdate()
273 if (deviceInfo.getDeviceName() in openProcessList()
DTaskScenePanelChartEvent.java532 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/
DTaskScenePanelChart.java420 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/
DExportFileChooserDialog.java141 deviceProcessInfo.setDeviceName(jButton.getDeviceName()); in saveDataToFile()
DSaveTraceDialog.java150 deviceProcessInfo.setDeviceName(btn.getDeviceName()); in customDialogWrapper()
/developtools/profiler/host/ohosprofiler/src/main/java/ohos/devtools/datasources/utils/device/dao/
DDeviceDao.java77 ps.setString(2, info.getDeviceName()); in insertDeviceIPPortInfo()
/developtools/profiler/host/ohosprofiler/src/main/java/ohos/devtools/views/layout/utils/
DOpenFileDialogUtils.java404 hosJLabel.setDeviceName(deviceInfo.getDeviceName()); in getCustomJLabel()
/developtools/profiler/host/ohosprofiler/src/main/java/ohos/devtools/datasources/transport/grpc/
DSystemTraceHelper.java835 return "KEEP" + deviceIPPortInfo.getDeviceName() + sessionId; in getKeepSessionName()
/developtools/profiler/host/ohosprofiler/src/main/java/ohos/devtools/datasources/utils/session/service/
DSessionManager.java512 return "KEEP" + deviceIPPortInfo.getDeviceName() + sessionId; in getKeepSessionName()