Home
last modified time | relevance | path

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

/developtools/profiler/host/ohosprofiler/src/test/java/ohos/devtools/datasources/transport/grpc/
DHiprofilerClientTest.java124 ProfilerClient client = HiProfilerClient.getInstance().getProfilerClient(IP, secondPort); in getProfilerClientTest02() local
140 ProfilerClient client = HiProfilerClient.getInstance().getProfilerClient(IP, secondPort); in getProfilerClientTest03() local
285 … ProfilerClient client = HiProfilerClient.getInstance().getProfilerClient(IP, 55835, channel); in getCapabilitiesTest01() local
324 ProfilerClient client = HiProfilerClient.getInstance().getProfilerClient(IP, 0, channel); in getCapabilitiesTest02() local
358 … ProfilerClient client = HiProfilerClient.getInstance().getProfilerClient(IP, 10001, channel); in getCapabilitiesTest03() local
393 ProfilerClient client = HiProfilerClient.getInstance().getProfilerClient(IP, -1, channel); in getCapabilitiesTest04() local
435 … ProfilerClient client = HiProfilerClient.getInstance().getProfilerClient(IP, 11004, channel); in getCapabilitiesTest05() local
825 … ProfilerClient client = HiProfilerClient.getInstance().getProfilerClient(IP, 10009, channel); in requestStartSessionTest01() local
857 … ProfilerClient client = HiProfilerClient.getInstance().getProfilerClient(IP, 11103, channel); in requestStartSessionTest02() local
889 … ProfilerClient client = HiProfilerClient.getInstance().getProfilerClient(IP, 65536, channel); in requestStartSessionTest03() local
[all …]
DHiprofilerClientOverTime.java106 … ProfilerClient client = HiProfilerClient.getInstance().getProfilerClient(IP, thirdPort, channel); in getCapabilitiesOvertimeTest06() local
177 … ProfilerClient client = HiProfilerClient.getInstance().getProfilerClient(IP, 10005, channel); in requestDestroySessionOvertimeTest06() local
214 … ProfilerClient client = HiProfilerClient.getInstance().getProfilerClient(IP, 65529, channel); in requestStartSessionOvertimeTest06() local
248 … ProfilerClient client = HiProfilerClient.getInstance().getProfilerClient(IP, 65530, channel); in requestStopSessionOvertimeTest06() local
/developtools/profiler/host/ohosprofiler/src/main/java/ohos/devtools/datasources/transport/grpc/
DHiProfilerClient.java160 ProfilerClient client = profilerClientMap.get(mapKey); in destroyProfiler() local
181 ProfilerClient client = getProfilerClient(deviceIp, port); in requestCreateSession() local
224 ProfilerClient client = getProfilerClient("", port); in processListCreateSession() local
283 ProfilerClient client = getProfilerClient(deviceIp, port); in requestStartSession() local
319 ProfilerClient client = getProfilerClient(deviceIp, port); in requestStopSession() local
357 ProfilerClient client = getProfilerClient(deviceIp, port); in requestDestroySession() local
390 ProfilerClient client = getProfilerClient(deviceIp, port); in fetchProcessData() local
486 ProfilerClient client = getProfilerClient(deviceIp, port); in getCapabilities() local
530 ProfilerClient client = getProfilerClient(deviceIp, port); in keepSession() local
550 …ndleGrpcInterface(StatusRuntimeException statusRuntimeException, int port, ProfilerClient client) { in handleGrpcInterface()
DSystemTraceHelper.java308 ProfilerClient client = in stopSession() local
/developtools/profiler/host/smartperf/ide/src/trace/grpc/
DHiProfilerClient.ts7 get client(): ProfilerClient { method in HiProfilerClient
11 set client(value: ProfilerClient) { method in HiProfilerClient
DProfilerClient.ts28 get client(): any { method in ProfilerClient
32 set client(value: any) { method in ProfilerClient
/developtools/profiler/host/smartperf/trace_streamer/src/rpc/
Dhttp_server.cpp92 std::unique_ptr<ClientThread> client = std::make_unique<ClientThread>(); in Run() local
135 std::unique_ptr<ClientThread> client = std::make_unique<ClientThread>(); in Run() local
200 void HttpServer::ProcessClient(HttpSocket& client) in ProcessClient()
254 void HttpServer::ProcessClient(HttpSocket& client) in ProcessClient()
295 void HttpServer::ProcessRequest(HttpSocket& client, RequestST& request) in ProcessRequest()
407 void HttpServer::HttpResponse(HttpSocket& client, const std::string& status, bool hasBody) in HttpResponse()
Dhttp_socket.cpp105 bool HttpSocket::Accept(HttpSocket& client) in Accept()
/developtools/profiler/host/ohosprofiler/src/test/java/ohos/devtools/datasources/utils/session/service/
DSessionManagerTest.java485 ProfilerClient client = HiProfilerClient.getInstance().getProfilerClient("", 3333, channel); in testFetchData05() local
563 ProfilerClient client = HiProfilerClient.getInstance().getProfilerClient("", 3333, channel); in testEndSession05() local
595 ProfilerClient client = HiProfilerClient.getInstance().getProfilerClient("", 3333, channel); in testDeleteSession02() local
720 ProfilerClient client = HiProfilerClient.getInstance().getProfilerClient("", 3333, channel); in testSaveSessionDataToFile05() local
847 ProfilerClient client = HiProfilerClient.getInstance().getProfilerClient("", 3333, channel); in testDeleteLocalSession() local
864 ProfilerClient client = HiProfilerClient.getInstance().getProfilerClient("", 3333, channel); in testStopAllSession() local
/developtools/hdc_standard/src/test/
Dut_mod.cpp167 auto funcOnRead = [](uv_stream_t *client, ssize_t nread, const uv_buf_t *buf) -> void { in UtForwardWaiter()
178 uv_tcp_t *client = new uv_tcp_t(); in UtForwardWaiter() local
202 bool UtForwardConnect(uv_loop_t *loop, uv_tcp_t *client, uv_tcp_t *server) in UtForwardConnect()
239 uv_tcp_t client; in TestForwardExternThread() local
Dut_command.cpp32 HdcClient client(false, debugServerPort, &loopMain); in TestRunClient() local
/developtools/profiler/host/ohosprofiler/src/test/java/ohos/devtools/datasources/utils/datahandler/datapoller/
DDataPollerTest.java115 … ProfilerClient client = HiProfilerClient.getInstance().getProfilerClient("", 11007, channel); in dataPollerTest() local
/developtools/profiler/host/ohosprofiler/src/test/java/ohos/devtools/datasources/utils/trace/service/
DSystemTraceHelperTest.java165 … ProfilerClient client = HiProfilerClient.getInstance().getProfilerClient("", 65531, commchannel); in createSessionByTraceRequestTest() local
199 … ProfilerClient client = HiProfilerClient.getInstance().getProfilerClient("", 65532, channel); in stopAndDestroySessionTest() local
/developtools/hdc_standard/src/host/
Dhost_tcp.cpp70 uv_udp_t client; in BroadcatFindDaemon() local
Dmain.cpp175 HdcClient client(false, serverListenString, &loopMain); in RunClientMode() local
/developtools/profiler/host/ohosprofiler/src/main/java/ohos/devtools/datasources/utils/process/service/
DProcessManager.java161 ProfilerClient client = HiProfilerClient.getInstance().getProfilerClient("", port); in processListCreateSession() local
/developtools/hdc_standard/src/test/jdwp/
DHdcJdwpSimulator.cpp96 void HdcJdwpSimulator::ProcessIncoming(uv_stream_t *client, ssize_t nread, const uv_buf_t *buf) in ProcessIncoming()
/developtools/hdc_standard/src/common/
Dforward.cpp54 void HdcForwardBase::OnAccept(uv_stream_t *server, HCtxForward ctxClient, uv_stream_t *client) in OnAccept()
87 uv_stream_t *client = nullptr; in ListenCallback() local