Home
last modified time | relevance | path

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

/foundation/multimodalinput/input/service/subscriber/src/
H A Dswitch_subscriber_handler.cpp92 InitSessionDeleteCallback(); in SubscribeSwitchEvent()
195 bool SwitchSubscriberHandler::InitSessionDeleteCallback() in InitSessionDeleteCallback() function in OHOS::MMI::SwitchSubscriberHandler
H A Dkey_subscriber_handler.cpp142 InitSessionDeleteCallback(); in SubscribeKeyEvent()
308 InitSessionDeleteCallback(); in SubscribeHotkey()
914 bool KeySubscriberHandler::InitSessionDeleteCallback() in InitSessionDeleteCallback() function in OHOS::MMI::KeySubscriberHandler
/foundation/multimodalinput/input/service/subscriber/include/
H A Dswitch_subscriber_handler.h72 bool InitSessionDeleteCallback();
H A Dkey_subscriber_handler.h92 bool InitSessionDeleteCallback();
/foundation/multimodalinput/input/service/subscriber/test/
H A Dswitch_subscriber_handler_test.cpp366 * @tc.desc: Test InitSessionDeleteCallback
375 ASSERT_EQ(switchSubscriberHandler->InitSessionDeleteCallback(), false); in HWTEST_F()
379 ASSERT_EQ(switchSubscriberHandler->InitSessionDeleteCallback(), true); in HWTEST_F()
380 ASSERT_EQ(switchSubscriberHandler->InitSessionDeleteCallback(), true); in HWTEST_F()
H A Dkey_subscriber_handler_test.cpp535 ASSERT_TRUE(handler.InitSessionDeleteCallback()); in HWTEST_F()
537 ASSERT_FALSE(handler.InitSessionDeleteCallback()); in HWTEST_F()

Completed in 8 milliseconds