Home
last modified time | relevance | path

Searched defs:connectType (Results 1 – 4 of 4) sorted by relevance

/developtools/profiler/host/ohosprofiler/src/main/resources/ohosresource/
Dinit.sql24 connectType varchar(100) not null, field
/developtools/profiler/host/ohosprofiler/src/main/java/ohos/devtools/datasources/utils/device/entity/
DDeviceIPPortInfo.java36 private String connectType = LayoutConstants.USB; field in DeviceIPPortInfo
94 public void setConnectType(String connectType) { in setConnectType()
/developtools/profiler/host/ohosprofiler/src/main/java/ohos/devtools/views/common/customcomp/
DCustomJLabel.java30 private String connectType; field in CustomJLabel
194 public void setConnectType(String connectType) { in setConnectType()
/developtools/profiler/host/ohosprofiler/src/main/java/ohos/devtools/datasources/utils/device/dao/
DDeviceDao.java176 String connectType = rs.getString("connectType"); in addDeviceIPPortInfoList() local
457 String connectType = rs.getString("connectType"); in getAllDeviceIPPortInfos() local
515 String connectType = rs.getString("connectType"); in getOnlineDeviceInfoList() local