Home
last modified time | relevance | path

Searched defs:functionBeans (Results 1 – 2 of 2) sorted by relevance

/developtools/profiler/host/ohosprofiler/src/main/java/ohos/devtools/views/trace/fragment/
DThreadDataFragment.java260 ArrayList<FunctionBean> functionBeans = new ArrayList<>() { in loadData() local
304 …private FunctionDataFragment getFunctionDataFragment(ArrayList<FunctionBean> functionBeans, int ma… in getFunctionDataFragment()
DFunctionDataFragment.java52 public FunctionDataFragment(JComponent contentPanel, ArrayList<FunctionBean> functionBeans) { in FunctionDataFragment()