Home
last modified time | relevance | path

Searched refs:event (Results 2026 - 2050 of 4093) sorted by relevance

1...<<81828384858687888990>>...164

/foundation/arkui/ui_lite/tools/qt/simulator/drivers/indev/
H A Dmousewheel_input.h31 void MousewheelHandler(QWheelEvent* event);
/foundation/barrierfree/accessibility/services/aams/test/mock/include/
H A Dmock_accessible_ability_manager_service_event_handler.h27 MOCK_METHOD1(ProcessEvent, void(const AppExecFwk::InnerEvent::Pointer& event));
/foundation/barrierfree/accessibility/services/test/moduletest/mock/include/
H A Dmock_mt_accessibility_zoom_gesture.h29 MOCK_METHOD1(Triple, bool(MMI::PointerEvent& event));
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/ipc_callbacks/
H A Dscreen_change_callback.h31 virtual void OnScreenChanged(ScreenId id, ScreenEvent event) = 0;
/foundation/multimedia/drm_framework/services/drm_service/ipc/
H A Di_mediakeysystem_service_callback.h26 virtual int32_t SendEvent(DrmEventType event, int32_t extra, const std::vector<uint8_t> &data) = 0;
/foundation/multimedia/media_lite/services/player_lite/impl/player_control/player/fsm/src/
H A Dhi_state_machine_observer.h30 virtual void OnEventHandled(const HiStateMachine &stateMachine, int32_t event, int32_t result) = 0;
/foundation/multimodalinput/input/service/touch_event_normalize/include/
H A Dtransform_processor.h28 virtual std::shared_ptr<PointerEvent> OnEvent(struct libinput_event *event) = 0;
/foundation/resourceschedule/device_usage_statistics/services/packageusage/include/
H A Dbundle_active_event_list.h39 * function: Clear, clear all event in member events_.
43 * function: Insert, insert a event to member events_.
44 * parameters: event
46 void Insert(BundleActiveEvent event);
48 * function: FindBestIndex, find best index to insert event.
/foundation/communication/dsoftbus/core/connection/wifi_direct_cpp/event/
H A Dwifi_direct_event_dispatcher.cpp38 bool WifiDirectEventDispatcher::Dispatch(const std::shared_ptr<WifiDirectEventBase> &event) in Dispatch() argument
40 CONN_LOGI(CONN_WIFI_DIRECT, "ignore unhandled event"); in Dispatch()
/foundation/communication/wifi/wifi/test/wifi_standard/wifi_framework/wifi_manage/wifi_ap/Mock/
H A Dmock_ap_monitor.h28 MOCK_CONST_METHOD2(StationChangeEvent, void(StationInfo &staInfo, const int event));
/foundation/distributedhardware/distributed_audio/services/audioprocessor/interface/
H A Diaudio_processor_callback.h32 virtual void OnStateNotify(const AudioEvent &event) = 0;
/foundation/distributedhardware/distributed_hardware_fwk/av_transport/interface/
H A Di_av_sender_engine_callback.h43 * @param event event content.
46 virtual int32_t OnSenderEvent(const AVTransEvent &event) = 0;
/third_party/node/deps/v8/src/diagnostics/
H A Dgdb-jit.h37 void EventHandler(const v8::JitCodeEvent* event);
/third_party/node/deps/v8/src/third_party/vtune/
H A Dvtune-jit.h74 static void event_handler(const v8::JitCodeEvent* event);
/third_party/python/Include/cpython/
H A Dsysmodule.h13 const char *event,
/foundation/arkui/ace_engine/test/unittest/core/pattern/web/
H A Dweb_pattern_test_handle_ng.cpp1049 auto event = std::make_shared<OHOS::NWeb::MockNWebKeyEvent>(); in HWTEST_F() local
1050 EXPECT_NE(event, nullptr); in HWTEST_F()
1059 webPattern->KeyboardReDispatch(event, isUsed); in HWTEST_F()
1083 auto event = std::make_shared<OHOS::NWeb::MockNWebKeyEvent>(); in HWTEST_F() local
1084 EXPECT_NE(event, nullptr); in HWTEST_F()
1093 webPattern->KeyboardReDispatch(event, isUsed); in HWTEST_F()
1117 auto event = std::make_shared<OHOS::NWeb::MockNWebKeyEventFalse>(); in HWTEST_F() local
1118 EXPECT_NE(event, nullptr); in HWTEST_F()
1127 webPattern->KeyboardReDispatch(event, isUsed); in HWTEST_F()
1151 auto event in HWTEST_F() local
1185 auto event = std::make_shared<OHOS::NWeb::MockNWebKeyEventAf>(); HWTEST_F() local
[all...]
/foundation/systemabilitymgr/samgr/services/samgr/native/test/unittest/src/
H A Dsystem_ability_state_scheduler_test.cpp696 * @tc.desc: test SendDelayUnloadEventLocked, has delay event
714 * @tc.desc: test SendDelayUnloadEventLocked, not has delay event
748 * @tc.desc: test RemoveDelayUnloadEventLocked, has delay event
765 * @tc.desc: test RemoveDelayUnloadEventLocked, not has delay event
898 * @tc.desc: test HandlePendingLoadEventLocked, no pending event
916 * @tc.desc: test HandlePendingLoadEventLocked, load pending event
1299 OnDemandEvent event = { DEVICE_ONLINE, SA_TAG_DEVICE_ON_LINE, "on" }; in HWTEST_F() local
1304 int32_t result = systemAbilityStateScheduler->CheckStartEnableOnce(event, saControl, callback); in HWTEST_F()
1319 OnDemandEvent event = { DEVICE_ONLINE, SA_TAG_DEVICE_ON_LINE, "on" }; in HWTEST_F() local
1324 systemAbilityStateScheduler->startEnableOnceMap_[saControl.saId].emplace_back(event); in HWTEST_F()
1341 OnDemandEvent event; HWTEST_F() local
1449 OnDemandEvent event = { DEVICE_ONLINE, SA_TAG_DEVICE_ON_LINE, "off" }; HWTEST_F() local
1468 OnDemandEvent event = { DEVICE_ONLINE, SA_TAG_DEVICE_ON_LINE, "off" }; HWTEST_F() local
1487 OnDemandEvent event = { DEVICE_ONLINE, SA_TAG_DEVICE_ON_LINE, "off" }; HWTEST_F() local
[all...]
/foundation/arkui/ace_engine/adapter/ohos/entrance/
H A Dace_container.cpp534 LOGI("textfield consumed backpressed event"); in OnBackPressed()
541 TAG_LOGI(AceLogTag::ACE_UIEVENT, "subwindow consumed backpressed event"); in OnBackPressed()
547 TAG_LOGI(AceLogTag::ACE_UIEVENT, "Menu consumed backpressed event"); in OnBackPressed()
554 TAG_LOGI(AceLogTag::ACE_UIEVENT, "subwindow consumed backpressed event"); in OnBackPressed()
829 const TouchEvent& event, const std::function<void()>& markProcess, in InitializeCallback()
832 context->CheckAndLogLastReceivedTouchEventInfo(event.touchEventId, event.type); in InitializeCallback()
833 auto touchTask = [context, event, markProcess, node]() { in InitializeCallback()
834 if (event.type == TouchType::HOVER_ENTER || event in InitializeCallback()
[all...]
/device/soc/hisilicon/common/platform/wifi/hi3881v100/driver/frw/
H A Dfrw_task.c58 hi_u32 event; in frw_task_thread() local
67 hi_event_wait(get_app_event_id(), HI_EVENT_FRW_TASK, &event, HI_SYS_WAIT_FOREVER, in frw_task_thread() local
158 功能描述 : 唤醒event时间处理线程,与wake_event_interruptible对应
/foundation/ai/ai_engine/services/server/server_executor/source/
H A Dfuture_factory.cpp155 int FutureFactory::ProcessResponse(PluginEvent event, IResponse *response) in ProcessResponse() argument
167 FutureStatus status = Future::ConvertPluginStatus(event); in ProcessResponse()
/foundation/CastEngine/castengine_wifi_display/services/impl/screen_capture/mediasource/
H A Dvideo_source_screen.cpp25 Rosen::ScreenGroupChangeEvent event) in OnChange()
28 switch (event) { in OnChange()
24 OnChange(const std::vector<uint64_t> &screenIds, Rosen::ScreenGroupChangeEvent event) OnChange() argument
/foundation/CastEngine/castengine_wifi_display/services/interaction/
H A Dinteraction.h20 #include "event/event_base.h"
21 #include "event/handle_event_base.h"
79 int32_t HandleEvent(SharingEvent &event) final;
89 int32_t ForwardEvent(uint32_t contextId, uint32_t agentId, SharingEvent &event, bool isSync) override;
/foundation/arkui/ace_engine/frameworks/core/components/web/resource/
H A Dweb_resource.cpp26 const char WEB_EVENT[] = "event";
109 std::string WebResource::MakeEventHash(const std::string& event) const in MakeEventHash()
115 eventHash += event; in MakeEventHash()
/foundation/arkui/ace_engine/frameworks/core/components/xcomponent/resource/
H A Dxcomponent_resource.cpp26 const char XCOMPONENT_EVENT[] = "event";
107 std::string XComponentResource::MakeEventHash(const std::string& event) const in MakeEventHash()
113 eventHash += event; in MakeEventHash()
/foundation/arkui/ace_engine/frameworks/core/components/focusable/
H A Dfocusable_element.cpp98 const KeyEvent& event) { in Update()
100 callback(event, result); in Update()

Completed in 17 milliseconds

1...<<81828384858687888990>>...164