Home
last modified time | relevance | path

Searched refs:CombinationKeyHandle (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/base/hiviewdfx/hiview/plugins/eventlogger/include/
H A Dactive_key_event.h39 void CombinationKeyHandle(std::shared_ptr<MMI::KeyEvent> keyEvent);
/ohos5.0/base/hiviewdfx/hiview/plugins/eventlogger/
H A Dactive_key_event.cpp150 void ActiveKeyEvent::CombinationKeyHandle(std::shared_ptr<MMI::KeyEvent> keyEvent) in CombinationKeyHandle() function in OHOS::HiviewDFX::ActiveKeyEvent
202 auto combinationKeyHandle = [this, keyEvent] { this->CombinationKeyHandle(keyEvent); }; in CombinationKeyCallback()
/ohos5.0/base/hiviewdfx/hiview/plugins/eventlogger/test/unittest/common/
H A Dactive_key_event_test.cpp71 activeKeyEvent->CombinationKeyHandle(keyEvent);