Home
last modified time | relevance | path

Searched defs:recv (Results 26 - 50 of 240) sorted by relevance

12345678910

/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
H A Dsysio.h30 void *(*recv)(void *arg, FILLP_CONST void *buf, void *databuf); member
/kernel/linux/linux-5.10/drivers/gpu/drm/nouveau/nvkm/subdev/pmu/
H A Dpriv.h30 void (*recv)(struct nvkm_pmu *); member
/kernel/linux/linux-5.10/drivers/net/ethernet/chelsio/cxgb3/
H A Dt3cdev.h59 int (*recv)(struct t3cdev *dev, struct sk_buff **skb, int n); member
/kernel/linux/linux-6.6/drivers/net/ethernet/chelsio/cxgb3/
H A Dt3cdev.h59 int (*recv)(struct t3cdev *dev, struct sk_buff **skb, int n); member
/kernel/linux/linux-6.6/drivers/gpu/drm/nouveau/include/nvkm/subdev/
H A Dpmu.h35 } recv; member
/kernel/linux/linux-6.6/drivers/gpu/drm/nouveau/nvkm/subdev/pmu/
H A Dpriv.h30 void (*recv)(struct nvkm_pmu *); 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
H A Dcurl_memory.h69 #undef recv macro
/third_party/mesa3d/src/vulkan/overlay-layer/
H A Dmesa-overlay-control.py36 def recv(self, timeout): member in Connection
/third_party/lwip/src/include/lwip/
H A Draw.h92 raw_recv_fn recv; member
/third_party/python/Lib/test/support/
H A Dinterpreters.py149 def recv(self, *, _sentinel=object(), _delay=10 / 1000): # 10 milliseconds member in RecvChannel
/third_party/protobuf/ruby/src/main/java/com/google/protobuf/jruby/
H A DRubyDescriptorPool.java107 public static IRubyObject generatedPool(ThreadContext context, IRubyObject recv) { in generatedPool() argument
/base/security/certificate_framework/frameworks/js/napi/certificate/src/
H A Dnapi_common.cpp72 napi_value recv = nullptr; in ReturnCallbackResult() local
/foundation/arkui/ace_engine/interfaces/napi/kits/component_test/
H A Djs_component_test_utils.cpp89 bool CheckAndParseStr(napi_env env, napi_value arg, std::string& recv, std::string& errMsg) in CheckAndParseStr() argument
115 bool CheckAndParseInt32(napi_env env, napi_value arg, int32_t& recv, std::string& errMsg) in CheckAndParseInt32() argument
133 bool CheckAndParseUInt32(napi_env env, napi_value arg, uint32_t& recv, std::string& errMsg) in CheckAndParseUInt32() argument
151 bool CheckAndParseBool(napi_env env, napi_value arg, bool& recv, std::string& errMsg) in CheckAndParseBool() argument
/foundation/graphic/graphic_2d/rosen/test/2d_graphics/drawing_ndk/cpp/interface/
H A Dpath_test.cpp292 OH_Drawing_Rect* recv = OH_Drawing_RectCreate(l, t, r, b); in OnTestPerformance() local
318 OH_Drawing_Rect* recv = OH_Drawing_RectCreate(l, t, r, b); in OnTestPerformance() local
[all...]
/kernel/linux/linux-5.10/drivers/usb/storage/
H A Dkarma.c39 char *recv; member
/kernel/linux/linux-6.6/drivers/usb/storage/
H A Dkarma.c39 char *recv; member
/kernel/linux/linux-6.6/drivers/gpu/drm/i915/gt/uc/
H A Dintel_guc_ct.h69 struct intel_guc_ct_buffer recv; member
/third_party/FreeBSD/sys/dev/usb/net/
H A Dusb_eth_drv.h91 eth_recv recv; member

Completed in 10 milliseconds

12345678910