Home
last modified time | relevance | path

Searched refs:CheckModifiers (Results 1 - 5 of 5) sorted by relevance

/foundation/graphic/graphic_2d/rosen/modules/render_service/core/pipeline/
H A Drs_surface_capture_task_parallel.h49 static void CheckModifiers(NodeId id, bool useCurWindow);
H A Drs_surface_capture_task_parallel.cpp65 void RSSurfaceCaptureTaskParallel::CheckModifiers(NodeId id, bool useCurWindow) in CheckModifiers() function in OHOS::Rosen::RSSurfaceCaptureTaskParallel
67 RS_TRACE_NAME("RSSurfaceCaptureTaskParallel::CheckModifiers"); in CheckModifiers()
H A Drs_render_service_connection.cpp985 RSSurfaceCaptureTaskParallel::CheckModifiers(id, captureConfig.useCurWindow);
/foundation/multimodalinput/input/service/subscriber/include/
H A Dkey_shortcut_manager.h152 bool CheckModifiers(std::shared_ptr<KeyEvent> keyEvent, const KeyShortcut &shortcut) const;
/foundation/multimodalinput/input/service/subscriber/src/
H A Dkey_shortcut_manager.cpp654 ((shortcut.finalKey == keyEvent->GetKeyCode()) && CheckModifiers(keyEvent, shortcut))); in CheckCombination()
674 bool KeyShortcutManager::CheckModifiers(std::shared_ptr<KeyEvent> keyEvent, const KeyShortcut &shortcut) const in CheckModifiers() function in OHOS::MMI::KeyShortcutManager

Completed in 6 milliseconds