Home
last modified time | relevance | path

Searched refs:event (Results 7226 - 7250 of 9693) sorted by relevance

1...<<281282283284285286287288289290>>...388

/kernel/linux/linux-6.6/net/rfkill/
H A Dinput.c310 .event = rfkill_event,
/test/testfwk/arkxtest/uitest/cj/
H A Dui_event_observer_impl.cpp42 LOG_E("[UiEventObserverImpl]Missing event type argument"); in PreprocessCallOnce()
43 err = ApiCallErr(ERR_INVALID_INPUT, "Missing event type argument"); in PreprocessCallOnce()
46 auto event = paramList.at(0).get<string>(); in PreprocessCallOnce() local
/test/xts/hats/hdf/camera/cameraMg_additional/v1_0/include/
H A Dcommon.h194 int32_t OnCameraEvent(const std::string& cameraId, CameraEvent event) override;
/test/xts/hats/hdf/camera/cameraHdi/v4l2/include/
H A Dtest_display.h201 int32_t OnCameraEvent(const std::string& cameraId, CameraEvent event) override;
/test/xts/hats/hdf/camera/cameraMg/v1_0/include/
H A Dcommon.h209 int32_t OnCameraEvent(const std::string& cameraId, CameraEvent event) override;
/third_party/alsa-lib/include/
H A Dtimer.h79 /** timer read event identification */
105 /** timer tstamp + event read structure */
107 snd_timer_event_t event; /**< Timer event */ member
108 snd_htimestamp_t tstamp; /**< Time stamp of each event */
123 /** use timestamps and event notification - enhanced read */
/third_party/icu/tools/unicodetools/com/ibm/rbm/
H A DRBJavaExporter.java11 import java.awt.event.*;
/third_party/libwebsockets/lib/drivers/netdev/
H A Dnetdev.c234 return ni->ops->event(ni, timestamp, buf, len); in lws_netdev_smd_cb()
/third_party/libcoap/include/coap3/
H A Dcoap_net.h116 * event was received that indicates delivering the message is not possible.
243 * select() or returned as an event in an application's epoll_wait() call.
503 * Invokes the event handler of @p context for the given @p event and
506 * @param context The CoAP context whose event handler is to be called.
507 * @param event The event to deliver.
508 * @param session The session related to @p event.
509 * @return The result from the associated event handler or 0 if none was
513 coap_event_t event,
[all...]
/third_party/musl/porting/liteos_m/kernel/include/bits/
H A Dalltypes.h435 EVENT_CB_S event; /**< Event object*/ member
/third_party/musl/porting/liteos_m_iccarm/kernel/include/bits/
H A Dalltypes.h386 EVENT_CB_S event; /**< Event object*/ member
/third_party/node/deps/ngtcp2/nghttp3/lib/
H A Dnghttp3_stream.h368 nghttp3_stream_http_event event);
/third_party/node/deps/npm/test/lib/commands/
H A Dci.js148 scripts.push(opts.event)
/third_party/node/deps/v8/include/
H A Dv8-callbacks.h36 * A JIT code event is issued each time code is added, moved or removed.
64 // Type of event.
71 // Script info for CODE_ADDED event.
73 // User-defined data for *_LINE_INFO_* event. It's used to hold the source
75 // CODE_START_LINE_INFO_RECORDING event. And it's passed to subsequent
136 * \param event code add, move or removal event.
138 using JitCodeEventHandler = void (*)(const JitCodeEvent* event);
/third_party/node/deps/v8/include/v8-include/
H A Dv8-callbacks.h38 * A JIT code event is issued each time code is added, moved or removed.
66 // Type of event.
73 // Script info for CODE_ADDED event.
75 // User-defined data for *_LINE_INFO_* event. It's used to hold the source
77 // CODE_START_LINE_INFO_RECORDING event. And it's passed to subsequent
138 * \param event code add, move or removal event.
140 using JitCodeEventHandler = void (*)(const JitCodeEvent* event);
/third_party/python/Lib/idlelib/
H A Dbrowser.py98 def close(self, event=None):
H A Dsearchbase.py68 def close(self, event=None):
H A Dgrep.py129 def default_command(self, event=None):
/third_party/python/Lib/idlelib/idle_test/
H A Dtest_editor.py173 nl(event=None)
/third_party/skia/third_party/externals/angle2/src/tests/perf_tests/
H A DANGLEPerfTest.h165 bool popEvent(Event *event);
223 // Trace event record that can be output.
/third_party/skia/third_party/externals/dawn/src/dawn_node/binding/
H A DGPUDevice.h99 bool dispatchEvent(Napi::Env, interop::Interface<interop::Event> event) override;
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/
H A DjsUIContext.js347 animateTo(value, event) {
349 Context.animateTo(value, event);
497 animateToImmediately(param, event) {
499 Context.animateToImmediately(param, event);
/foundation/arkui/ace_engine/adapter/ohos/entrance/
H A Dace_ability.cpp144 void AceWindowListener::OnDrag(int32_t x, int32_t y, OHOS::Rosen::DragEvent event) in OnDrag() argument
147 callbackOwner_->OnDrag(x, y, event); in OnDrag()
251 // register drag event callback in OnStart()
449 // action event handler in OnStart()
457 LOGI("on Action called to event handler, bundle:%{public}s ability:%{public}s, params:%{public}s", in OnStart()
469 // set window id & action event handler in OnStart()
772 void AceAbility::OnDrag(int32_t x, int32_t y, OHOS::Rosen::DragEvent event) in OnDrag() argument
780 switch (event) { in OnDrag()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/scrollable/
H A Dscrollable.cpp173 [info](GestureEventFunc& event) { in SetOnActionEnd()
175 event(gestureInfo); in SetOnActionEnd()
198 [info](GestureEventFunc& event) { in SetOnActionCancel()
200 event(gestureInfo); in SetOnActionCancel()
/foundation/multimedia/av_codec/services/media_engine/filters/
H A Ddecoder_surface_filter.cpp632 Event event { in ReleaseOutputBuffer()
636 eventReceiver_->OnEvent(event); in ReleaseOutputBuffer()
656 Event event { in ReleaseOutputBuffer()
660 eventReceiver_->OnEvent(event); in ReleaseOutputBuffer()

Completed in 32 milliseconds

1...<<281282283284285286287288289290>>...388