Home
last modified time | relevance | path

Searched refs:HasPointerDevice (Results 1 – 10 of 10) sorted by relevance

/ohos5.0/foundation/multimodalinput/input/service/window_manager/test/
H A Dmock.h48 virtual bool HasPointerDevice() = 0;
64 MOCK_METHOD0(HasPointerDevice, bool());
H A Dmock.cpp270 bool InputDeviceManager::HasPointerDevice() in HasPointerDevice() function in OHOS::InputDeviceManager
275 return DfsMessageParcel::messageParcel->HasPointerDevice(); in HasPointerDevice()
H A Dinput_windows_manager_ex_test.cpp144 EXPECT_CALL(*messageParcelMock_, HasPointerDevice()).WillOnce(Return(false));
161 EXPECT_CALL(*messageParcelMock_, HasPointerDevice()).WillOnce(Return(true));
187 EXPECT_CALL(*messageParcelMock_, HasPointerDevice()).WillOnce(Return(true));
214 EXPECT_CALL(*messageParcelMock_, HasPointerDevice()).WillOnce(Return(true));
240 EXPECT_CALL(*messageParcelMock_, HasPointerDevice()).WillOnce(Return(true));
281 EXPECT_CALL(*messageParcelMock_, HasPointerDevice()).WillOnce(Return(true));
325 EXPECT_CALL(*messageParcelMock_, HasPointerDevice()).WillOnce(Return(true));
/ohos5.0/foundation/multimodalinput/input/test/fuzztest/inputdevicemanager_fuzzer/
H A Dinputdevicemanager_fuzzer.cpp60 INPUT_DEV_MGR->HasPointerDevice(); in InputDeviceManagerFuzzTest()
/ohos5.0/foundation/multimodalinput/input/service/device_manager/include/
H A Dinput_device_manager.h78 bool HasPointerDevice();
/ohos5.0/foundation/multimodalinput/input/service/device_manager/src/
H A Dinput_device_manager.cpp326 bool InputDeviceManager::HasPointerDevice() in HasPointerDevice() function in OHOS::MMI::InputDeviceManager
461 if (IsPointerDevice(inputDevice) && !HasPointerDevice() && in OnInputDeviceAdded()
505 if (IsPointerDevice(inputDevice) && !HasPointerDevice() && in OnInputDeviceRemoved()
/ohos5.0/foundation/multimodalinput/input/service/window_manager/src/
H A Dpointer_drawing_manager.cpp178 …if (!WIN_MGR->HasMouseHideFlag() || INPUT_DEV_MGR->HasPointerDevice() || INPUT_DEV_MGR->HasVirtual… in ForceClearPointerVisiableStatus()
1614 if (!(INPUT_DEV_MGR->HasPointerDevice() || WIN_MGR->IsMouseSimulate()) || pid_ == 0) { in IsPointerVisible()
1729 …if (!WIN_MGR->HasMouseHideFlag() || INPUT_DEV_MGR->HasPointerDevice() || INPUT_DEV_MGR->HasVirtual… in SetPointerVisible()
1900 if (!INPUT_DEV_MGR->HasPointerDevice() && !WIN_MGR->IsMouseSimulate()) { in SetPointerStyle()
H A Dinput_windows_manager.cpp1046 if (Rosen::SceneBoardJudgement::IsSceneBoardEnabled() && INPUT_DEV_MGR->HasPointerDevice()) { in UpdateDisplayInfo()
1059 if (INPUT_DEV_MGR->HasPointerDevice() && pointerDrawFlag_) { in UpdateDisplayInfo()
1124 if (INPUT_DEV_MGR->HasPointerDevice() || IsMouseSimulate()) { in UpdateDisplayInfo()
/ohos5.0/foundation/multimodalinput/input/service/mouse_event_normalize/src/
H A Dmouse_transform_processor.cpp709 bool bHasPointerDevice = INPUT_DEV_MGR->HasPointerDevice(); in NormalizeMoveMouse()
/ohos5.0/foundation/multimodalinput/input/service/device_manager/test/
H A Dinput_device_manager_test.cpp1174 bool ret = inputDevice.HasPointerDevice();