Searched refs:DistributedDeviceProcessPanel (Results 1 – 4 of 4) sorted by relevance
| /developtools/profiler/host/ohosprofiler/src/main/java/ohos/devtools/views/layout/ |
| D | DistributedDeviceProcessPanel.java | 41 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
|
| D | DistributedConfigPanel.java | 69 private DistributedDeviceProcessPanel firstDevice; 70 private DistributedDeviceProcessPanel secondDevice; 129 firstDevice = new DistributedDeviceProcessPanel(1, true); in initDevicePanel() 132 secondDevice = new DistributedDeviceProcessPanel(2, true); in initDevicePanel()
|
| D | ApplicationConfigPanel.java | 81 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/ |
| D | DistributedDeviceProcessPanelTest.java | 50 new DistributedDeviceProcessPanel(10, false).refreshDeviceItem(deviceIPPortInfos); in refreshDeviceItemTest01() 65 Vector<DeviceIPPortInfo> list = new DistributedDeviceProcessPanel(10, false).getVector(); in getVectorTest01()
|