Home
last modified time | relevance | path

Searched refs:TestAddMonitor (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/foundation/multimodalinput/input/frameworks/proxy/events/test/
H A Dinput_manager_pointer_test.cpp316 int32_t monitorId = InputManagerUtil::TestAddMonitor(callbackPtr);
345 ids[i] = InputManagerUtil::TestAddMonitor(cbs[i]);
390 int32_t monitorId = InputManagerUtil::TestAddMonitor(callbackPtr);
434 int32_t monitorId = InputManagerUtil::TestAddMonitor(callbackPtr);
471 int32_t monitorId = InputManagerUtil::TestAddMonitor(callbackPtr);
508 int32_t monitorId = InputManagerUtil::TestAddMonitor(callbackPtr);
549 ids[i] = InputManagerUtil::TestAddMonitor(callbackPtr);
604 int32_t monitorId = InputManagerUtil::TestAddMonitor(callbackPtr);
682 maxMonitor = InputManagerUtil::TestAddMonitor(callbackPtr);
725 int32_t id = InputManagerUtil::TestAddMonitor(callbackPtr);
[all …]
H A Dinput_manager_simulate_test.cpp555 int32_t monitorId{InputManagerUtil::TestAddMonitor(callbackPtr)};
591 int32_t monitorId{InputManagerUtil::TestAddMonitor(callbackPtr)};
627 int32_t monitorId{InputManagerUtil::TestAddMonitor(callbackPtr)};
663 int32_t monitorId{InputManagerUtil::TestAddMonitor(callbackPtr)};
H A Dinput_manager_test.cpp1628 int32_t monitorId = InputManagerUtil::TestAddMonitor(callbackPtr);
/ohos5.0/foundation/multimodalinput/input/frameworks/proxy/events/include/
H A Dinput_manager_util.h76 static int32_t TestAddMonitor(std::shared_ptr<IInputEventConsumer> consumer);
/ohos5.0/base/msdp/device_status/test/unittest/frameworks/src/
H A Dinteraction_manager_test.cpp121 static int32_t TestAddMonitor(std::shared_ptr<MMI::IInputEventConsumer> consumer);
509 int32_t InteractionManagerTest::TestAddMonitor(std::shared_ptr<MMI::IInputEventConsumer> consumer) in TestAddMonitor() function in OHOS::Msdp::DeviceStatus::InteractionManagerTest
1610 int32_t monitorId = TestAddMonitor(callbackPtr);
1660 int32_t monitorId = TestAddMonitor(callbackPtr);
/ohos5.0/foundation/multimodalinput/input/frameworks/proxy/events/src/
H A Dinput_manager_util.cpp956 int32_t InputManagerUtil::TestAddMonitor(std::shared_ptr<IInputEventConsumer> consumer) in TestAddMonitor() function in OHOS::MMI::InputManagerUtil