Home
last modified time | relevance | path

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

/developtools/profiler/host/smartperf/ide/src/trace/grpc/
DHiProfilerClient.ts28 public getProfilerClient(): ProfilerClient{ method in HiProfilerClient
DProfilerClient.ts68 public getProfilerClient(callback: any): any{ method in ProfilerClient
/developtools/profiler/host/ohosprofiler/src/main/java/ohos/devtools/datasources/transport/grpc/
DProfilerClient.java89 public IProfilerServiceGrpc.IProfilerServiceBlockingStub getProfilerClient() { in getProfilerClient() method in ProfilerClient
DHiProfilerClient.java102 public ProfilerClient getProfilerClient(String ip, int port, ManagedChannel channel) { in getProfilerClient() method in HiProfilerClient
126 public ProfilerClient getProfilerClient(String ip, int port) { in getProfilerClient() method in HiProfilerClient