Home
last modified time | relevance | path

Searched defs:port (Results 1 – 25 of 28) sorted by relevance

12

/developtools/profiler/host/ohosprofiler/src/main/java/ohos/devtools/datasources/transport/grpc/
DHiProfilerClient.java102 public ProfilerClient getProfilerClient(String ip, int port, ManagedChannel channel) { in getProfilerClient()
126 public ProfilerClient getProfilerClient(String ip, int port) { in getProfilerClient()
149 public boolean destroyProfiler(String ip, int port) { in destroyProfiler()
173 … public ProfilerServiceTypes.CreateSessionResponse requestCreateSession(String deviceIp, int port, in requestCreateSession()
203 public int processListCreateSession(int port, String name, int pid, boolean reportProcessTree, in processListCreateSession()
266 public boolean requestStartSession(String deviceIp, int port, int sessionId) { in requestStartSession()
276 private boolean requestStartSession(String deviceIp, int port, int sessionId, int retryCount) { in requestStartSession()
305 public boolean requestStopSession(String deviceIp, int port, int sessionId, boolean isForce) { in requestStopSession()
315 private boolean requestStopSession(String deviceIp, int port, int sessionId) { in requestStopSession()
343 public boolean requestDestroySession(String deviceIp, int port, int sessionId) { in requestDestroySession()
[all …]
DProfilerClient.java48 private int port; field in ProfilerClient
58 public ProfilerClient(String host, int port) { in ProfilerClient()
69 public ProfilerClient(String host, int port, ManagedChannel channel) { in ProfilerClient()
/developtools/profiler/host/smartperf/ide/src/trace/grpc/
DProfilerController.ts23 get port(): string | number | undefined { method in ClientContainer
27 set port(value: string | number | undefined) { method in ClientContainer
89 port: string | number; property
DProfilerClient.ts115 port: string | number; property
/developtools/hdc_standard/src/host/
Dtranslate.cpp126 int port = std::stoi(sport); in TargetConnect() local
172 int port = atoi(input + strlen("tmode port ")); in RunMode() local
Dhost_tcp.cpp37 int port = 0; in RecvUDPEntry() local
126 uint16_t port = 0; in ConnectDaemon() local
Dmain.cpp222 int port = atoi(buf); in ParseServerListenString() local
239 int port = atoi(p + 1); in ParseServerListenString() local
346 int port; in InitServerAddr() local
Dhost_uart.cpp135 std::string port; in EnumSerialPort() local
188 string port = "/dev/" + string(p->d_name); in EnumSerialPort() local
533 for (const auto &port : serialPortInfo) { in WatchUartDevPlugin() local
542 for (const auto &port : serialPortRemoved) { in WatchUartDevPlugin() local
Dclient.cpp157 uint16_t port = 0; in ExecuteCommand() local
184 int HdcClient::ConnectServerForClient(const char *ip, uint16_t port) in ConnectServerForClient()
/developtools/profiler/host/ohosprofiler/src/main/resources/ohosresource/
Dinit.sql28 port int not null, field
/developtools/profiler/host/ohosprofiler/src/main/java/ohos/devtools/datasources/utils/device/entity/
DDeviceIPPortInfo.java34 private int port; field in DeviceIPPortInfo
78 public void setPort(int port) { in setPort()
/developtools/profiler/host/ohosprofiler/src/main/java/ohos/devtools/datasources/utils/device/dao/
DDeviceDao.java182 int port = rs.getInt("port"); in addDeviceIPPortInfoList() local
331 public boolean updateDeviceInfo(String ip, int port, int forwardPort, String deviceId) { in updateDeviceInfo()
459 int port = rs.getInt("port"); in getAllDeviceIPPortInfos() local
517 int port = rs.getInt("port"); in getOnlineDeviceInfoList() local
/developtools/profiler/host/smartperf/trace_streamer/src/protos/types/plugins/ftrace_data/
Dsunrpc.proto210 string port = 4; field
218 string port = 4; field
226 string port = 4; field
234 string port = 4; field
240 string port = 2; field
/developtools/profiler/protos/types/plugins/ftrace_data/
Dsunrpc.proto210 string port = 4; field
218 string port = 4; field
226 string port = 4; field
234 string port = 4; field
240 string port = 2; field
/developtools/profiler/host/smartperf/trace_streamer/src/rpc/
Dhttp_server.cpp55 void HttpServer::Run(int port) in Run()
114 void HttpServer::Run(int port) in Run()
165 bool HttpServer::CreateSocket(int port) in CreateSocket()
Dhttp_socket.cpp61 bool HttpSocket::Bind(int port) in Bind()
/developtools/profiler/host/ohosprofiler/src/main/java/ohos/devtools/datasources/utils/device/service/
DDeviceForwardPort.java99 public boolean forwardDevicePort(DeviceIPPortInfo deviceIPPortInfo, int port) { in forwardDevicePort()
DMultiDeviceManager.java526 int port; in isServiceCapability() local
/developtools/ace-ets2bundle/compiler/server/
Dbuild_pipe_server.js55 function init(port) { argument
66 port: port, property
/developtools/profiler/host/ohosprofiler/src/main/java/ohos/devtools/datasources/utils/process/service/
DProcessManager.java140 public int processListCreateSession(int port, String name, int pid, boolean reportProcessTree, in processListCreateSession()
/developtools/hdc_standard/src/daemon/
Ddaemon_unity.cpp188 const char *port = cmd + 5; in SetDeviceRunMode() local
/developtools/profiler/host/smartperf/trace_streamer/src/
Dmain.cpp187 int port = 9001; member
/developtools/hdc_standard/src/common/
Dforward.cpp292 int port = atoi(as[1].c_str()); in CheckNodeInfo() local
352 int port = atoi(sNodeCfg.c_str()); in SetupTCPPoint() local
Dchannel.cpp67 string port = addrString.substr(found + 1); in SetChannelTCPString() local
/developtools/ace-ets2bundle/compiler/
Dwebpack.config.js378 let port; variable

12