/foundation/arkui/ace_engine/test/unittest/interfaces/ |
H A D | native_gesture_test.cpp | 55 auto onActionCallBack = [](ArkUI_GestureEvent *event, void *extraParam) {}; in HWTEST_F()
|
/foundation/arkui/ui_lite/test/uitest/test_animator/ |
H A D | ui_test_animator.h | 83 bool OnClick(UIView& view, const ClickEvent& event) override;
|
/foundation/arkui/ui_lite/test/uitest/test_edit_text/ |
H A D | ui_test_edit_text.cpp | 115 bool UITestEditText::OnClick(UIView& view, const ClickEvent& event) in OnClick() argument
|
/foundation/arkui/ui_lite/test/uitest/test_layout/ |
H A D | ui_test_basic_layout.h | 62 bool OnClick(UIView& view, const ClickEvent& event) override;
|
/foundation/communication/bluetooth_service/services/bluetooth/service/src/ble/ |
H A D | ble_security.h | 94 * @param [in] event gap event. 97 void HandleGapEvent(const BLE_GAP_CB_EVENT &event, const BleGapCallbackParam ¶m);
|
/foundation/communication/bluetooth_service/services/bluetooth/service/src/gavdp/ |
H A D | a2dp_def.h | 214 uint8_t event; member
|
/foundation/multimedia/av_codec/services/media_engine/modules/muxer/ |
H A D | media_muxer.h | 44 void OnEvent(const Plugins::PluginEvent &event) override;
|
/foundation/graphic/graphic_2d/rosen/modules/render_service_client/core/ui/ |
H A D | rs_ui_director.h | 83 static void AnimationCallbackProcessor(NodeId nodeId, AnimationId animId, AnimationCallbackEvent event);
|
/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/ipc_callbacks/ |
H A D | screen_change_callback_stub_test.cpp | 28 void OnScreenChanged(ScreenId id, ScreenEvent event) override {};
|
/foundation/graphic/graphic_2d/rosen/modules/platform/eventhandler/ |
H A D | event_queue.h | 43 // High priority event, sorted by handle time, should be distributed before low priority event. 45 // Normal event, sorted by handle time. 47 // Event that should be distributed only if no other event right now. 57 * Insert an event into event queue with different priority. 60 * @param event Event instance which should be added into event queue. 61 * @param Priority Priority of the event 65 void Insert(InnerEvent::Pointer &event, Priorit [all...] |
/foundation/multimedia/media_foundation/engine/pipeline/core/ |
H A D | filter.h | 23 #include "pipeline/core/event.h" 61 virtual void OnEvent(const Event& event) = 0;
|
/foundation/multimedia/media_foundation/services/media_monitor/server/include/ |
H A D | event_aggregate.h | 81 void HandleDeviceChangeForDuration(const DeviceChangeEvent &event,
|
/foundation/multimedia/media_foundation/engine/include/pipeline/filters/sink/audio_sink/ |
H A D | audio_sink_filter.h | 80 void OnEvent(const Plugin::PluginEvent& event) override;
|
/foundation/multimedia/media_foundation/engine/include/pipeline/filters/source/media_source/ |
H A D | media_source_filter.h | 69 void OnEvent(const Plugin::PluginEvent& event) override;
|
/foundation/multimedia/camera_framework/services/deferred_processing_service/include/schedule/video_processor/strategy/ |
H A D | video_strategy_center.h | 75 void HandleEventChanged(EventType event, int32_t value);
|
/foundation/multimedia/image_effect/frameworks/native/effect/pipeline/include/core/ |
H A D | filter_base.h | 86 IMAGE_EFFECT_EXPORT void OnEvent(const Event &event) override;
|
/foundation/multimedia/av_session/interfaces/inner_api/native/session/include/ |
H A D | av_session.h | 182 * @brief Listen for AVSession Callback event. 184 * @param callback Listen for AVSession Callback event{@link AVSessionCallback}. 243 * @param event Name of the session event set 244 * @param args Session event key-value pairs passed 248 virtual int32_t SetSessionEvent(const std::string& event, const AAFwk::WantParams& args) = 0; 268 * @brief Start to listen castDisplay event. 276 * @brief Stop to listen castDisplay event.
|
/foundation/multimedia/av_session/services/session/ipc/proxy/ |
H A D | avsession_proxy.h | 96 int32_t SetSessionEvent(const std::string& event, const AAFwk::WantParams& args) override;
|
/foundation/multimedia/av_codec/test/unittest/filter_test/ |
H A D | audio_data_source_filter_unit_test.h | 141 void OnEvent(const Event &event) in OnEvent() argument
|
H A D | audio_capture_filter_unit_test.h | 46 void OnEvent(const Event &event) in OnEvent() argument
|
H A D | muxer_filter_unit_test.h | 63 void OnEvent(const Event& event) in OnEvent() argument
|
/foundation/multimedia/media_lite/services/player_lite/impl/player_control/sink/ |
H A D | player_audio_sink.h | 71 void RenderRptEvent(EventCbType event);
|
H A D | player_video_sink.h | 64 void RenderRptEvent(EventCbType event);
|
/foundation/multimedia/player_framework/services/engine/histreamer/avmetadatahelper/ |
H A D | av_thumbnail_generator.h | 44 void OnEvent(const Event &event);
|
/foundation/multimedia/media_lite/services/player_lite/impl/player_control/include/ |
H A D | player_define.h | 194 typedef int32_t (*OnEventCallback)(void* priv, EventCbType event, int32_t ext1, int32_t ext2);
|