Home
last modified time | relevance | path

Searched refs:WIN_MGR_MOCK (Results 1 - 4 of 4) sorted by relevance

/foundation/multimodalinput/input/service/touch_event_normalize/test/src/
H A Dtouch_transform_processor_test_with_mock.cpp73 EXPECT_CALL(*WIN_MGR_MOCK, TouchPointToDisplayPoint).WillOnce(Return(true)); in HWTEST_F()
74 EXPECT_CALL(*WIN_MGR_MOCK, UpdateTargetPointer).WillOnce(Return(RET_OK)); in HWTEST_F()
/foundation/multimodalinput/input/test/facility/mock/include/
H A Dinput_windows_manager_mock.h134 #define WIN_MGR_MOCK ::OHOS::MMI::InputWindowsManagerMock::GetInstance() macro
/foundation/multimodalinput/input/service/window_manager/test/
H A Dpointer_drawing_manager_ex_test.cpp800 EXPECT_CALL(*WIN_MGR_MOCK, CheckWindowIdPermissionByPid).WillRepeatedly(testing::Return(RET_ERR)); in HWTEST_F()
819 EXPECT_CALL(*WIN_MGR_MOCK, CheckWindowIdPermissionByPid).WillRepeatedly(testing::Return(RET_OK)); in HWTEST_F()
1787 EXPECT_CALL(*WIN_MGR_MOCK, GetDisplayMode).WillRepeatedly(testing::Return(DisplayMode::MAIN)); in HWTEST_F()
1809 EXPECT_CALL(*WIN_MGR_MOCK, GetDisplayMode).WillRepeatedly(testing::Return(DisplayMode::SUB)); in HWTEST_F()
H A Dpointer_drawing_manager_test.cpp342 EXPECT_CALL(*WIN_MGR_MOCK, CheckWindowIdPermissionByPid).WillRepeatedly(testing::Return(RET_ERR)); in HWTEST_F()
361 EXPECT_CALL(*WIN_MGR_MOCK, CheckWindowIdPermissionByPid).WillRepeatedly(testing::Return(RET_OK)); in HWTEST_F()

Completed in 8 milliseconds