/developtools/smartperf_host/ide/src/trace/grpc/ |
D | ProfilerController.ts | 20 get port(): string | number | undefined { method in ClientVessel 24 set port(value: string | number | undefined) { method in ClientVessel 61 port: string | number; property
|
D | ProfilerClient.ts | 115 port: string | number; property
|
/developtools/integration_verification/DeployDevice/src/aw/poweronoff/ |
D | serial_power_on_off.py | 7 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/ |
D | translate.cpp | 217 int port = std::stoi(sport); in TargetConnect() local 270 int port = atoi(input + strlen("tmode port ")); in RunMode() local
|
D | host_tcp.cpp | 37 int port = 0; in RecvUDPEntry() local 128 uint16_t port = 0; in ConnectDaemon() local
|
D | main.cpp | 249 int port = atoi(buf); in ParseServerListenString() local 266 int port = atoi(p + 1); in ParseServerListenString() local 388 int port; in InitServerAddr() local
|
D | host_uart.cpp | 138 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
|
D | client.cpp | 309 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/ |
D | sunrpc.proto | 210 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/ |
D | sunrpc.proto | 210 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/ |
D | sunrpc.proto | 210 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/ |
D | worker.js | 27 port: 8282 property 33 port: 8283 property
|
/developtools/packing_tool/adapter/ohos/ |
D | UriInfo.java | 33 public String port = ""; field in UriInfo
|
/developtools/hdc/hdc_rust/src/daemon/ |
D | daemon_unity.rs | 183 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/ |
D | mail.go | 30 port int member
|
/developtools/integration_verification/tools/fotff/ |
D | fotff.ini | 6 port = 8080 key 10 port = 465 key
|
/developtools/ace_ets2bundle/compiler/server/ |
D | build_pipe_server.js | 89 function init(port) { argument 102 port: port, property
|
/developtools/hdc/hdc_rust/src/cffi/ |
D | uart.cpp | 51 std::string port; local 103 string port = "/dev/" + string(p->d_name); local
|
/developtools/hdc/hdc_rust/src/host/ |
D | parser.rs | 207 let port = check_port(port_str)?; in parse_server_listen_string() localVariable
|
/developtools/smartperf_host/ide/server/ |
D | smarperfServer.py | 66 def check_port(port): argument
|
/developtools/hdc/src/daemon/ |
D | daemon_unity.cpp | 190 const char *port = cmd + 5; in SetDeviceRunMode() local
|
/developtools/hdc/src/common/ |
D | forward.cpp | 305 int port = atoi(as[1].c_str()); in CheckNodeInfo() local 368 int port = atoi(sNodeCfg.c_str()); in SetupTCPPoint() local
|
D | channel.cpp | 68 string port = addrString.substr(found + 1); in SetChannelTCPString() local
|
/developtools/profiler/device/base/src/ |
D | common.cpp | 386 int port = (minPort + maxPort) / 2 + offset; in GetServicePort() local
|
/developtools/hdc/hdc_rust/src/common/ |
D | forward.rs | 251 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
|