Home
last modified time | relevance | path

Searched refs:DistributedDeviceProcessPanel (Results 1 – 4 of 4) sorted by relevance

/developtools/profiler/host/ohosprofiler/src/main/java/ohos/devtools/views/layout/
DDistributedDeviceProcessPanel.java41 public class DistributedDeviceProcessPanel extends JBPanel { class
42 private static final Logger LOGGER = LogManager.getLogger(DistributedDeviceProcessPanel.class);
54 …public DistributedDeviceProcessPanel(int deviceId, DeviceIPPortInfo deviceIPPortInfo, ProcessInfo … in DistributedDeviceProcessPanel() method in DistributedDeviceProcessPanel
79 public DistributedDeviceProcessPanel(int deviceId, DeviceIPPortInfo deviceIPPortInfo) { in DistributedDeviceProcessPanel() method in DistributedDeviceProcessPanel
104 public DistributedDeviceProcessPanel(int deviceId, boolean isDistributedPanel) { in DistributedDeviceProcessPanel() method in DistributedDeviceProcessPanel
DDistributedConfigPanel.java69 private DistributedDeviceProcessPanel firstDevice;
70 private DistributedDeviceProcessPanel secondDevice;
129 firstDevice = new DistributedDeviceProcessPanel(1, true); in initDevicePanel()
132 secondDevice = new DistributedDeviceProcessPanel(2, true); in initDevicePanel()
DApplicationConfigPanel.java81 private DistributedDeviceProcessPanel deviceProcess;
141 deviceProcess = new DistributedDeviceProcessPanel(1, false); in initCenterPanelItems()
143 deviceProcess = new DistributedDeviceProcessPanel(1, deviceInfoList.get(0)); in initCenterPanelItems()
/developtools/profiler/host/ohosprofiler/src/test/java/ohos/devtools/views/layout/
DDistributedDeviceProcessPanelTest.java50 new DistributedDeviceProcessPanel(10, false).refreshDeviceItem(deviceIPPortInfos); in refreshDeviceItemTest01()
65 Vector<DeviceIPPortInfo> list = new DistributedDeviceProcessPanel(10, false).getVector(); in getVectorTest01()