Home
last modified time | relevance | path

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

/test/xts/hats/hdf/audio/idl/common/adapter/src/
Daudio_adapter_common_test.cpp263 struct AudioPort port = {}; variable
276 struct AudioPort port = {}; variable
282 struct AudioPort port = {}; variable
293 struct AudioPort port = adapterDescs_[0].ports[0]; variable
307 struct AudioPort port = {}; variable
320 struct AudioPort port = {}; variable
336 struct AudioPort port = {}; variable
349 struct AudioPort port = {}; variable
/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
DNetworkManagerTCPSocketServer.test.js21 port: 5555, property
/test/testfwk/developer_test/localCoverage/resident_service/
Dpull_service_gcda.py148 ip, port, sn = get_config_ip(os.path.join(developer_test_path, "config/user_config.xml")) variable
150 port = "8710" variable
Dinit_gcov.py351 ip, port, sn = get_config_ip(os.path.join(developer_test_path, "config/user_config.xml")) variable
353 port = "8710" variable
/test/xts/hats/hdf/audio/idl/benchmarktest/adapter/
Daudio_adapter_benchmarktest.cpp221 struct AudioPort port = {}; in BENCHMARK_F() local
239 struct AudioPort port = {}; in BENCHMARK_F() local
257 struct AudioPort port = {}; in BENCHMARK_F() local
/test/xts/device_attest_lite/services/core/include/network/
Dattest_channel.h51 char port[MAX_PORT_LEN + 1]; member
/test/xts/acts/telephony/telephonyjstest/netmanager_base/dns/src/main/js/test/
DNetworkManagerMdns.test.js51 port: 5555, property
55 port: 5555, property
/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
996 def socket(host=None, port=None, timeout=None): argument
1063 def __init__(self, host=None, port=None, usb_type=None): argument
Ddevice.py150 port = None variable in Device
692 def is_harmony_rpc_socket_running(self, port, check_server=True): argument
808 def remove_history_ports(self, port): argument
/test/testfwk/xdevice/src/xdevice/_core/
Dutils.py490 def convert_port(port): argument
728 def get_netstat_proc_pid(device, port): argument
/test/xts/device_attest/services/core/include/network/
Dattest_network.h79 char port[MAX_PORT_LEN + 1]; member
/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/environment/
Denv_pool.py350 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/device_attest/services/core/network/
Dattest_network.c1204 static int32_t MergeDomain(char* hostName, char* port, char** resultDomain) in MergeDomain()
/test/xts/device_attest_lite/services/core/network/
Dattest_network.c1147 static int32_t MergeDomain(char* hostName, char* port, char** resultDomain) in MergeDomain()
/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()