Home
last modified time | relevance | path

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

123456

/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
/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...]
/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
/base/msdp/device_status/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/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
/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
/third_party/node/test/node-api/test_threadsafe_function/
H A Dtest_uncaught_exception.c10 napi_value recv; in ThreadSafeFunctionFinalize() local
/base/msdp/device_status/test/fuzztest/ipcsocket_fuzzer/
H A Dipcsocket_fuzzer.cpp90 auto recv = [](const NetPacket &pkt) { in SocketConnectionFuzzTest() local
/base/security/device_security_level/test/dslm_unit_test/
H A Ddslm_msg_lib_test.cpp561 auto recv = [](const DeviceIdentify *devId, uint32_t status, int32_t level) -> int32_t { return 0; }; in HWTEST_F() local
568 auto recv = [](const DeviceIdentify *devId, uint32_t status, int32_t level) -> int32_t { return 0; }; in HWTEST_F() local
/foundation/communication/netmanager_base/test/netpolicymanager/unittest/net_policy_manager_test/
H A Dut_net_quota_policy.cpp110 NetQuotaPolicy recv; in HWTEST_F() local
132 std::vector<NetQuotaPolicy> recv; in HWTEST_F() local
/foundation/communication/dsoftbus/components/nstackx/fillp/src/fillp_lib/include/
H A Dpcb.h39 struct SpungePcbRateControlItem recv; member
/third_party/curl/lib/
H A Dmemdebug.h122 #define recv(a,b,c,d) curl_dbg_recv(a,b,c,d, __LINE__, __FILE__) macro
/third_party/mesa3d/src/vulkan/overlay-layer/
H A Dmesa-overlay-control.py36 def recv(self, timeout): member in Connection

Completed in 7 milliseconds

123456