Home
last modified time | relevance | path

Searched refs:GetCancelEventFlag (Results 1 - 6 of 6) sorted by relevance

/foundation/multimodalinput/input/test/facility/mock/include/
H A Dinput_windows_manager_mock.h114 bool GetCancelEventFlag(std::shared_ptr<PointerEvent> pointerEvent) { return false; } in GetCancelEventFlag() function in OHOS::MMI::final
/foundation/multimodalinput/input/service/window_manager/include/
H A Di_input_windows_manager.h93 virtual bool GetCancelEventFlag(std::shared_ptr<PointerEvent> pointerEvent) = 0;
H A Dinput_windows_manager.h86 bool GetCancelEventFlag(std::shared_ptr<PointerEvent> pointerEvent);
/foundation/multimodalinput/input/service/event_dispatch/src/
H A Devent_dispatch_handler.cpp278 if (WIN_MGR->GetCancelEventFlag(point) && udsServer->GetSession(fd) == nullptr && in HandlePointerEventInner()
/foundation/multimodalinput/input/service/window_manager/test/
H A Dinput_windows_manager_test.cpp6702 * @tc.desc: Test the funcation GetCancelEventFlag
6718 EXPECT_TRUE(inputWindowsManager.GetCancelEventFlag(pointerEvent)); in HWTEST_F()
6721 EXPECT_TRUE(inputWindowsManager.GetCancelEventFlag(pointerEvent)); in HWTEST_F()
6726 * @tc.desc: Test the funcation GetCancelEventFlag
6738 EXPECT_FALSE(inputWindowsManager.GetCancelEventFlag(pointerEvent)); in HWTEST_F()
6742 EXPECT_TRUE(inputWindowsManager.GetCancelEventFlag(pointerEvent)); in HWTEST_F()
6745 EXPECT_FALSE(inputWindowsManager.GetCancelEventFlag(pointerEvent)); in HWTEST_F()
/foundation/multimodalinput/input/service/window_manager/src/
H A Dinput_windows_manager.cpp283 bool InputWindowsManager::GetCancelEventFlag(std::shared_ptr<PointerEvent> pointerEvent) in GetCancelEventFlag() function in OHOS::MMI::InputWindowsManager

Completed in 25 milliseconds