Home
last modified time | relevance | path

Searched refs:StylusKeyHandler (Results 1 - 2 of 2) sorted by relevance

/foundation/multimodalinput/input/service/key_command/src/
H A Dstylus_key_handler.cpp26 #define MMI_LOG_TAG "StylusKeyHandler"
38 StylusKeyHandler::StylusKeyHandler() {} in StylusKeyHandler() function in OHOS::MMI::StylusKeyHandler
39 StylusKeyHandler::~StylusKeyHandler() {} in ~StylusKeyHandler()
41 bool StylusKeyHandler::HandleStylusKey(std::shared_ptr<KeyEvent> keyEvent) in HandleStylusKey()
64 void StylusKeyHandler::CreateStatusConfigObserver(T& item) in CreateStatusConfigObserver()
96 void StylusKeyHandler::IsLaunchAbility() in IsLaunchAbility()
113 void StylusKeyHandler::LaunchAbility(const Ability &ability) in LaunchAbility()
134 void StylusKeyHandler
[all...]
/foundation/multimodalinput/input/service/key_command/include/
H A Dstylus_key_handler.h38 class StylusKeyHandler final {
39 DECLARE_DELAYED_SINGLETON(StylusKeyHandler);
41 DISALLOW_COPY_AND_MOVE(StylusKeyHandler);
54 #define STYLUS_HANDLER ::OHOS::DelayedSingleton<StylusKeyHandler>::GetInstance()

Completed in 1 milliseconds