Home
last modified time | relevance | path

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

/test/xts/hats/hdf/audio/client_advance/adapter/src/
Daudio_proxy_adapter_test.cpp78 const struct AudioPort *port = nullptr; variable
88 struct AudioPort port = { variable
104 struct AudioPort port = { variable
120 struct AudioPort port = { variable
136 struct AudioPort port = { variable
153 struct AudioPort port; variable
165 struct AudioPort port; variable
176 struct AudioPort port; variable
187 struct AudioPort port; variable
198 struct AudioPort port; variable
[all …]
/test/xts/acts/telephony/telephonyjstest/netmanager_base/socket/src/main/js/test/
DNetStackSocket.test.js40 port: 0 property
64 port: 0 property
89 port: 0 property
116 port: 0 property
334 port: 0 property
358 port: 0 property
656 port: 0 property
682 port: 0 property
/test/xts/device_attest_lite/services/core/include/network/
Dattest_channel.h51 char port[MAX_PORT_LEN + 1]; member
/test/testfwk/xdevice/plugins/ohos/src/ohos/environment/
Ddmlib.py89 def __init__(self, host="127.0.0.1", port=None, device_connector=None): argument
103 def get_instance(host, port=None, device_connector=None): argument
384 def __init__(self, device, host=None, port=None): argument
1003 def socket(host=None, port=None, timeout=None): argument
1070 def __init__(self, host=None, port=None, usb_type=None): argument
Ddevice.py146 port = None variable in Device
499 def start_harmony_rpc(self, port=8080, re_install_rpc=False): argument
/test/xts/device_attest/services/core/include/network/
Dattest_network.h69 char port[MAX_PORT_LEN + 1]; member
/test/xts/hats/hdf/audio/client_advance/common/src/
Daudio_proxy_common_fun_test.cpp179 for (uint32_t port = 0; port < desc->portNum; port++) { in SwitchAdapter() local
/test/xts/acts/bundlemanager/bundle_standard/bundlemanager/sceneProject/bmsgetinfosseventhscene/src/main/
Dconfig.json335 "port": "8080", string
363 "port": "8080", string
391 "port": "8080", string
418 "port": "8080", string
446 "port": "8080", string
473 "port": "8080", string
583 "port": "8080", string
808 "port": "8080", string
838 "port": "8080", string
/test/testfwk/xdevice/src/xdevice/_core/
Dutils.py505 def convert_port(port): argument
/test/testfwk/xdevice/src/xdevice/_core/environment/
Denv_pool.py323 def add_address(self, host, port): argument
/test/xts/acts/communication_lite/lwip_hal/src/
Dlwip_func_test.c80 static int CommInitTcpServer(int port) in CommInitTcpServer()
/test/xts/acts/communication_lite/lwip_posix/src/
DActsLwipTest.cpp58 static int CommInitTcpServer(int port) in CommInitTcpServer()
/test/xts/hats/hdf/audio/common/hdi_common/src/
Daudio_hdi_common.cpp141 for (uint32_t port = 0; port < desc->portNum; port++) { in SwitchAdapter() local
/test/xts/dcts/communication/softbus_standard/common/
Dnet_trans_common.c262 uint16_t port = device->addr[0].info.ip.port; in OnDefDeviceFound() local
/test/xts/acts/kernel_lite/net_posix/src/
DActsNetTest.cpp76 static int CommInitTcpServer(int port) in CommInitTcpServer()