Home
last modified time | relevance | path

Searched refs:port (Results 1651 - 1675 of 1810) sorted by relevance

1...<<61626364656667686970>>...73

/base/telephony/sms_mms/services/sms/
H A Dsms_service.cpp281 int32_t SmsService::SendMessage(int32_t slotId, const u16string desAddr, const u16string scAddr, uint16_t port, in SendMessage() argument
309 StringUtils::ToUtf8(desAddr), StringUtils::ToUtf8(scAddr), port, data, dataLen, sendCallback, deliveryCallback); in SendMessage()
/base/web/webview/interfaces/kits/cj/src/
H A Dwebview_controller_impl.cpp42 WebMessagePortImpl::WebMessagePortImpl(int32_t nwebId, std::string port, bool isExtentionType) in WebMessagePortImpl() argument
43 : nwebId_(nwebId), portHandle_(port), isExtentionType_(isExtentionType) in WebMessagePortImpl()
66 WEBVIEWLOGE("can't post message, message port already closed"); in PostPortMessage()
82 WEBVIEWLOGE("can't register message port callback event, message port already closed"); in SetPortMessageCallback()
96 WEBVIEWLOGD("message port received msg"); in OnReceiveValue()
121 WEBVIEWLOGD("message port received msg"); in OnReceiveValue()
/test/xts/acts/communication_lite/lwip_posix/src/
H A DActsLwipTest.cpp58 static int CommInitTcpServer(int port) in CommInitTcpServer() argument
73 srvAddr.sin_port = htons(port); in CommInitTcpServer()
/test/xts/acts/communication_lite/lwip_hal/src/
H A Dlwip_func_test.c80 static int CommInitTcpServer(int port) in CommInitTcpServer() argument
95 srvAddr.sin_port = htons(port); in CommInitTcpServer()
/third_party/node/lib/
H A D_tls_wrap.js1614 // let s = tls.connect({port: 8000, host: "google.com"}, function() {
1632 // If args[0] is port, or args[0], args[1] is host, port, we need to
1634 // the host/port/path args that it knows about, not the tls options.
1719 error.port = options.port;
1725 // Arguments: [port,] [host,] [options,] [cb]
/third_party/nghttp2/src/
H A Dshrpx_http_downstream_connection.cc318 << addr_->port << " was not available temporarily"; in initiate_connection()
377 util::set_port(*resolved_addr_, addr_->port); in initiate_connection()
/third_party/lwip/src/apps/altcp_tls/
H A Daltcp_tls_mbedtls.c43 * - ensure to add at least one strong entropy source to your mbedtls port (implement
385 /* client is initiating a new connection using the same source port -> close connection or make handshake */ in altcp_mbedtls_handle_rx_appldata()
386 LWIP_DEBUGF(ALTCP_MBEDTLS_DEBUG, ("new connection on same source port\n")); in altcp_mbedtls_handle_rx_appldata()
387 LWIP_ASSERT("TODO: new connection on same source port, close this connection", 0); in altcp_mbedtls_handle_rx_appldata()
1012 altcp_mbedtls_connect(struct altcp_pcb *conn, const ip_addr_t *ipaddr, u16_t port, altcp_connected_fn connected) in altcp_mbedtls_connect() argument
1018 return altcp_connect(conn->inner_conn, ipaddr, port, altcp_mbedtls_lower_connected); in altcp_mbedtls_connect()
/third_party/lwip/src/apps/smtp/
H A Dsmtp.c280 /** TCP port of the server to use for next SMTP request */
370 * Set TCP port for next SMTP connection
372 * @param port TCP port
375 smtp_set_server_port(u16_t port) in smtp_set_server_port() argument
378 smtp_server_port = port; in smtp_set_server_port()
/third_party/protobuf/src/google/protobuf/io/
H A Dcoded_stream.h144 #include <google/protobuf/port.h>
145 #include <google/protobuf/stubs/port.h>
/third_party/selinux/libsepol/src/
H A Dpolicydb_validate.c1145 if (octx->u.port.low_port > octx->u.port.high_port) in validate_ocontexts()
H A Dmodule_to_cil.c2635 switch (portcon->u.port.protocol) { in ocontext_selinux_port_to_cil()
2641 log_err("Unknown portcon protocol: %i", portcon->u.port.protocol); in ocontext_selinux_port_to_cil()
2646 low = portcon->u.port.low_port; in ocontext_selinux_port_to_cil()
2647 high = portcon->u.port.high_port; in ocontext_selinux_port_to_cil()
2788 cil_printf("(ibendportcon %s %u ", ibendport->u.ibendport.dev_name, ibendport->u.ibendport.port); in ocontext_selinux_ibendport_to_cil()
/third_party/rust/crates/serde/serde/src/ser/
H A Dimpls.rs925 (self.ip(), self.port()).serialize(serializer) in serialize()
945 (self.ip(), self.port()).serialize(serializer) in serialize()
/base/location/services/location_gnss/gnss/source/
H A Dgnss_ability.cpp1251 int port = LocationConfigManager::GetInstance()->GetAgnssServerPort(); in SetAgnssServer() local
1260 info.port = port; in SetAgnssServer()
/third_party/curl/lib/
H A Dcf-h2-proxy.c86 int port; in tunnel_stream_init() local
96 result = Curl_http_proxy_get_destination(cf, &hostname, &port, &ipv6_ip); in tunnel_stream_init()
100 ts->authority = /* host:port with IPv6 support */ in tunnel_stream_init()
101 aprintf("%s%s%s:%d", ipv6_ip?"[":"", hostname, ipv6_ip?"]":"", port); in tunnel_stream_init()
1122 * but ignore the "connect to port" (use the secondary port) in cf_h2_proxy_connect()
/third_party/pulseaudio/src/pulsecore/
H A Dcli-command.c170 { "set-sink-port", pa_cli_command_sink_port, "Change the port of a sink (args: index|name, port-name)", 3},
171 { "set-source-port", pa_cli_command_source_port, "Change the port of a source (args: index|name, port-name)", 3},
172 { "set-port-latency-offset", pa_cli_command_port_offset, "Change the latency of a port (args: card-index|card-name, port-name, latency-offset)", 4},
1707 pa_strbuf_printf(buf, "Failed to set sink port t in pa_cli_command_sink_port()
1748 pa_device_port *port; pa_cli_command_port_offset() local
[all...]
/third_party/python/Lib/test/test_asyncio/
H A Dtest_streams.py601 host=addr[0], port=addr[1]))
898 async def client(host, port):
899 reader, writer = await asyncio.open_connection(host, port)
/third_party/python/Lib/test/
H A Dtest_http_cookiejar.py287 ('foo="bar"; port="80,81"; discard, bar=baz',
288 'foo=bar; port="80,81"; discard, bar=baz'),
461 # Netscape cookies work the same as RFC 2965 with regard to port.
598 'spam=eggs; DoMain=.acme.com; port; blArgh="feep"')
599 interact_netscape(c, "http://www.acme.com/", 'ni=ni; port=80,8080')
611 self.assertEqual(cookie.port, DEFAULT_HTTP_PORT)
620 self.assertEqual(cookie.port, "80,8080")
624 self.assertIsNone(cookie.port)
845 # port shouldn't be in request-host
1301 self.assertNotIn("Port", h, "absent port returne
[all...]
/third_party/rust/crates/rust-openssl/openssl/src/ssl/test/
H A Dmod.rs827 let port = listener.local_addr().unwrap().port(); in test_mozilla_server()
846 let stream = TcpStream::connect(("127.0.0.1", port)).unwrap(); in test_mozilla_server()
/third_party/rust/crates/libc/src/unix/solarish/
H A Dmod.rs2912 port: ::c_int, in port_associate()
2918 pub fn port_dissociate(port: ::c_int, source: ::c_int, object: ::uintptr_t) -> ::c_int; in port_dissociate()
2919 pub fn port_get(port: ::c_int, pe: *mut port_event, timeout: *mut ::timespec) -> ::c_int; in port_get()
2921 port: ::c_int, in port_getn()
2927 pub fn port_send(port: ::c_int, events: ::c_int, user: *mut ::c_void) -> ::c_int; in port_send()
/third_party/FreeBSD/sys/dev/usb/
H A Dusbdi.h390 uint8_t port; member
/third_party/libbpf/include/uapi/linux/
H A Dif_link.h275 __u8 port; member
535 IFLA_BRPORT_PROTECT, /* root port protection */
835 IFLA_VXLAN_PORT_RANGE, /* source port */
840 IFLA_VXLAN_PORT, /* destination port */
881 IFLA_GENEVE_PORT, /* destination port */
1034 IFLA_VF_IB_PORT_GUID, /* VF Infiniband port GUID */
/third_party/node/test/fixtures/wpt/resources/
H A Dchannel.sub.js57 let port = self.isSecureContext? "{{ports[wss][0]}}" : "{{ports[ws][0]}}";
58 let url = `${protocol}://{{host}}:${port}/msg_channel?uuid=${uuid}&direction=${type}`;
/third_party/rust/crates/clap/tests/
H A Dmacros.rs282 let mut cmd = clap::Command::new("test").arg(clap::arg!(port: -p [NUM])); in optional_value()
287 assert!(m.contains_id("port")); in optional_value()
288 assert_eq!(m.get_one::<String>("port").unwrap(), "42"); in optional_value()
293 assert!(m.contains_id("port")); in optional_value()
294 assert!(m.get_one::<String>("port").is_none()); in optional_value()
299 assert!(m.contains_id("port")); in optional_value()
300 assert_eq!(m.get_one::<String>("port").unwrap(), "42"); in optional_value()
/third_party/toybox/lib/
H A Dlib.h362 struct addrinfo *xgetaddrinfo(char *host, char *port, int family, int socktype,
/third_party/toybox/porting/liteos_a/lib/
H A Dlib.h353 struct addrinfo *xgetaddrinfo(char *host, char *port, int family, int socktype,

Completed in 56 milliseconds

1...<<61626364656667686970>>...73