Home
last modified time | relevance | path

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

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