Home
last modified time | relevance | path

Searched defs:socket (Results 51 – 75 of 137) sorted by relevance

123456

/ohos5.0/foundation/distributedhardware/distributed_screen/services/softbusadapter/test/fuzztest/softbusadapter_fuzzer/
H A Dsoftbusadapter_fuzzer.cpp224 extern "C" __attribute__((constructor)) int Listen(int32_t socket, const QosTV qos[], uint32_t qosC… in Listen()
230 extern "C" __attribute__((constructor)) int Bind(int32_t socket, const QosTV qos[], uint32_t qosCou… in Bind()
236 extern "C" __attribute__((constructor)) void Shutdown(int32_t socket) {} in Shutdown()
238 extern "C" __attribute__((constructor)) int SendBytes(int32_t socket, const void *data, uint32_t le… in SendBytes()
243 extern "C" __attribute__((constructor)) int SendStream(int32_t socket, const StreamData *data, cons… in SendStream()
/ohos5.0/foundation/communication/netmanager_base/services/netmanagernative/src/netsys/wrapper/
H A Ddata_receiver.cpp31 …listener_ = std::make_unique<WrapperListener>(socketFd, [this](int32_t socket) { this->StartReceiv… in DataReceiver()
49 void DataReceiver::StartReceive(int32_t socket) in StartReceive()
/ohos5.0/base/security/access_token/services/tokensyncmanager/include/remote/
H A Dsoft_bus_socket_listener.h35 static void OnQos(int32_t socket, QoSEvent eventId, const QosTV *qos, uint32_t qosCount) {}; in OnQos()
/ohos5.0/foundation/distributedhardware/device_manager/test/softbusfuzztest/onbytesreceived_fuzzer/
H A Don_bytes_received_fuzzer.cpp48 void OnUnbindSessionOpened(int32_t socket, PeerSocketInfo info) override in OnUnbindSessionOpened()
58 void BindSocketSuccess(int32_t socket) override in BindSocketSuccess()
/ohos5.0/foundation/distributedhardware/device_manager/test/softbusfuzztest/onsessionopened_fuzzer/
H A Don_session_opened_fuzzer.cpp53 void OnUnbindSessionOpened(int32_t socket, PeerSocketInfo info) override in OnUnbindSessionOpened()
63 void BindSocketSuccess(int32_t socket) override in BindSocketSuccess()
/ohos5.0/foundation/filemanagement/storage_service/services/storage_daemon/netlink/src/
H A Dnetlink_handler.cpp25 NetlinkHandler::NetlinkHandler(int32_t socket) : NetlinkListener(socket) {} in NetlinkHandler()
H A Dnetlink_listener.cpp32 ssize_t UeventKernelMulticastRecv(int32_t socket, char *buffer, size_t length) in UeventKernelMulticastRecv()
207 NetlinkListener::NetlinkListener(int32_t socket) in NetlinkListener()
/ohos5.0/commonlibrary/rust/ylong_runtime/ylong_io/src/sys/unix/
H A Dmod.rs52 pub(crate) mod socket; module
H A Dsocket.rs21 let socket = syscall!(socket(domain, socket_type, 0))?; in socket_new() localVariable
/ohos5.0/foundation/distributedhardware/device_manager/test/softbusfuzztest/softbussession_fuzzer/
H A Dsoftbus_session_fuzzer.cpp50 void OnUnbindSessionOpened(int32_t socket, PeerSocketInfo info) override in OnUnbindSessionOpened()
60 void BindSocketSuccess(int32_t socket) override in BindSocketSuccess()
/ohos5.0/foundation/communication/dsoftbus/tests/sdk/transmission/session/
H A Dclient_trans_socket_service_test.cpp217 static void OnShutdown(int32_t socket, ShutdownReason reason) in OnShutdown()
247 int32_t socket = 1; variable
276 int32_t socket = 1; variable
/ohos5.0/base/security/access_token/services/tokensyncmanager/src/remote/
H A Dsoft_bus_channel.cpp72 int socket = SoftBusManager::GetInstance().BindService(deviceId_); in BuildConnection() local
212 void SoftBusChannel::HandleDataReceived(int socket, const unsigned char *bytes, int length) in HandleDataReceived()
351 int socket = SoftBusManager::GetInstance().BindService(deviceId_); in CheckSessionMayReopenLocked() local
376 void SoftBusChannel::HandleRequest(int socket, const std::string &id, const std::string &commandNam… in HandleRequest()
444 int SoftBusChannel::SendResponseBytes(int socket, const unsigned char *bytes, const int bytesLength) in SendResponseBytes()
/ohos5.0/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
/ohos5.0/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
/ohos5.0/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
/ohos5.0/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
/ohos5.0/commonlibrary/rust/ylong_runtime/ylong_runtime/tests/
H A Duds_test.rs96 let socket = UnixDatagram::bind(PATH).unwrap(); in sdv_uds_datagram_test() localVariable
107 let socket = UnixDatagram::unbound().unwrap(); in sdv_uds_datagram_test() localVariable
/ohos5.0/commonlibrary/rust/ylong_runtime/ylong_io/src/sys/windows/tcp/
H A Dsocket.rs30 socket: SOCKET, field
46 let socket = socket_syscall!( in create_socket() localVariable
/ohos5.0/commonlibrary/rust/ylong_runtime/ylong_io/src/sys/unix/tcp/
H A Dsocket.rs31 socket: c_int, field
44 let socket = socket_new(domain, socket_type)?; in create_socket() localVariable
/ohos5.0/foundation/communication/netmanager_base/test/netmanagernative/unittest/netsys_wrapper_test/
H A Dwrapper_listener_test.cpp26 WrapperListener::RecvFunc g_func = [](int32_t socket) { std::cout << "Socket :" << socket << std::e… in __anon71c76e770202()
/ohos5.0/foundation/distributedhardware/device_manager/test/softbusfuzztest/softbusadapterobject_fuzzer/
H A Dsoftbus_adapter_object_fuzzer.cpp30 int32_t socket = *(reinterpret_cast<const int*>(data)); in SoftbusAdapterFuzzTest() local
/ohos5.0/base/tee/tee_client/services/teecd/src/
H A Dtee_ca_daemon.c60 static int SendFileDescriptor(int cmd, int socket, int fd) in SendFileDescriptor()
114 static int ProcessCaMsg(const struct ucred *cr, const CaRevMsg *caInfo, int socket) in ProcessCaMsg()
/ohos5.0/foundation/communication/dsoftbus/components/nstackx/nstackx_core/dfile/core/
H A Dnstackx_dfile_send.c85 static int32_t TcpSendFileDataFrame(Socket *socket, PeerInfo *peerInfo, List *p, BlockFrame *block,… in TcpSendFileDataFrame()
133 Socket *socket = session->socket[0]; in SendFileDataFrame() local
321 Socket *socket = NULL; in SendControlFrame() local
409 Socket *socket = session->socket[0]; in TcpSocketRecv() local
/ohos5.0/foundation/ability/dmsfwk/services/dtbschedmgr/src/softbus_adapter/transport/
H A Ddsched_transport_softbus_adapter.cpp44 static void OnBind(int32_t socket, PeerSocketInfo info) in OnBind()
50 static void OnShutdown(int32_t socket, ShutdownReason reason) in OnShutdown()
55 static void OnBytes(int32_t socket, const void *data, uint32_t dataLen) in OnBytes()
109 int32_t socket = Socket(info); in CreateServerSocket() local
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/adapter/communicator/src/
H A Dsoftbus_client.cpp147 int32_t SoftBusClient::Open(int32_t socket, const QosTV qos[], const ISocketListener *listener) in Open()
199 std::pair<int32_t, uint32_t> SoftBusClient::GetMtu(int32_t socket) in GetMtu()

123456