Home
last modified time | relevance | path

Searched defs:socket (Results 226 - 250 of 326) sorted by relevance

12345678910>>...14

/third_party/python/Lib/test/
H A Dtest_mmap.py11 import socket namespace
/third_party/pulseaudio/src/modules/rtp/
H A Drtp-gstreamer.c88 GSocket *socket; in init_send_pipeline() local
427 GSocket *socket; init_receive_pipeline() local
[all...]
/third_party/python/Lib/
H A Dasyncore.py50 import socket namespace
[all...]
H A Dnntplib.py67 import socket namespace
H A Dtelnetlib.py37 import socket namespace
[all...]
H A Dftplib.py40 import socket namespace
[all...]
/base/security/device_security_level/baselib/msglib/src/standard/
H A Dmessenger_device_socket_manager.c61 int32_t socket; member
140 static void RemoveSocketNode(int32_t socket, ShutdownReason reason, bool isServer) in RemoveSocketNode() argument
159 static void ServerOnShutdown(int32_t socket, ShutdownReason reason) in ServerOnShutdown() argument
167 static void ClientOnShutdown(int32_t socket, ShutdownReason reason) in ClientOnShutdown() argument
185 uint32_t socket = (uint32_t)input; TimerProcessWaitingTimeOut() local
193 CreateOrRestartSocketCloseTimer(int32_t socket) CreateOrRestartSocketCloseTimer() argument
219 CreateOrRestartSocketCloseTimerWithLock(int32_t socket) CreateOrRestartSocketCloseTimerWithLock() argument
228 GetIdentityBySocketId(int32_t socket, bool isServer, DeviceIdentify *identity) GetIdentityBySocketId() argument
255 GetIdentityByServerSocket(int32_t socket, DeviceIdentify *identity) GetIdentityByServerSocket() argument
260 GetIdentityByClientSocket(int32_t socket, DeviceIdentify *identity) GetIdentityByClientSocket() argument
265 CreateSocketNodeInfo(int32_t socket, const DeviceIdentify *identity) CreateSocketNodeInfo() argument
288 ProcessBindDevice(int socket, const DeviceIdentify *devId, bool isServer) ProcessBindDevice() argument
329 ServerOnBind(int32_t socket, PeerSocketInfo info) ServerOnBind() argument
339 ClientOnBind(int socket, const DeviceIdentify *devId) ClientOnBind() argument
344 ServerOnBytes(int32_t socket, const void *data, unsigned int dataLen) ServerOnBytes() argument
361 ClientOnBytes(int32_t socket, const void *data, unsigned int dataLen) ClientOnBytes() argument
414 int32_t socket = Socket(socketInfo); ProcessCreateServer() local
437 int32_t socket = 0; CreateServer() local
516 GetSocketBySocketList(const DeviceIdentify *devId, bool isServer, int32_t *socket) GetSocketBySocketList() argument
541 GetSocketByClientSocketList(const DeviceIdentify *devId, int32_t *socket) GetSocketByClientSocketList() argument
579 ClientOnFakeBind(int32_t socket, PeerSocketInfo info) ClientOnFakeBind() argument
584 BindSync(int32_t socket, const DeviceIdentify *devId) BindSync() argument
676 int32_t socket = Socket(socketInfo); PrepareBindSocket() local
698 int32_t socket = 0; BindSyncWithPthread() local
748 int32_t socket = 0; MessengerSendMsgTo() local
[all...]
/base/useriam/user_auth_framework/services/remote_connect/src/
H A Dsoft_bus_manager.cpp650 AddSocket(const int32_t socketId, std::shared_ptr<BaseSocket> &socket) AddSocket() argument
680 std::shared_ptr<BaseSocket> socket = nullptr; FindSocketBySocketId() local
701 SetServerSocket(std::shared_ptr<BaseSocket> &socket) SetServerSocket() argument
716 AddConnection(const std::string &connectionName, std::shared_ptr<BaseSocket> &socket) AddConnection() argument
[all...]
/foundation/ability/dmsfwk/services/dtbschedmgr/src/continue/
H A Ddsched_continue_manager.cpp741 void DSchedContinueManager::OnShutdown(int32_t socket, bool isSelfCalled) in OnShutdown() argument
767 void DSchedContinueManager::SoftbusListener::OnBind(int32_t socket, PeerSocketInfo info) in OnBind() argument
771 void DSchedContinueManager::SoftbusListener::OnShutdown(int32_t socket, bool isSelfCalled) in OnShutdown() argument
776 void DSchedContinueManager::SoftbusListener::OnDataRecv(int32_t socket, std::shared_ptr<DSchedDataBuffer> dataBuffer) in OnDataRecv() argument
[all...]
/foundation/communication/dsoftbus/core/authentication/src/
H A Dauth_tcp_connection.c555 SocketAddr socket; in SocketGetConnInfo() local
/foundation/communication/dsoftbus/sdk/transmission/session/src/
H A Dclient_trans_socket_manager.c582 void ClientConvertRetVal(int32_t socket, int32_t *retOut) in ClientConvertRetVal() argument
[all...]
/foundation/distributeddatamgr/data_object/frameworks/innerkitsimpl/src/communicator/
H A Dsoftbus_adapter_standard.cpp513 void SoftBusAdapter::OnClientShutdown(int32_t socket) in OnClientShutdown() argument
528 int socket = GetSocket(pipeInfo, peer); in IsSameStartedOnPeer() local
575 GetPeerSocketInfo(int32_t socket, PeerSocketInfo &info) GetPeerSocketInfo() argument
585 OnBind(int32_t socket, PeerSocketInfo info) OnBind() argument
590 OnServerShutdown(int32_t socket) OnServerShutdown() argument
600 OnClientShutdown(int32_t socket, ShutdownReason reason) OnClientShutdown() argument
606 OnClientBytesReceived(int32_t socket, const void *data, uint32_t dataLen) OnClientBytesReceived() argument
608 OnServerBind(int32_t socket, PeerSocketInfo info) OnServerBind() argument
615 OnServerShutdown(int32_t socket, ShutdownReason reason) OnServerShutdown() argument
621 OnServerBytesReceived(int32_t socket, const void *data, uint32_t dataLen) OnServerBytesReceived() argument
[all...]
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/adapter/communicator/src/
H A Dsoftbus_adapter_standard.cpp368 std::string SoftBusAdapter::DelConnect(int32_t socket) in DelConnect() argument
395 std::string SoftBusAdapter::OnClientShutdown(int32_t socket) in OnClientShutdown() argument
493 OnClientShutdown(int32_t socket, ShutdownReason reason) OnClientShutdown() argument
501 OnClientBytesReceived(int32_t socket, const void *data, uint32_t dataLen) OnClientBytesReceived() argument
503 OnServerBind(int32_t socket, PeerSocketInfo info) OnServerBind() argument
512 OnServerShutdown(int32_t socket, ShutdownReason reason) OnServerShutdown() argument
518 OnServerBytesReceived(int32_t socket, const void *data, uint32_t dataLen) OnServerBytesReceived() argument
553 GetPeerSocketInfo(int32_t socket, ServerSocketInfo &info) GetPeerSocketInfo() argument
563 OnBind(int32_t socket, PeerSocketInfo info) OnBind() argument
584 OnServerShutdown(int32_t socket) OnServerShutdown() argument
[all...]
/foundation/communication/bluetooth_service/services/bluetooth/service/src/sock/
H A Dsocket.cpp136 DataTransportObserverImplement(Socket &socket) DataTransportObserverImplement() argument
145 OnConnectIncomingNative(Socket &socket, RawAddress addr, uint8_t port) OnConnectIncomingNative() argument
159 OnConnectedNative(Socket &socket, DataTransport *transport, uint16_t sendMTU, uint16_t recvMTU) OnConnectedNative() argument
186 OnDisconnectedNative(Socket &socket, DataTransport *transport) OnDisconnectedNative() argument
193 OnDisconnectSuccessNative(Socket &socket, DataTransport *transport) OnDisconnectSuccessNative() argument
200 OnDataAvailableNative(Socket &socket, DataTransport *transport) OnDataAvailableNative() argument
256 OnTransportErrorNative(Socket &socket, DataTransport *transport, int errType) OnTransportErrorNative() argument
275 SockRfcConnectFail(Socket &socket, DataTransport *transport) SockRfcConnectFail() argument
297 SockRfcDisconnectFail(Socket &socket, DataTransport *transport) SockRfcDisconnectFail() argument
315 SockRfcFcOn(Socket &socket, DataTransport *transport) SockRfcFcOn() argument
565 ProcessDisconnection(Socket &socket, DataTransport *transport) ProcessDisconnection() argument
981 EraseSocket(Socket &socket) EraseSocket() argument
[all...]
/third_party/ffmpeg/libavformat/
H A Dlibsrt.c169 static int libsrt_socket_nonblock(int socket, int enable) in libsrt_socket_nonblock() argument
[all...]
/third_party/alsa-lib/src/pcm/
H A Dpcm_shm.c56 int socket; member
[all...]
/third_party/curl/lib/
H A Deasy.c381 struct pollfd socket; /* socket info of what to monitor */ member
[all...]
/third_party/libuv/src/win/
H A Dtcp.c40 static int uv__tcp_nodelay(uv_tcp_t* handle, SOCKET socket, int enable) { in uv__tcp_nodelay() argument
52 static int uv__tcp_keepalive(uv_tcp_t* handle, SOCKET socket, int enable, unsigned int delay) { in uv__tcp_keepalive() argument
73 uv__tcp_set_socket(uv_loop_t* loop, uv_tcp_t* handle, SOCKET socket, int family, int imported) uv__tcp_set_socket() argument
1272 SOCKET socket; uv__tcp_xfer_import() local
1380 SOCKET socket; uv__tcp_try_cancel_reqs() local
[all...]
/third_party/mbedtls/tests/include/test/
H A Dssl_helpers.h179 mbedtls_test_mock_socket *socket; member
200 mbedtls_test_mock_socket socket; member
[all...]
/third_party/musl/porting/linux/user/src/fortify/
H A Dfortify.c126 ssize_t __recvfrom_chk(int socket, void* buf, size_t len, size_t buf_size, in __recvfrom_chk() argument
133 ssize_t __sendto_chk(int socket, const void* buf, size_t len, size_t buflen, in __sendto_chk() argument
140 ssize_t __recv_chk(int socket, void* buf, size_t len, size_t buf_size, int flags) in __recv_chk() argument
146 ssize_t __send_chk(int socket, const void* buf, size_t len, size_t buflen, int flags) in __send_chk() argument
/third_party/musl/src/fortify/linux/
H A Dfortify.c137 ssize_t __recvfrom_chk(int socket, void* buf, size_t len, size_t buf_size, in __recvfrom_chk() argument
144 ssize_t __sendto_chk(int socket, const void* buf, size_t len, size_t buflen, in __sendto_chk() argument
151 ssize_t __recv_chk(int socket, void* buf, size_t len, size_t buf_size, int flags) in __recv_chk() argument
157 ssize_t __send_chk(int socket, const void* buf, size_t len, size_t buflen, int flags) in __send_chk() argument
/third_party/lwip/src/include/lwip/
H A Dapi.h251 int socket; member
/third_party/node/deps/uv/src/win/
H A Dtcp.c48 static int uv__tcp_nodelay(uv_tcp_t* handle, SOCKET socket, int enable) { in uv__tcp_nodelay() argument
60 static int uv__tcp_keepalive(uv_tcp_t* handle, SOCKET socket, int enable, unsigned int delay) { in uv__tcp_keepalive() argument
81 uv__tcp_set_socket(uv_loop_t* loop, uv_tcp_t* handle, SOCKET socket, int family, int imported) uv__tcp_set_socket() argument
1303 SOCKET socket; uv__tcp_xfer_import() local
1412 SOCKET socket; uv__tcp_try_cancel_reqs() local
[all...]
/third_party/python/Lib/idlelib/
H A Drpc.py37 import socket namespace
[all...]
/third_party/python/Lib/multiprocessing/
H A Dconnection.py15 import socket namespace
[all...]

Completed in 26 milliseconds

12345678910>>...14