Home
last modified time | relevance | path

Searched defs:currentType (Results 1 – 3 of 3) sorted by relevance

/developtools/profiler/host/ohosprofiler/src/main/java/ohos/devtools/views/distributed/bean/
DDistributedFuncBean.java75 private BeanDataType currentType; field in DistributedFuncBean
382 public void setCurrentType(BeanDataType currentType) { in setCurrentType()
DDetailBean.java41 private DistributedFuncBean.BeanDataType currentType; field in DetailBean
445 public void setCurrentType(DistributedFuncBean.BeanDataType currentType) { in setCurrentType()
/developtools/profiler/host/ohosprofiler/src/test/java/ohos/devtools/views/distributed/bean/
DDistributedFuncBeanTest.java351 DistributedFuncBean.BeanDataType currentType = DistributedFuncBean.BeanDataType.TYPE_A; in getCurrentType() local
358 DistributedFuncBean.BeanDataType currentType = DistributedFuncBean.BeanDataType.TYPE_A; in setCurrentType() local