Home
last modified time | relevance | path

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

12345

/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
/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...]
/test/testfwk/arkxtest/uitest/core/
H A Dui_action.cpp23 static void DecomposeClick(PointerMatrix &recv, const Point &point, const UiOpArgs &options) in DecomposeClick() argument
33 static void DecomposeLongClick(PointerMatrix &recv, const Point &point, const UiOpArgs &options) in DecomposeLongClick() argument
44 static void DecomposeDoubleClick(PointerMatrix &recv, const Point &point, const UiOpArgs &options) in DecomposeDoubleClick() argument
58 static void DecomposeComputeSwipe(PointerMatrix &recv, const Point &from, const Point &to, TouchOp type, in DecomposeComputeSwipe() argument
101 void GenericClick::Decompose(PointerMatrix &recv, const UiOpArgs &options) const in Decompose() argument
122 Decompose(PointerMatrix &recv, const UiOpArgs &options) const Decompose() argument
131 Decompose(PointerMatrix &recv, const UiOpArgs &options) const Decompose() argument
162 Decompose(PointerMatrix &recv, const UiOpArgs &options) const Decompose() argument
278 Decompose(std::vector<MouseEvent> &recv, const UiOpArgs &opt) const Decompose() argument
283 Decompose(std::vector<MouseEvent> &recv, const UiOpArgs &opt) const Decompose() argument
295 Decompose(std::vector<MouseEvent> &recv, const UiOpArgs &opt) const Decompose() argument
329 Decompose(std::vector<MouseEvent> &recv, const UiOpArgs &opt) const Decompose() argument
359 Decompose(PointerMatrix &recv, const UiOpArgs &options) const Decompose() argument
[all...]
/third_party/lwip/src/core/
H A Daltcp.c237 altcp_recv(struct altcp_pcb *conn, altcp_recv_fn recv) in altcp_recv() argument
/third_party/node/deps/v8/src/execution/
H A Dexecution.cc422 Address recv = params.receiver->ptr(); in Invoke() local
/third_party/python/Lib/
H A Dasyncore.py374 def recv(self, buffer_size): member in dispatcher
604 def recv(self, *args): member in .file_wrapper
/foundation/arkui/ace_engine/interfaces/napi/kits/measure/
H A Djs_measure.cpp90 ResourceInfo recv; in HandleIntStyle() local
120 ResourceInfo recv; in HandleStringType() local
154 ResourceInfo recv; in HandleDimensionType() local
[all...]
/foundation/communication/netmanager_base/frameworks/js/napi/netpolicy/src/
H A Dnapi_net_policy.cpp146 napi_value recv = nullptr; in CompleteSetPolicyByUid() local
183 napi_value recv = nullptr; in CompleteGetUidsByPolicy() local
210 napi_value recv = nullptr; in CompleteGetPolicyByUid() local
255 napi_value recv in CompleteNetPolicyResultCode() local
285 napi_value recv = nullptr; CompleteOn() local
313 napi_value recv = nullptr; CompleteOff() local
531 napi_value recv = nullptr; CompleteSetBackgroundPolicy() local
[all...]
/third_party/lwip/src/apps/sntp/
H A Dsntp.c187 struct sntp_time recv; member
/third_party/python/Lib/multiprocessing/
H A Dconnection.py245 def recv(self): member in _ConnectionBase
775 def recv(self): member in ConnectionWrapper
/third_party/python/Lib/asyncio/
H A Dwindows_events.py458 def recv(self, conn, nbytes, flags=0): member in IocpProactor
/device/soc/hisilicon/common/platform/uart/
H A Duart_pl011.h152 RecvNotify recv; member
/device/qemu/drivers/uart/
H A Duart_pl011.h152 RecvNotify recv; member
/foundation/arkui/napi/native_engine/
H A Dnative_node_api.cpp593 napi_make_callback(napi_env env, napi_async_context async_context, napi_value recv, napi_value func, size_t argc, const napi_value* argv, napi_value* result) napi_make_callback() argument
/foundation/communication/netmanager_base/utils/napi_utils/src/
H A Dnapi_utils.cpp466 napi_value CallFunction(napi_env env, napi_value recv, napi_value func, size_t argc, const napi_value *argv) in CallFunction() argument
/foundation/communication/nfc/frameworks/js/napi/common/
H A Dnfc_napi_common_utils.cpp572 napi_value recv = CreateUndefined(env); in DoAsyncCallbackOrPromise() local
604 napi_value recv = CreateUndefined(env); in ThrowAsyncError() local
/foundation/communication/netstack/utils/napi_utils/src/
H A Dnapi_utils.cpp424 napi_value CallFunction(napi_env env, napi_value recv, napi_value func, size_t argc, const napi_value *argv) in CallFunction() argument

Completed in 24 milliseconds

12345