Home
last modified time | relevance | path

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

12

/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.cpp287 int port = static_cast<int>(strtol(sport.c_str(), nullptr, 10)); in TargetConnect() local
346 int port = atoi(tmp); in RunMode() local
Dhost_tcp.cpp37 int port = 0; in RecvUDPEntry() local
135 uint16_t port = 0; in ConnectDaemon() local
Dhost_uart.cpp138 std::string port; in EnumSerialPort() local
196 string port = "/dev/" + string(p->d_name); in EnumSerialPort() local
545 for (const auto &port : serialPortInfo) { in EnumSerialPort() local
554 for (const auto &port : serialPortRemoved) { in EnumSerialPort() local
Dmain.cpp326 int port = atoi(buf); in RunClientMode() local
343 int port = atoi(p + 1); in RunClientMode() local
496 int port; in RunClientMode() local
Dclient.cpp445 uint16_t port = 0; in ExecuteCommand() local
526 int HdcClient::ConnectServerForClient(const char *ip, uint16_t port) in ConnectServerForClient()
/developtools/smartperf_host/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/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/profiler/host/smartperf/client/client_ui/entry/src/main/ets/workers/
Dworker.js27 port: 8282, property
33 port: 8283, property
/developtools/smartperf_host/smartperf_device/device_ui/entry/src/main/ets/workers/
Dworker.js27 port: 8282, property
33 port: 8283, property
/developtools/profiler/protos/types/plugins/ftrace_data/6.6.30/
Dsunrpc.proto228 string port = 4; field
236 string port = 4; field
244 string port = 4; field
255 string port = 4; field
261 string port = 2; field
/developtools/smartperf_host/smartperf_host/trace_streamer/src/protos/types/plugins/ftrace_data/default/
Dsunrpc.proto228 string port = 4; field
236 string port = 4; field
244 string port = 4; field
255 string port = 4; field
261 string port = 2; field
/developtools/packing_tool/adapter/ohos/
DUriInfo.java33 public String port = ""; field in UriInfo
/developtools/integration_verification/tools/fotff/utils/
Dmail.go30 port int member
/developtools/hdc/hdc_rust/src/daemon_lib/
Ddaemon_unity.rs191 let port = &str[config::PREFIX_PORT.len()..]; in set_device_mode() localVariable
192 let port = in set_device_mode() localVariable
/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/src/common/
Dforward.cpp339 int port = atoi(as[1].c_str()); in CheckNodeInfo() local
405 bool HdcForwardBase::SetupTcpListenAllIp(HCtxForward ctxPoint, int port, int &rc) in SetupTcpListenAllIp()
447 int port = atoi(sNodeCfg.c_str()); in SetupTCPPoint() local
Dchannel.cpp70 string port = addrString.substr(found + 1); in SetChannelTCPString() local
/developtools/hdc/hdc_rust/src/cffi/
Duart.cpp53 std::string port; local
106 string port = "/dev/" + string(p->d_name); local
/developtools/hdc/hdc_rust/src/host/
Dparser.rs258 let port = check_port(port_str)?; in parse_server_listen_string() localVariable
/developtools/smartperf_host/smartperf_device/device_command/services/ipc/src/
Dsp_thread_socket.cpp852 int port = SPUtilesTye::StringToSometype<int>(portStr); in GetSocketPort() local
/developtools/profiler/host/smartperf/client/client_command/
Dsp_thread_socket.cpp852 int port = SPUtilesTye::StringToSometype<int>(portStr); in GetSocketPort() local
/developtools/profiler/device/base/src/
Dcommon.cpp521 int port = (minPort + maxPort) / 2 + offset; in GetServicePort() local
/developtools/packing_tool/configcheck/
DconfigSchema_lite.json522 "port": { object

12