Home
last modified time | relevance | path

Searched refs:AddKeyGestureSubscriber (Results 1 - 3 of 3) sorted by relevance

/foundation/multimodalinput/input/service/subscriber/include/
H A Dkey_subscriber_handler.h104 int32_t AddKeyGestureSubscriber(std::shared_ptr<Subscriber> subscriber, std::shared_ptr<KeyOption> option);
/foundation/multimodalinput/input/service/subscriber/src/
H A Dkey_subscriber_handler.cpp130 auto ret = AddKeyGestureSubscriber(subscriber, keyOption); in SubscribeKeyEvent()
132 MMI_HILOGE("AddKeyGestureSubscriber fail, error:%{public}d", ret); in SubscribeKeyEvent()
185 int32_t KeySubscriberHandler::AddKeyGestureSubscriber( in AddKeyGestureSubscriber() function in OHOS::MMI::KeySubscriberHandler
/foundation/multimodalinput/input/service/subscriber/test/
H A Dkey_subscriber_handler_test.cpp2119 * @tc.desc: Test AddKeyGestureSubscriber
2131 int32_t ret = handler.AddKeyGestureSubscriber(subscriber, keyOption); in HWTEST_F()
2137 * @tc.desc: Test AddKeyGestureSubscriber
2167 int32_t ret = handler.AddKeyGestureSubscriber(subscriber, keyOption1); in HWTEST_F()
2173 * @tc.desc: Test AddKeyGestureSubscriber
2203 int32_t ret = handler.AddKeyGestureSubscriber(subscriber, keyOption1); in HWTEST_F()
2541 * @tc.desc: Test AddKeyGestureSubscriber
2555 EXPECT_EQ(handler.AddKeyGestureSubscriber(subscriber, keyOption), RET_ERR); in HWTEST_F()

Completed in 7 milliseconds