Home
last modified time | relevance | path

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

12

/developtools/smartperf_host/ide/src/trace/grpc/
DProfilerController.ts20 get port(): string | number | undefined { method in ClientVessel
24 set port(value: string | number | undefined) { method in ClientVessel
61 port: string | number; property
DProfilerClient.ts115 port: string | number; property
/developtools/integration_verification/DeployDevice/src/aw/poweronoff/
Dserial_power_on_off.py7 def __init__(self, ip, port, timeout=10, encoding="GBK"): argument
108 def serialPowerOnOff(ip, port, index, power, user='Administrator', password=''): argument
164 def usbPowerOnOff(ip, port, index, power): argument
213 def usbPowerOnOffV2(ip, port, index, power): argument
/developtools/hdc/src/host/
Dtranslate.cpp217 int port = std::stoi(sport); in TargetConnect() local
270 int port = atoi(input + strlen("tmode port ")); in RunMode() local
Dhost_tcp.cpp37 int port = 0; in RecvUDPEntry() local
128 uint16_t port = 0; in ConnectDaemon() local
Dmain.cpp249 int port = atoi(buf); in ParseServerListenString() local
266 int port = atoi(p + 1); in ParseServerListenString() local
388 int port; in InitServerAddr() local
Dhost_uart.cpp138 std::string port; in EnumSerialPort() local
196 string port = "/dev/" + string(p->d_name); in EnumSerialPort() local
541 for (const auto &port : serialPortInfo) { in EnumSerialPort() local
550 for (const auto &port : serialPortRemoved) { in EnumSerialPort() local
Dclient.cpp309 uint16_t port = 0; in ExecuteCommand() local
351 int HdcClient::ConnectServerForClient(const char *ip, uint16_t port) in ConnectServerForClient()
/developtools/profiler/protos/types/plugins/ftrace_data/default/
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/smartperf_host/trace_streamer/src/protos/types/plugins/ftrace_data/default/
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/smartperf_host/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/host/smartperf/client/client_ui/entry/src/main/ets/workers/
Dworker.js27 port: 8282 property
33 port: 8283 property
/developtools/packing_tool/adapter/ohos/
DUriInfo.java33 public String port = ""; field in UriInfo
/developtools/hdc/hdc_rust/src/daemon/
Ddaemon_unity.rs183 let port = &str[config::PREFIX_PORT.len()..]; in set_device_mode() localVariable
184 let port = in set_device_mode() localVariable
/developtools/integration_verification/tools/fotff/utils/
Dmail.go30 port int member
/developtools/integration_verification/tools/fotff/
Dfotff.ini6 port = 8080 key
10 port = 465 key
/developtools/ace_ets2bundle/compiler/server/
Dbuild_pipe_server.js89 function init(port) { argument
102 port: port, property
/developtools/hdc/hdc_rust/src/cffi/
Duart.cpp51 std::string port; local
103 string port = "/dev/" + string(p->d_name); local
/developtools/hdc/hdc_rust/src/host/
Dparser.rs207 let port = check_port(port_str)?; in parse_server_listen_string() localVariable
/developtools/smartperf_host/ide/server/
DsmarperfServer.py66 def check_port(port): argument
/developtools/hdc/src/daemon/
Ddaemon_unity.cpp190 const char *port = cmd + 5; in SetDeviceRunMode() local
/developtools/hdc/src/common/
Dforward.cpp305 int port = atoi(as[1].c_str()); in CheckNodeInfo() local
368 int port = atoi(sNodeCfg.c_str()); in SetupTCPPoint() local
Dchannel.cpp68 string port = addrString.substr(found + 1); in SetChannelTCPString() local
/developtools/profiler/device/base/src/
Dcommon.cpp386 int port = (minPort + maxPort) / 2 + offset; in GetServicePort() local
/developtools/hdc/hdc_rust/src/common/
Dforward.rs251 let port = array[1].parse::<u32>(); in check_node_info() localVariable
501 let port = task.local_args[1].parse::<u32>().unwrap(); in setup_tcp_point() localVariable

12