/foundation/arkui/ui_lite/tools/qt/simulator/drivers/indev/ |
H A D | mousewheel_input.h | 31 void MousewheelHandler(QWheelEvent* event);
|
/foundation/barrierfree/accessibility/services/aams/test/mock/include/ |
H A D | mock_accessible_ability_manager_service_event_handler.h | 27 MOCK_METHOD1(ProcessEvent, void(const AppExecFwk::InnerEvent::Pointer& event));
|
/foundation/barrierfree/accessibility/services/test/moduletest/mock/include/ |
H A D | mock_mt_accessibility_zoom_gesture.h | 29 MOCK_METHOD1(Triple, bool(MMI::PointerEvent& event));
|
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/ipc_callbacks/ |
H A D | screen_change_callback.h | 31 virtual void OnScreenChanged(ScreenId id, ScreenEvent event) = 0;
|
/foundation/multimedia/drm_framework/services/drm_service/ipc/ |
H A D | i_mediakeysystem_service_callback.h | 26 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 D | hi_state_machine_observer.h | 30 virtual void OnEventHandled(const HiStateMachine &stateMachine, int32_t event, int32_t result) = 0;
|
/foundation/multimodalinput/input/service/touch_event_normalize/include/ |
H A D | transform_processor.h | 28 virtual std::shared_ptr<PointerEvent> OnEvent(struct libinput_event *event) = 0;
|
/foundation/resourceschedule/device_usage_statistics/services/packageusage/include/ |
H A D | bundle_active_event_list.h | 39 * 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 D | wifi_direct_event_dispatcher.cpp | 38 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 D | mock_ap_monitor.h | 28 MOCK_CONST_METHOD2(StationChangeEvent, void(StationInfo &staInfo, const int event));
|
/foundation/distributedhardware/distributed_audio/services/audioprocessor/interface/ |
H A D | iaudio_processor_callback.h | 32 virtual void OnStateNotify(const AudioEvent &event) = 0;
|
/foundation/distributedhardware/distributed_hardware_fwk/av_transport/interface/ |
H A D | i_av_sender_engine_callback.h | 43 * @param event event content. 46 virtual int32_t OnSenderEvent(const AVTransEvent &event) = 0;
|
/third_party/node/deps/v8/src/diagnostics/ |
H A D | gdb-jit.h | 37 void EventHandler(const v8::JitCodeEvent* event);
|
/third_party/node/deps/v8/src/third_party/vtune/ |
H A D | vtune-jit.h | 74 static void event_handler(const v8::JitCodeEvent* event);
|
/third_party/python/Include/cpython/ |
H A D | sysmodule.h | 13 const char *event,
|
/foundation/arkui/ace_engine/test/unittest/core/pattern/web/ |
H A D | web_pattern_test_handle_ng.cpp | 1049 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 D | system_ability_state_scheduler_test.cpp | 696 * @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 D | ace_container.cpp | 534 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 D | frw_task.c | 58 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 D | future_factory.cpp | 155 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 D | video_source_screen.cpp | 25 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 D | interaction.h | 20 #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 D | web_resource.cpp | 26 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 D | xcomponent_resource.cpp | 26 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 D | focusable_element.cpp | 98 const KeyEvent& event) { in Update() 100 callback(event, result); in Update()
|