| /third_party/selinux/libsepol/src/ |
| H A D | ibendports.c | 22 int port = sepol_ibendport_get_port(data); in ibendport_from_record() local 76 int port = ibendport->u.ibendport.port; in ibendport_to_record() local 132 int port; in sepol_ibendport_exists() local 160 int port; sepol_ibendport_query() local 195 int port; sepol_ibendport_modify() local [all...] |
| /third_party/vk-gl-cts/external/vulkancts/vkscserver/ |
| H A D | vksClient.hpp | 45 int port; in Server() local
|
| /third_party/vk-gl-cts/framework/delibs/decpp/ |
| H A D | deSocket.cpp | 52 void SocketAddress::setPort (int port) in setPort() argument
|
| /foundation/CastEngine/castengine_wifi_display/services/network/server/ |
| H A D | udp_server.cpp | 29 bool UdpServer::Start(uint16_t port, const std::string &host, bool enableReuse, uint32_t backlog) in Start() argument
|
| /foundation/CastEngine/castengine_cast_plus_stream/src/channel/src/tcp/ |
| H A D | tcp_connection.cpp | 59 int port = socket_.Bind(channelRequest_.localDeviceInfo.ipAddress, channelRequest_.localPort); in Connect() local 82 int port = socket_.Bind(request.localDeviceInfo.ipAddress, request.localPort); in StartListen() local
|
| /foundation/CastEngine/castengine_wifi_display/tests/unittest/network/ |
| H A D | network_tcp_unit_test.cpp | 57 bool StartTcpServer(uint16_t port) in StartTcpServer() argument 68 bool StartTcpClient(const std::string &peerIp, uint16_t port) in StartTcpClient() argument
|
| H A D | network_udp_unit_test.cpp | 56 bool StartUdpServer(uint16_t port, const std::string &localIp) in StartUdpServer() argument
|
| /foundation/CastEngine/castengine_cast_framework/service/src/session/src/channel/src/tcp/ |
| H A D | tcp_connection.cpp | 59 int port = socket_.Bind(channelRequest_.localDeviceInfo.ipAddress, channelRequest_.localPort); in Connect() local 82 int port = socket_.Bind(request.localDeviceInfo.ipAddress, request.localPort); in StartListen() local
|
| /foundation/CastEngine/castengine_wifi_display/services/impl/wfd/wfd_sink/ |
| H A D | wfd_rtp_consumer.cpp | 342 bool WfdRtpConsumer::StartNetworkServer(uint16_t port, NetworkFactory::ServerPtr &server, int32_t &fd) in StartNetworkServer() argument
|
| /foundation/arkui/napi/sample/native_module_netserver/ |
| H A D | net_server.cpp | 36 int NetServer::Start(int port) in Start() argument
|
| H A D | netserver.cpp | 35 int NetServer::Start(int port) in Start() argument
|
| /foundation/multimedia/media_foundation/engine/include/pipeline/filters/demux/ |
| H A D | demuxer_filter.h | 90 std::shared_ptr<OutPort> port = nullptr; member
|
| /foundation/multimedia/media_foundation/engine/pipeline/core/ |
| H A D | port.cpp | 27 std::shared_ptr<InPort> EmptyInPort::port = std::make_shared<EmptyInPort>(); member in OHOS::Media::Pipeline::EmptyInPort 28 std::shared_ptr<OutPort> EmptyOutPort::port = std::make_shared<EmptyOutPort>(); member in OHOS::Media::Pipeline::EmptyOutPort 45 ErrorCode InPort::Connect(const std::shared_ptr<Port>& port) in Connect() argument 107 ErrorCode OutPort::Connect(const std::shared_ptr<Port>& port) in Connect() argument [all...] |
| H A D | port.h | 149 static std::shared_ptr<InPort> port; member in OHOS::Media::Pipeline::EmptyInPort 172 static std::shared_ptr<OutPort> port; member in OHOS::Media::Pipeline::EmptyOutPort
|
| /foundation/communication/dsoftbus/tests/core/connection/common/unittest/ |
| H A D | softbus_conn_common_test.cpp | 105 int32_t port = 6666; in HWTEST_F() local 184 int32_t port = 6666; in HWTEST_F() local 224 int32_t port = 6666; HWTEST_F() local 395 int32_t port = tcp->GetSockPort(fd); HWTEST_F() local 459 int32_t port = tcp->GetSockPort(invalidFd); HWTEST_F() local 507 int32_t port = tcp->GetSockPort(fd); HWTEST_F() local [all...] |
| /foundation/communication/dsoftbus/tests/sdk/transmission/trans_channel/udp/stream/ |
| H A D | dstream_adaptor_client_test.c | 54 int32_t port = 0; in ConstructVtpStreamOpenParam() local
|
| /foundation/communication/netmanager_base/frameworks/native/netconnclient/src/ |
| H A D | http_proxy.cpp | 31 HttpProxy::HttpProxy(std::string host, uint16_t port, const std::list<std::string> &exclusionList) : port_(0) in HttpProxy() argument 125 uint16_t port = 0; in Unmarshalling() local 182 auto port = std::strtol(portStr.c_str(), &strEnd, BASE_DEC); in ParsePort() local 220 auto port = ParsePort(std::string(begin, portEnd)); GetPort() local 245 auto port = parser.GetPort(); FromString() local [all...] |
| /foundation/communication/netmanager_base/test/netsysbpfstats/unittest/bpf_core_test/ |
| H A D | BpfTaskTaskTest.cpp | 695 int32_t port = 0; in HWTEST_F() local 724 int32_t port = 0; HWTEST_F() local [all...] |
| /foundation/communication/dsoftbus/sdk/transmission/trans_channel/udp/file/src/ |
| H A D | file_adapter.c | 48 static int CreateServerSocketByIpv4(const char *ip, int port) in CreateServerSocketByIpv4() argument 90 static int CreateServerSocketByIpv6(const char *ip, int port) in CreateServerSocketByIpv6() argument 131 static int32_t CreateServerSocket(const char *ip, int32_t *fd, int32_t *port) in CreateServerSocket() argument 167 InitSockAddrInByIpPort(const char *ip, int32_t port, struct sockaddr_in *addr) InitSockAddrInByIpPort() argument 179 InitSockAddrIn6ByIpPort(const char *ip, int32_t port, struct sockaddr_in6 *addr) InitSockAddrIn6ByIpPort() argument 210 int32_t port = -1; StartNStackXDFileServer() local [all...] |
| /foundation/communication/dsoftbus/tests/core/authentication/unittest/ |
| H A D | auth_test_enhance.cpp | 112 int32_t port = 5566; in HWTEST_F() local
|
| /foundation/communication/netmanager_base/services/netconnmanager/src/ |
| H A D | net_http_proxy_tracker.cpp | 87 uint16_t port = (proxyPort.empty() || host.empty()) ? 0 : static_cast<uint16_t>(CommonUtils::StrToUint(proxyPort)); in ReadFromSettingsData() local 109 std::string port = httpProxy.GetHost().empty() ? DEFAULT_HTTP_PROXY_PORT : std::to_string(httpProxy.GetPort()); in WriteToSettingsData() local
|
| /foundation/communication/netmanager_base/test/netmanagernative/unittest/netsys_core_test/ |
| H A D | NetSysTaskTaskTest.cpp | 695 int32_t port = 0; in HWTEST_F() local 724 int32_t port = 0; HWTEST_F() local [all...] |
| /foundation/communication/netmanager_base/test/netconnmanager/unittest/net_conn_multi_test/ |
| H A D | net_http_probe_test.cpp | 83 int32_t port = 0; in HWTEST_F() local 112 int32_t port = 0; in HWTEST_F() local
|
| /foundation/communication/dsoftbus/sdk/transmission/trans_channel/udp/stream/src/ |
| H A D | client_trans_stream.c | 186 int32_t port = StartVtpStreamChannelServer(channel->channelId, &p1, &g_streamCallcb); in TransOnstreamChannelOpened() local
|
| /foundation/communication/netmanager_ext/test/vpnmanager/unittest/vpn_core_test/ |
| H A D | VpnTaskTaskTest.cpp | 695 int32_t port = 0; in HWTEST_F() local 724 int32_t port = 0; HWTEST_F() local [all...] |