Home
last modified time | relevance | path

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

/foundation/multimodalinput/input/service/subscriber/include/
H A Dkey_subscriber_handler.h103 bool IsEqualPreKeys(const std::set<int32_t> &preKeys, const std::set<int32_t> &pressedKeys);
/foundation/multimodalinput/input/service/subscriber/src/
H A Dkey_subscriber_handler.cpp369 if (!IsEqualPreKeys(newOption->GetPreKeys(), oldOption->GetPreKeys())) { in IsEqualKeyOption()
670 bool KeySubscriberHandler::IsEqualPreKeys(const std::set<int32_t> &preKeys, const std::set<int32_t> &pressedKeys) in IsEqualPreKeys() function in OHOS::MMI::KeySubscriberHandler
/foundation/multimodalinput/input/service/subscriber/test/
H A Dkey_subscriber_handler_test.cpp444 ASSERT_FALSE(handler.IsEqualPreKeys(preKeys, pressedKeys)); in HWTEST_F()
446 ASSERT_TRUE(handler.IsEqualPreKeys(preKeys, pressedKeys)); in HWTEST_F()
448 ASSERT_FALSE(handler.IsEqualPreKeys(preKeys, pressedKeys)); in HWTEST_F()

Completed in 7 milliseconds