Home
last modified time | relevance | path

Searched defs:recv (Results 1 - 25 of 211) sorted by relevance

123456789

/third_party/musl/src/network/
H A Drecv.c3 ssize_t recv(int fd, void *buf, size_t len, int flags) in recv() function
/third_party/node/test/addons/make-callback-domain-warning/
H A Dbinding.cc19 Local<Object> recv = args[0].As<Object>(); in MakeCallback() local
/third_party/node/test/addons/make-callback-recurse/
H A Dbinding.cc19 Local<Object> recv = args[0].As<Object>(); in MakeCallback() local
/kernel/linux/linux-6.6/include/drm/
H A Di915_pxp_tee_interface.h26 int (*recv)(struct device *dev, void *buffer, size_t size); member
H A Di915_gsc_proxy_mei_interface.h39 int (*recv)(struct device *dev, void *buf, size_t size); member
/kernel/liteos_a/net/mac/
H A Dlos_mac.h50 void (*recv)(struct los_eth_driver *drv, int len); member
/third_party/node/test/node-api/test_worker_terminate/
H A Dtest_worker_terminate.c8 napi_value recv; in Test() local
/third_party/node/test/addons/make-callback/
H A Dbinding.cc13 auto recv = args[0].As<v8::Object>(); in MakeCallback() local
/third_party/rust/crates/rustix/src/net/
H A Dsend_recv.rs24 pub fn recv<Fd: AsFd>(fd: Fd, buf: &mut [u8], flags: RecvFlags) -> io::Result<usize> { in recv() functions
/foundation/arkui/ui_lite/test/autotest/src/
H A Dtcp_socket.cpp98 QByteArray recv = tcpSocket_->readAll(); in OnSocketReadyRead() local
/foundation/communication/netmanager_base/services/netstatsmanager/src/
H A Dnet_stats_history.cpp23 int32_t NetStatsHistory::GetHistory(std::vector<NetStatsInfo> &recv, uint64_t start, uint64_t end) in GetHistory() argument
33 int32_t NetStatsHistory::GetHistory(std::vector<NetStatsInfo> &recv, uint32_t uid, uint64_t start, uint64_t end) in GetHistory() argument
43 int32_t NetStatsHistory::GetHistory(std::vector<NetStatsInfo> &recv, const std::string &iface, uint64_t start, in GetHistory() argument
54 int32_t NetStatsHistory::GetHistory(std::vector<NetStatsInfo> &recv, const std::string &iface, uint32_t uid, in GetHistory() argument
65 int32_t NetStatsHistory::GetHistoryByIdent(std::vector<NetStatsInfo> &recv, const std::string &ident, uint64_t start, in GetHistoryByIdent() argument
76 GetHistory(std::vector<NetStatsInfo> &recv, uint32_t uid, const std::string &ident, uint64_t start, uint64_t end) GetHistory() argument
[all...]
/kernel/linux/linux-5.10/drivers/char/tpm/st33zp24/
H A Dst33zp24.h27 int (*recv)(void *phy_id, u8 tpm_register, u8 *tpm_data, int tpm_size); member
/third_party/node/test/node-api/test_make_callback_recurse/
H A Dbinding.c10 napi_value recv = args[0]; in MakeCallback() local
/third_party/protobuf/ruby/src/main/java/com/google/protobuf/jruby/
H A DRubyEnum.java51 public static IRubyObject lookup(ThreadContext context, IRubyObject recv, IRubyObject number) { in lookup() argument
67 public static IRubyObject resolve(ThreadContext context, IRubyObject recv, IRubyObject name) { in resolve() argument
83 public static IRubyObject getDescriptor(ThreadContext context, IRubyObject recv) { in getDescriptor() argument
/foundation/multimedia/camera_framework/interfaces/kits/js/camera_napi/include/
H A Dlistener_base.h34 napi_value recv; member
/foundation/multimodalinput/input/intention/ipc/socket/src/
H A Dsocket_connection.cpp31 SocketConnection(int32_t socketFd, std::function<void(NetPacket&)> recv, std::function<void()> onDisconnected) SocketConnection() argument
44 Connect(std::function<int32_t()> socket, std::function<void(NetPacket&)> recv, std::function<void()> onDisconnected) Connect() argument
/foundation/distributedhardware/distributed_camera/services/cameraservice/base/include/
H A Ddcamera_frame_info.h27 int64_t recv = 0; member
/kernel/linux/linux-5.10/drivers/bluetooth/
H A Dh4_recv.h17 int (*recv)(struct hci_dev *hdev, struct sk_buff *skb); member
/kernel/linux/linux-5.10/drivers/gpu/drm/nouveau/include/nvkm/subdev/
H A Dpmu.h34 } recv; member
/kernel/linux/linux-6.6/drivers/char/tpm/st33zp24/
H A Dst33zp24.h30 int (*recv)(void *phy_id, u8 tpm_register, u8 *tpm_data, int tpm_size); member
/kernel/linux/linux-6.6/drivers/bluetooth/
H A Dh4_recv.h17 int (*recv)(struct hci_dev *hdev, struct sk_buff *skb); member
/third_party/node/test/js-native-api/3_callbacks/
H A D3_callbacks.c44 napi_value recv = args[1]; in RunCallbackWithRecv() local
/third_party/node/test/js-native-api/test_reference/
H A Dtest_finalizer.c19 napi_value recv; in FinalizeExternalCallJs() local
/third_party/node/test/node-api/test_buffer/
H A Dtest_finalizer.c14 napi_value recv; in malignDeleter() local
/third_party/node/test/node-api/test_make_callback/
H A Dbinding.c18 napi_value recv = args[1]; in MakeCallback() local

Completed in 6 milliseconds

123456789