Home
last modified time | relevance | path

Searched defs:receiver (Results 1 - 25 of 267) sorted by relevance

1234567891011

/third_party/node/test/parallel/
H A Dtest-buffer-tojson.js30 function receiver(key, value) { function
/foundation/multimedia/image_framework/frameworks/innerkitsimpl/receiver/include/
H A Dimage_receiver_buffer_processor.h25 explicit ImageReceiverBufferProcessor(ImageReceiver* receiver) : receiver_(receiver) in ImageReceiverBufferProcessor() argument
/base/sensors/miscdevice/services/miscdevice_service/src/
H A Dmiscdevice_common_event_subscriber.cpp25 MiscdeviceCommonEventSubscriber( const EventFwk::CommonEventSubscribeInfo &subscribeInfo, EventReceiver receiver) MiscdeviceCommonEventSubscriber() argument
/third_party/node/deps/v8/src/builtins/
H A Dbuiltins-utils-inl.h23 Handle<Object> BuiltinArguments::receiver() const { return at<Object>(0); } in receiver() function in v8::internal::BuiltinArguments
H A Dbuiltins-reflect.cc103 Handle<Object> receiver = args.length() > 4 ? args.at(4) : target; in BUILTIN() local
H A Dbuiltins-bigint.cc98 Object BigIntToStringImpl(Handle<Object> receiver, Handle<Object> radix, in BigIntToStringImpl() argument
/third_party/node/deps/v8/src/runtime/
H A Druntime-function.cc82 Handle<Object> receiver = args.at(1); in RUNTIME_FUNCTION() local
H A Druntime-generator.cc50 Handle<Object> receiver = args.at(1); in RUNTIME_FUNCTION() local
H A Druntime-forin.cc26 Enumerate(Isolate* isolate, Handle<JSReceiver> receiver) Enumerate() argument
50 HasEnumerableProperty(Isolate* isolate, Handle<JSReceiver> receiver, Handle<Object> key) HasEnumerableProperty() argument
122 Handle<JSReceiver> receiver = args.at<JSReceiver>(0); RUNTIME_FUNCTION() local
130 Handle<JSReceiver> receiver = args.at<JSReceiver>(0); RUNTIME_FUNCTION() local
[all...]
/third_party/rust/crates/serde/serde_derive_internals/src/
H A Dmod.rs7 mod receiver; modules
/third_party/rust/crates/serde/serde_derive/src/internals/
H A Dmod.rs7 mod receiver; modules
/foundation/communication/dsoftbus/core/connection/wifi_direct_cpp/utils/
H A Dwifi_direct_trace.cpp30 uint32_t receiver = 0; in ConvertTraceChainId() local
/foundation/distributedhardware/distributed_hardware_fwk/av_transport/av_trans_control_center/test/unittest/inner_kits/
H A Dav_trans_control_center_callback_test.cpp125 std::shared_ptr<IAVReceiverEngine> receiver = std::shared_ptr<ReceiverEngineTest>(); in HWTEST_F() local
/foundation/distributedhardware/distributed_hardware_fwk/av_transport/av_trans_control_center/inner_kits/src/
H A Dav_trans_control_center_callback.cpp65 void AVTransControlCenterCallback::SetReceiverEngine(const std::shared_ptr<IAVReceiverEngine> &receiver) in SetReceiverEngine() argument
/third_party/jerryscript/tests/jerry/es2015/
H A Dproxy_call.js
/third_party/node/src/
H A Dnode_process.h68 static void FastNumber(v8::Local<v8::Value> receiver) { in FastNumber() argument
76 static void FastBigInt(v8::Local<v8::Value> receiver) { in FastBigInt() argument
/third_party/python/Tools/demo/
H A Dmcast.py51 def receiver(group): function
/third_party/skia/third_party/externals/oboe/apps/OboeTester/app/src/main/java/com/mobileer/miditools/
H A DMidiFramer.java40 public MidiFramer(MidiReceiver receiver) { in MidiFramer() argument
/base/hiviewdfx/hiview/plugins/sysevent_source/test/fuzztest/common/eventserversocket_fuzzer/
H A Deventserversocket_fuzzer.cpp73 std::shared_ptr<SysEventReceiver> receiver = std::make_shared<SysEventReceiver>(source); in SysEventServerSocketFuzzTest() local
/base/telephony/sms_mms/test/gtest/
H A Dmms_receiver_mgr_gtest.cpp105 const std::shared_ptr<TelEventHandler> receiver = std::make_shared<MmsReceiveManager>(slotId); in HWTEST_F() local
/foundation/communication/netmanager_base/test/netmanagernative/unittest/netsys_wrapper_test/
H A Ddata_receiver_test.cpp53 std::unique_ptr<DataReceiver> receiver = std::make_unique<DataReceiver>(testSocket, TEST_FORMAT); in HWTEST_F() local
60 std::unique_ptr<DataReceiver> receiver = std::make_unique<DataReceiver>(TEST_SOCKET, testFormat); in HWTEST_F() local
/foundation/distributedhardware/distributed_hardware_fwk/av_transport/av_trans_engine/av_receiver/test/unittest/av_receiver_engine_provider/src/
H A Dav_receiver_engine_provider_test.cpp78 auto receiver = std::make_shared<AVReceiverEngine>(ownerName, peerDevId); in HWTEST_F() local
/foundation/distributedhardware/distributed_hardware_fwk/av_transport/av_trans_engine/av_receiver/src/
H A Dav_receiver_engine_provider.cpp60 auto receiver = std::make_shared<AVReceiverEngine>(ownerName_, peerDevId); in CreateAVReceiverEngine() local
[all...]
/third_party/node/deps/v8/src/objects/
H A Dapi-callbacks-inl.h80 bool AccessorInfo::IsCompatibleReceiver(Object receiver) { in IsCompatibleReceiver() argument
H A Dprototype-inl.h30 PrototypeIterator::PrototypeIterator(Isolate* isolate, JSReceiver receiver, in PrototypeIterator() argument
17 PrototypeIterator(Isolate* isolate, Handle<JSReceiver> receiver, WhereToStart where_to_start, WhereToEnd where_to_end) PrototypeIterator() argument

Completed in 7 milliseconds

1234567891011