Home
last modified time | relevance | path

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

/developtools/profiler/host/ohosprofiler/src/main/java/ohos/devtools/views/distributed/util/
DDistributedCache.java101 private static Map<Integer, String> threadNamesB = new HashMap<>(); field in DistributedCache
148 public static void setThreadNamesB(Map<Integer, String> threadNamesB) { in setThreadNamesB()