Home
last modified time | relevance | path

Searched refs:CheckKeyEvent (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/base/security/security_component_manager/services/security_component_service/sa/test/unittest/src/
H A Dsec_comp_entity_test.cpp207 ASSERT_EQ(SC_OK, entity_->CheckKeyEvent(clickInfo));
209 ASSERT_EQ(SC_OK, entity_->CheckKeyEvent(clickInfo));
211 ASSERT_EQ(SC_OK, entity_->CheckKeyEvent(clickInfo));
/ohos5.0/base/security/security_component_manager/services/security_component_service/sa/sa_main/
H A Dsec_comp_entity.cpp82 int32_t SecCompEntity::CheckKeyEvent(const SecCompClickEvent& clickInfo) const in CheckKeyEvent() function in OHOS::Security::SecurityComponent::SecCompEntity
116 res = CheckKeyEvent(clickInfo); in CheckClickInfo()
H A Dsec_comp_entity.h58 int32_t CheckKeyEvent(const SecCompClickEvent& clickInfo) const;
/ohos5.0/base/inputmethod/imf/test/unittest/cpp_test/src/
H A Dinput_method_controller_test.cpp115 static void CheckKeyEvent(std::shared_ptr<MMI::KeyEvent> keyEvent);
385 void InputMethodControllerTest::CheckKeyEvent(std::shared_ptr<MMI::KeyEvent> keyEvent) in CheckKeyEvent() function in OHOS::MiscServices::InputMethodControllerTest
672 CheckKeyEvent(keyEvent);
697 CheckKeyEvent(keyFullEvent);