Home
last modified time | relevance | path

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

/developtools/profiler/host/ohosprofiler/src/test/java/ohos/devtools/datasources/transport/grpc/
DProfilerClientTest.java165 ProfilerClient profilerClient = new ProfilerClient(ip, port, channel); in getCapabilitiesTest01() local
182 ProfilerClient profilerClient = new ProfilerClient(ip, port, channel); in getCapabilitiesTest02() local
199 ProfilerClient profilerClient = new ProfilerClient(ip, 0, channel); in getCapabilitiesTest03() local
216 ProfilerClient profilerClient = new ProfilerClient(null, -1, channel); in getCapabilitiesTest04() local
233 ProfilerClient profilerClient = new ProfilerClient(null, port, channel); in getCapabilitiesTest05() local
250 ProfilerClient profilerClient = new ProfilerClient(ip, port, channel); in createSessionTest01() local
282 ProfilerClient profilerClient = new ProfilerClient(ip, port, channel); in createSessionTest02() local
298 ProfilerClient profilerClient = new ProfilerClient(ip, -1, channel); in createSessionTest03() local
330 ProfilerClient profilerClient = new ProfilerClient(null, port, channel); in createSessionTest04() local
346 ProfilerClient profilerClient = new ProfilerClient(ip, 0, channel); in createSessionTest05() local
[all …]
DHiprofilerClientTest.java108 … ProfilerClient profilerClient = HiProfilerClient.getInstance().getProfilerClient(IP, firstPort); in getProfilerClientTest01() local
123 … ProfilerClient profilerClient = HiProfilerClient.getInstance().getProfilerClient(IP, firstPort); in getProfilerClientTest02() local
139 … ProfilerClient profilerClient = HiProfilerClient.getInstance().getProfilerClient(IP, secondPort); in getProfilerClientTest03() local
155 ProfilerClient profilerClient = HiProfilerClient.getInstance().getProfilerClient(IP, -1); in getProfilerClientTest04() local
170 ProfilerClient profilerClient = HiProfilerClient.getInstance().getProfilerClient(IP, 0); in getProfilerClientTest05() local
/developtools/profiler/host/ohosprofiler/src/test/java/ohos/
DDataCheckConsumerTest.java121 ProfilerClient profilerClient = HiProfilerClient.getInstance() in dataCheckHandleTest() local
/developtools/profiler/host/ohosprofiler/src/test/java/ohos/devtools/datasources/utils/datahandler/datapoller/
DDataCheckConsumerTest.java100 ProfilerClient profilerClient = HiProfilerClient.getInstance() in dataCheckHandleTest() local
/developtools/profiler/host/ohosprofiler/src/main/java/ohos/devtools/datasources/transport/grpc/
DHiProfilerClient.java111 ProfilerClient profilerClient = null; in getProfilerClient() local
135 ProfilerClient profilerClient = new ProfilerClient(IP, port); in getProfilerClient() local