Home
last modified time | relevance | path

Searched defs:socket (Results 1 - 25 of 238) sorted by relevance

12345678910

/foundation/communication/dsoftbus/sdk/transmission/session/src/
H A Dclient_trans_socket_option.c22 int32_t SetExtSocketOpt(int32_t socket, OptLevel level, OptType optType, void *optValue, uint32_t optValueSize) in SetExtSocketOpt() argument
32 int32_t GetExtSocketOpt(int32_t socket, OptLevel level, OptType optType, void *optValue, int32_t *optValueSize) in GetExtSocketOpt() argument
/foundation/filemanagement/storage_service/services/storage_daemon/netlink/test/
H A Dnetlink_listener_mock.h25 explicit NetlinkListenerMock(int32_t socket) : NetlinkListener(socket) {} in NetlinkListenerMock() argument
/foundation/filemanagement/storage_service/services/storage_daemon/netlink/src/
H A Dnetlink_handler.cpp25 NetlinkHandler::NetlinkHandler(int32_t socket) : NetlinkListener(socket) {} in NetlinkHandler() argument
/kernel/linux/linux-5.10/tools/testing/selftests/bpf/progs/
H A Dbpf_iter_netlink.c10 static __attribute__((noinline)) struct inode *SOCK_INODE(struct socket *socket) in SOCK_INODE() argument
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/progs/
H A Dbpf_iter_netlink.c9 static __attribute__((noinline)) struct inode *SOCK_INODE(struct socket *socket) in SOCK_INODE() 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
H A Dbase_network_session.cpp22 BaseNetworkSession::BaseNetworkSession(SocketInfo::Ptr socket) : socket_(std::move(socket)) in BaseNetworkSession() 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
/foundation/multimodalinput/input/intention/ipc/socket/src/
H A Dsocket_connection.cpp44 std::shared_ptr<SocketConnection> SocketConnection::Connect(std::function<int32_t()> socket, in Connect() argument
/foundation/communication/netmanager_base/services/netmanagernative/src/netsys/wrapper/
H A Dwrapper_listener.cpp38 WrapperListener::WrapperListener(int32_t socket, std::function<void(int32_t)> recvFunc) in WrapperListener() argument
/foundation/communication/netmanager_base/test/netmanagernative/unittest/netsys_wrapper_test/
H A Ddata_receiver_test.cpp81 int32_t socket = 0; in HWTEST_F() local

Completed in 6 milliseconds

12345678910