/foundation/communication/bluetooth_service/services/bluetooth/server/src/ |
D | bluetooth_socket_server.cpp | 34 …IProfileSocket *socket = (IProfileSocket *)IProfileManager::GetInstance()->GetProfileService(PROFI… in Connect() local 49 …IProfileSocket *socket = (IProfileSocket *)IProfileManager::GetInstance()->GetProfileService(PROFI… in Listen() local
|
/foundation/communication/dsoftbus/components/nstackx/nstackx_util/core/ |
D | nstackx_socket.c | 29 void CloseSocket(Socket *socket) in CloseSocket() 298 Socket *socket = calloc(1, sizeof(Socket)); in ClientSocketWithTargetDev() local 343 Socket *socket = calloc(1, sizeof(Socket)); in ServerSocket() local 462 static int32_t SocketSendUdp(const Socket *socket, const uint8_t *buffer, size_t length) in SocketSendUdp() 473 int32_t SocketSend(const Socket *socket, const uint8_t *buffer, size_t length) in SocketSend() 493 static int32_t SocketRecvTcp(const Socket *socket, uint8_t *buffer, size_t length, struct sockaddr_… in SocketRecvTcp() 503 static int32_t SocketRecvUdp(const Socket *socket, uint8_t *buffer, size_t length, struct sockaddr_… in SocketRecvUdp() 522 int32_t SocketRecv(Socket *socket, uint8_t *buffer, size_t length, struct sockaddr_in *srcAddr, in SocketRecv()
|
/foundation/communication/bluetooth_service/services/bluetooth/service/src/sock/ |
D | socket_service.cpp | 104 auto socket = std::make_unique<Socket>(); in Connect() local 123 auto socket = std::make_unique<Socket>(); in Listen() local 180 Socket *socket = static_cast<Socket *>(msg.arg2_); in ProcessMessage() local 220 void SocketService::CleanupClientSocket(Socket *socket) in CleanupClientSocket()
|
D | socket.cpp | 136 DataTransportObserverImplement(Socket &socket) : socket_(socket) in DataTransportObserverImplement() 145 void Socket::impl::OnConnectIncomingNative(Socket &socket, RawAddress addr, uint8_t port) in OnConnectIncomingNative() 159 void Socket::impl::OnConnectedNative(Socket &socket, DataTransport *transport, uint16_t sendMTU, ui… in OnConnectedNative() 179 void Socket::impl::OnDisconnectedNative(Socket &socket, DataTransport *transport) in OnDisconnectedNative() 186 void Socket::impl::OnDisconnectSuccessNative(Socket &socket, DataTransport *transport) in OnDisconnectSuccessNative() 193 void Socket::impl::OnDataAvailableNative(Socket &socket, DataTransport *transport) in OnDataAvailableNative() 249 void Socket::impl::OnTransportErrorNative(Socket &socket, DataTransport *transport, int errType) in OnTransportErrorNative() 268 void Socket::impl::SockRfcConnectFail(Socket &socket, DataTransport *transport) in SockRfcConnectFail() 284 void Socket::impl::SockRfcDisconnectFail(Socket &socket, DataTransport *transport) in SockRfcDisconnectFail() 302 void Socket::impl::SockRfcFcOn(Socket &socket, DataTransport *transport) in SockRfcFcOn() [all …]
|
/foundation/filemanagement/storage_service/services/storage_daemon/netlink/test/ |
D | netlink_listener_mock.h | 25 explicit NetlinkListenerMock(int32_t socket) : NetlinkListener(socket) {} in NetlinkListenerMock()
|
D | netlink_listener_test.cpp | 49 int32_t socket = -1; variable 70 int32_t socket = 0; variable
|
D | netlink_handler_test.cpp | 49 int32_t socket = -1; variable 71 int32_t socket = 0; variable
|
/foundation/communication/netmanager_base/services/netmanagernative/src/netsys/wrapper/ |
D | data_receiver.cpp | 31 …listener_ = std::make_unique<WrapperListener>(socketFd, [this](int32_t socket) { this->StartReceiv… in DataReceiver() 49 void DataReceiver::StartReceive(int32_t socket) in StartReceive()
|
D | wrapper_listener.cpp | 36 WrapperListener::WrapperListener(int32_t socket, std::function<void(int32_t)> recvFunc) in WrapperListener()
|
D | wrapper_distributor.cpp | 31 WrapperDistributor::WrapperDistributor(int32_t socket, const int32_t format) in WrapperDistributor()
|
/foundation/filemanagement/storage_service/services/storage_daemon/netlink/src/ |
D | netlink_handler.cpp | 25 NetlinkHandler::NetlinkHandler(int32_t socket) : NetlinkListener(socket) {} in NetlinkHandler()
|
D | netlink_listener.cpp | 34 ssize_t UeventKernelMulticastRecv(int32_t socket, char *buffer, size_t length) in UeventKernelMulticastRecv() 210 NetlinkListener::NetlinkListener(int32_t socket) in NetlinkListener()
|
/foundation/communication/netmanager_base/test/netmanagernative/unittest/netsys_wrapper_test/ |
D | wrapper_listener_test.cpp | 26 WrapperListener::RecvFunc g_func = [](int32_t socket) { std::cout << "Socket :" << socket << std::e… in __anon3861a99f0202()
|
/foundation/communication/dsoftbus/components/nstackx/nstackx_core/dfile/core/ |
D | nstackx_dfile_send.c | 84 static int32_t TcpSendFileDataFrame(Socket *socket, PeerInfo *peerInfo, List *p, BlockFrame *block,… in TcpSendFileDataFrame() 132 Socket *socket = session->socket[0]; in SendFileDataFrame() local 320 Socket *socket = NULL; in SendControlFrame() local 408 Socket *socket = session->socket[0]; in TcpSocketRecv() local
|
D | nstackx_dfile.c | 1024 Socket *socket = ServerSocket(protocol, sockAddr); in DFileRecverInit() local 1211 Socket *socket = ClientSocketWithTargetDev(protocol, sockAddr, localInterface); in DFileSenderInitWithTargetDev() local
|
/foundation/filemanagement/dfs_service/services/distributedfiledaemon/test/unittest/network/ |
D | softbus_session_test.cpp | 99 int32_t socket = g_session->GetHandle(); variable
|
/foundation/communication/dsoftbus/components/nstackx/nstackx_ctrl/core/coap_discover/ |
D | coap_app.c | 109 coap_socket_t *socket = task->ptr; in CoAPEpollReadHandle() local 133 coap_socket_t *socket = task->ptr; in CoAPEpollWriteHandle() local 152 coap_socket_t *socket = task->ptr; in CoAPEpollErrorHandle() local 189 coap_socket_t *socket = task->ptr; in CoAPEpollErrorHandle() local
|
/foundation/communication/netmanager_base/services/netmanagernative/src/netsys/ |
D | fwmark_network.cpp | 47 void CloseSocket(int32_t *socket, int32_t ret, int32_t errorCode) in CloseSocket()
|
/foundation/communication/dsoftbus/components/nstackx/nstackx_ctrl/core/mini_discover/ |
D | coap_app.c | 163 static int32_t CoapSocketSend(const SocketInfo *socket, const uint8_t *buffer, size_t length) in CoapSocketSend() 194 SocketInfo socket = {0}; in CoapSendMsg() local
|
/foundation/ability/ability_runtime/test/fuzztest/appmgrrest_fuzzer/ |
D | appmgrrest_fuzzer.cpp | 95 std::shared_ptr<AppSpawnSocket> socket; in DoSomethingInterestingWithMyAPI() local
|
/foundation/communication/netmanager_base/test/netmanagernative/unittest/netsys_manager_test/ |
D | fwmark_network_test.cpp | 161 int32_t socket = 32; variable
|
/foundation/ability/ability_runtime/services/appmgr/src/ |
D | app_spawn_client.cpp | 280 void AppSpawnClient::SetSocket(const std::shared_ptr<AppSpawnSocket> socket) in SetSocket()
|
/foundation/communication/netstack/interfaces/kits/js/ |
D | @ohos.net.socket.d.ts | 26 declare namespace socket { namespace
|
/foundation/communication/dsoftbus/core/authentication/src/ |
D | auth_tcp_connection.c | 454 SocketAddr socket; in SocketGetConnInfo() local
|
/foundation/communication/dsoftbus/components/nstackx/nstackx_core/dfile/include/ |
D | nstackx_dfile_session.h | 77 Socket *socket[NSTACKX_MULTI_PATH_NUM]; member
|