Home
last modified time | relevance | path

Searched refs:IsNeedNotify (Results 1 - 7 of 7) sorted by relevance

/foundation/multimodalinput/input/service/nap_process/test/
H A Dnap_process_test.cpp87 ASSERT_TRUE(napProcess.IsNeedNotify(data)); in HWTEST_F()
89 ASSERT_TRUE(napProcess.IsNeedNotify(data)); in HWTEST_F()
91 ASSERT_FALSE(napProcess.IsNeedNotify(data)); in HWTEST_F()
93 ASSERT_FALSE(napProcess.IsNeedNotify(data)); in HWTEST_F()
/foundation/multimodalinput/input/service/nap_process/include/
H A Dnap_process.h62 bool IsNeedNotify(const NapStatusData& napData);
/foundation/multimodalinput/input/service/nap_process/src/
H A Dnap_process.cpp74 bool NapProcess::IsNeedNotify(const NapStatusData& data) in IsNeedNotify() function in OHOS::MMI::NapProcess
/foundation/multimodalinput/input/service/monitor/src/
H A Devent_monitor_handler.cpp462 if (NapProcess::GetInstance()->IsNeedNotify(napData)) { in HandleEvent()
650 if (NapProcess::GetInstance()->IsNeedNotify(napData)) { in Monitor()
/foundation/multimodalinput/input/service/monitor/test/
H A Devent_monitor_handler_test.cpp338 EXPECT_FALSE(NapProcess::GetInstance()->IsNeedNotify(napData)); in HWTEST_F()
452 EXPECT_FALSE(NapProcess::GetInstance()->IsNeedNotify(napData)); in HWTEST_F()
/foundation/multimodalinput/input/service/subscriber/src/
H A Dkey_subscriber_handler.cpp985 if (NapProcess::GetInstance()->IsNeedNotify(napData)) { in SubscriberNotifyNap()
/foundation/multimodalinput/input/service/subscriber/test/
H A Dkey_subscriber_handler_test.cpp2498 EXPECT_FALSE(napProcess.IsNeedNotify(napData)); in HWTEST_F()

Completed in 11 milliseconds