| /developtools/profiler/host/ohosprofiler/src/test/java/ohos/devtools/datasources/transport/grpc/ |
| D | HiprofilerClientTest.java | 124 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 …]
|
| D | HiprofilerClientOverTime.java | 106 … 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/ |
| D | HiProfilerClient.java | 160 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()
|
| D | SystemTraceHelper.java | 308 ProfilerClient client = in stopSession() local
|
| /developtools/profiler/host/smartperf/ide/src/trace/grpc/ |
| D | HiProfilerClient.ts | 7 get client(): ProfilerClient { method in HiProfilerClient 11 set client(value: ProfilerClient) { method in HiProfilerClient
|
| D | ProfilerClient.ts | 28 get client(): any { method in ProfilerClient 32 set client(value: any) { method in ProfilerClient
|
| /developtools/profiler/host/smartperf/trace_streamer/src/rpc/ |
| D | http_server.cpp | 92 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()
|
| D | http_socket.cpp | 105 bool HttpSocket::Accept(HttpSocket& client) in Accept()
|
| /developtools/profiler/host/ohosprofiler/src/test/java/ohos/devtools/datasources/utils/session/service/ |
| D | SessionManagerTest.java | 485 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/ |
| D | ut_mod.cpp | 167 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
|
| D | ut_command.cpp | 32 HdcClient client(false, debugServerPort, &loopMain); in TestRunClient() local
|
| /developtools/profiler/host/ohosprofiler/src/test/java/ohos/devtools/datasources/utils/datahandler/datapoller/ |
| D | DataPollerTest.java | 115 … ProfilerClient client = HiProfilerClient.getInstance().getProfilerClient("", 11007, channel); in dataPollerTest() local
|
| /developtools/profiler/host/ohosprofiler/src/test/java/ohos/devtools/datasources/utils/trace/service/ |
| D | SystemTraceHelperTest.java | 165 … 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/ |
| D | host_tcp.cpp | 70 uv_udp_t client; in BroadcatFindDaemon() local
|
| D | main.cpp | 175 HdcClient client(false, serverListenString, &loopMain); in RunClientMode() local
|
| /developtools/profiler/host/ohosprofiler/src/main/java/ohos/devtools/datasources/utils/process/service/ |
| D | ProcessManager.java | 161 ProfilerClient client = HiProfilerClient.getInstance().getProfilerClient("", port); in processListCreateSession() local
|
| /developtools/hdc_standard/src/test/jdwp/ |
| D | HdcJdwpSimulator.cpp | 96 void HdcJdwpSimulator::ProcessIncoming(uv_stream_t *client, ssize_t nread, const uv_buf_t *buf) in ProcessIncoming()
|
| /developtools/hdc_standard/src/common/ |
| D | forward.cpp | 54 void HdcForwardBase::OnAccept(uv_stream_t *server, HCtxForward ctxClient, uv_stream_t *client) in OnAccept() 87 uv_stream_t *client = nullptr; in ListenCallback() local
|