Home
last modified time | relevance | path

Searched defs:socket (Results 26 - 50 of 467) sorted by relevance

12345678910>>...19

/base/telephony/call_manager/services/distributed_call/src/transmission/
H A Dtransmission_manager.cpp57 void TransmissionManager::OnBind(int32_t socket) in OnBind() argument
69 void TransmissionManager::OnShutdown(int32_t socket) in OnShutdown() argument
81 void TransmissionManager::OnReceiveMsg(int32_t socket, const char* data, uint32_t dataLen) in OnReceiveMsg() argument
/foundation/CastEngine/castengine_wifi_display/services/network/session/
H A Dtcp_session.cpp24 TcpSession::TcpSession(SocketInfo::Ptr socket) : BaseNetworkSession(socket) in TcpSession() argument
H A Dudp_session.cpp26 UdpSession::UdpSession(SocketInfo::Ptr socket) : BaseNetworkSession(socket) in UdpSession() argument
/foundation/communication/bluetooth_service/services/bluetooth/server/src/
H A Dbluetooth_socket_server.cpp35 IProfileSocket *socket = (IProfileSocket *)IProfileManager::GetInstance()->GetProfileService(PROFILE_NAME_SPP); in Connect() local
50 IProfileSocket *socket = (IProfileSocket *)IProfileManager::GetInstance()->GetProfileService(PROFILE_NAME_SPP); in Listen() local
/foundation/distributedhardware/distributed_camera/interfaces/inner_kits/native_cpp/test/sourcefuzztest/softbusonsourcestreamreceived_fuzzer/
H A Dsoftbusonsourcestreamreceived_fuzzer.cpp41 int32_t socket = 1; in SoftbusOnSourceStreamReceivedFuzzTest() local
/foundation/distributedhardware/distributed_camera/interfaces/inner_kits/native_cpp/test/sinkfuzztest/softbusonsinkstreamreceived_fuzzer/
H A Dsoftbusonsinkstreamreceived_fuzzer.cpp41 int32_t socket = 1; in SoftbusOnSinkStreamReceivedFuzzTest() local
/foundation/distributedhardware/distributed_camera/interfaces/inner_kits/native_cpp/test/sourcefuzztest/softbusonsourcebytesreceived_fuzzer/
H A Dsoftbusonsourcebytesreceived_fuzzer.cpp29 int32_t socket = 1; in SoftbusOnSourceBytesReceivedFuzzTest() local
/foundation/distributedhardware/distributed_camera/interfaces/inner_kits/native_cpp/test/sinkfuzztest/softbusonsinkbytesreceived_fuzzer/
H A Dsoftbusonsinkbytesreceived_fuzzer.cpp29 int32_t socket = 1; in SoftbusOnSinkBytesReceivedFuzzTest() local
/foundation/filemanagement/dfs_service/services/distributedfiledaemon/test/unittest/network/softbus/
H A Dsoftbus_session_test.cpp100 int32_t socket = g_session->GetHandle(); in HWTEST_F() local
H A Dsoftbus_asset_send_listener_test.cpp76 int32_t socket = 1; in HWTEST_F() local
110 int32_t socket = 1; in HWTEST_F() local
144 int32_t socket = 1; HWTEST_F() local
[all...]
/foundation/filemanagement/dfs_service/test/mock/
H A Dsocket_mock.cpp24 int32_t Listen(int32_t socket, const QosTV qos[], uint32_t qosCount, const ISocketListener *listener) in Listen() argument
29 int32_t Bind(int32_t socket, const QosTV qos[], uint32_t qosCount, const ISocketListener *listener) in Bind() argument
34 void Shutdown(int32_t socket) in Shutdown() argument
39 int SendFile(int32_t socket, const char *sFileList[], const char *dFileList[], uint32_t fileCnt) in SendFile() argument
/kernel/linux/linux-5.10/arch/um/drivers/
H A Dxterm_kern.c35 int xterm_fd(int socket, int *pid_out) in xterm_fd() argument
/kernel/linux/linux-5.10/tools/testing/selftests/bpf/
H A Dtcp_client.py7 import socket, time namespace
/kernel/linux/linux-6.6/arch/um/drivers/
H A Dxterm_kern.c36 int xterm_fd(int socket, int *pid_out) in xterm_fd() argument
/kernel/linux/linux-5.10/drivers/pcmcia/
H A Dpd6729.h20 struct pcmcia_socket socket; member
/kernel/linux/linux-6.6/drivers/pcmcia/
H A Dpd6729.h20 struct pcmcia_socket socket; member
/kernel/linux/linux-6.6/tools/perf/util/
H A Daddr_location.h23 s32 socket; member
/third_party/ffmpeg/tools/
H A Dzmqsend.c58 void *zmq_ctx, *socket; in main() local
/third_party/libuv/src/unix/
H A Dpoll.c97 uv_poll_init_socket(uv_loop_t* loop, uv_poll_t* handle, uv_os_sock_t socket) uv_poll_init_socket() argument
/third_party/libuv/test/
H A Dtest-not-writable-after-shutdown.c49 uv_tcp_t socket; in TEST_IMPL() local
/third_party/mesa3d/.gitlab-ci/
H A Dreport-flakes.py27 import socket namespace
/third_party/node/tools/gyp/pylib/gyp/
H A DMSVSUserFile.py9 import socket # for gethostname namespace
/third_party/musl/porting/liteos_a/user/src/network/
H A Dsocket.c40 int socket(int domain, int type, int protocol) in socket() function
/third_party/node/deps/npm/node_modules/node-gyp/gyp/pylib/gyp/
H A DMSVSUserFile.py9 import socket # for gethostname namespace
/third_party/mesa3d/src/util/
H A Dos_socket.c56 os_socket_recv(int socket, void *buffer, size_t length, int flags) in os_socket_recv() argument
62 os_socket_send(int socket, const void *buffer, size_t length, int flags) in os_socket_send() argument
104 os_socket_recv(int socket, void *buffer, size_t length, int flags) in os_socket_recv() argument
111 os_socket_send(int socket, const void *buffer, size_t length, int flags) in os_socket_send() argument

Completed in 7 milliseconds

12345678910>>...19