/kernel/linux/linux-6.6/net/rfkill/ |
H A D | input.c | 310 .event = rfkill_event,
|
/test/testfwk/arkxtest/uitest/cj/ |
H A D | ui_event_observer_impl.cpp | 42 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 D | common.h | 194 int32_t OnCameraEvent(const std::string& cameraId, CameraEvent event) override;
|
/test/xts/hats/hdf/camera/cameraHdi/v4l2/include/ |
H A D | test_display.h | 201 int32_t OnCameraEvent(const std::string& cameraId, CameraEvent event) override;
|
/test/xts/hats/hdf/camera/cameraMg/v1_0/include/ |
H A D | common.h | 209 int32_t OnCameraEvent(const std::string& cameraId, CameraEvent event) override;
|
/third_party/alsa-lib/include/ |
H A D | timer.h | 79 /** 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 D | RBJavaExporter.java | 11 import java.awt.event.*;
|
/third_party/libwebsockets/lib/drivers/netdev/ |
H A D | netdev.c | 234 return ni->ops->event(ni, timestamp, buf, len); in lws_netdev_smd_cb()
|
/third_party/libcoap/include/coap3/ |
H A D | coap_net.h | 116 * 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 D | alltypes.h | 435 EVENT_CB_S event; /**< Event object*/ member
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/bits/ |
H A D | alltypes.h | 386 EVENT_CB_S event; /**< Event object*/ member
|
/third_party/node/deps/ngtcp2/nghttp3/lib/ |
H A D | nghttp3_stream.h | 368 nghttp3_stream_http_event event);
|
/third_party/node/deps/npm/test/lib/commands/ |
H A D | ci.js | 148 scripts.push(opts.event)
|
/third_party/node/deps/v8/include/ |
H A D | v8-callbacks.h | 36 * 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 D | v8-callbacks.h | 38 * 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 D | browser.py | 98 def close(self, event=None):
|
H A D | searchbase.py | 68 def close(self, event=None):
|
H A D | grep.py | 129 def default_command(self, event=None):
|
/third_party/python/Lib/idlelib/idle_test/ |
H A D | test_editor.py | 173 nl(event=None)
|
/third_party/skia/third_party/externals/angle2/src/tests/perf_tests/ |
H A D | ANGLEPerfTest.h | 165 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 D | GPUDevice.h | 99 bool dispatchEvent(Napi::Env, interop::Interface<interop::Event> event) override;
|
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/ |
H A D | jsUIContext.js | 347 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 D | ace_ability.cpp | 144 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 D | scrollable.cpp | 173 [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 D | decoder_surface_filter.cpp | 632 Event event { in ReleaseOutputBuffer() 636 eventReceiver_->OnEvent(event); in ReleaseOutputBuffer() 656 Event event { in ReleaseOutputBuffer() 660 eventReceiver_->OnEvent(event); in ReleaseOutputBuffer()
|