Home
last modified time | relevance | path

Searched defs:recv (Results 51 - 75 of 143) sorted by relevance

123456

/third_party/curl/tests/
H A Dnegtelnetserver.py136 def recv(self, bytes): member in Negotiator
/third_party/libuv/test/
H A Dtest-ipc-send-recv.c51 union handles recv; member
61 union handles recv; member
94 union handles* recv; in recv_cb() local
308 union handles* recv; read_cb() local
[all...]
/third_party/node/test/node-api/test_threadsafe_function/
H A Dbinding.c278 napi_value recv; in ThreadSafeFunctionFinalize() local
/third_party/lwip/src/apps/tftp/
H A Dtftp_server.c204 recv(void *arg, struct udp_pcb *upcb, struct pbuf *p, const ip_addr_t *addr, u16_t port) in recv() function
/third_party/lwip/src/core/
H A Draw.c342 raw_recv(struct raw_pcb *pcb, raw_recv_fn recv, void *recv_arg) in raw_recv() argument
/third_party/lwip/src/include/lwip/
H A Daltcp.h76 altcp_recv_fn recv; member
/third_party/node/deps/v8/src/debug/wasm/gdb-server/
H A Dtarget.cc164 Packet recv, reply; in ProcessCommands() local
/third_party/python/Lib/test/
H A Dmock_socket.py52 def recv(self, bufsize, flags=None): member in MockSocket
H A Dtest_telnetlib.py101 def recv(self, size): member in SocketStub
/third_party/protobuf/ruby/src/main/java/com/google/protobuf/jruby/
H A DRubyMessage.java302 public static IRubyObject getDescriptor(ThreadContext context, IRubyObject recv) { in getDescriptor() argument
314 public static IRubyObject encode(ThreadContext context, IRubyObject recv, IRubyObject value) { in encode() argument
328 public static IRubyObject decode(ThreadContext context, IRubyObject recv, IRubyObject data) { in decode() argument
346 public static IRubyObject encodeJson(ThreadContext context, IRubyObject recv, IRubyObject msgRb) { in encodeJson() argument
360 public static IRubyObject decodeJson(ThreadContext context, IRubyObject recv, IRubyObject json) { in decodeJson() argument
/base/hiviewdfx/hiview/plugins/faultlogger/interfaces/js/napi/
H A Dnapi_faultlogger.cpp139 napi_value recv = NapiUtil::CreateUndefined(env); in FaultLogCompleteCallback() local
/base/print/print_fwk/frameworks/helper/print_helper/src/
H A Dnapi_print_utils.cpp239 CallFunction( napi_env env, napi_value recv, napi_value func, size_t argc, const napi_value *argv) CallFunction() argument
/base/security/certificate_framework/frameworks/js/napi/certificate/src/
H A Dnapi_cert_crl_collection.cpp112 napi_value recv = nullptr; in ReturnCallbackResult() local
/base/security/crypto_framework/frameworks/js/napi/crypto/src/
H A Dnapi_asy_key_spec_generator.cpp136 napi_value recv = nullptr; in ReturnAsyKeyCallbackResult() local
H A Dnapi_mac.cpp103 napi_value recv = nullptr; in ReturnCallbackResult() local
H A Dnapi_sym_key_generator.cpp188 napi_value recv = nullptr; in ReturnCallbackResult() local
H A Dnapi_md.cpp95 napi_value recv = nullptr; in ReturnCallbackResult() local
/base/security/huks/interfaces/kits/napi/src/v8/
H A Dhuks_napi_common.cpp400 napi_value recv = nullptr; in CallAsyncCallback() local
/foundation/ability/ability_runtime/test/unittest/js_ability_context_test/
H A Djs_ability_context_test.cpp217 napi_value recv = nullptr; in Connect() local
239 napi_value recv = nullptr; in Disconnect() local
/foundation/arkui/ace_engine/frameworks/component_test/core/
H A Daction.cpp25 static void DecomposeTap(EventMatrix& recv, const NG::PointF& point) in DecomposeTap() argument
35 static void DecomposeDoubleTap(EventMatrix& recv, const NG::PointF& point) in DecomposeDoubleTap() argument
48 static void DecomposePress(EventMatrix& recv, const NG::PointF& point, uint32_t duration) in DecomposePress() argument
[all...]
/foundation/communication/netmanager_base/frameworks/js/napi/common/
H A Dnapi_common.cpp284 napi_value recv = CreateUndefined(env); in Handle1ValueCallback() local
321 napi_value recv = CreateUndefined(env); in Handle2ValueCallback() local
/foundation/communication/netstack/test/unittest/tlssocket/client/
H A DTlsSocketBranchTest.cpp289 int recv = tlsSocketInternal->Recv(buffer, MAX_BUFFER_SIZE); in HWTEST_F() local
/foundation/communication/netstack/test/unittest/tls_test/client/
H A DTlsSocketBranchTest.cpp289 int recv = tlsSocketInternal->Recv(buffer, MAX_BUFFER_SIZE); in HWTEST_F() local
/foundation/communication/dsoftbus/components/nstackx/fillp/src/public/include/
H A Dspunge.h76 struct SpungeServerRateControlItem recv; member
/test/testfwk/arkxtest/uitest/test/
H A Dextension_test.cpp201 auto recv = ReceiveBuffer {.data = buf, .capacity = bufSize, .size = &outSize}; in TEST_F() local
219 auto recv = ReceiveBuffer {.data = buf, .capacity = bufSize, .size = &outSize}; in TEST_F() local
270 ReceiveBuffer recv; member
[all...]

Completed in 20 milliseconds

123456