Home
last modified time | relevance | path

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

/ohos5.0/foundation/window/window_manager/window_scene/session/host/include/
H A Dsession.h80 using NotifySystemSessionKeyEventFunc = std::function<bool(std::shared_ptr<MMI::KeyEvent> keyEvent, variable
455 void SetNotifySystemSessionKeyEventFunc(const NotifySystemSessionKeyEventFunc& func);
620 NotifySystemSessionKeyEventFunc systemSessionKeyEventFunc_;
/ohos5.0/foundation/window/window_manager/window_scene/session/host/src/
H A Dsession.cpp3392 void Session::SetNotifySystemSessionKeyEventFunc(const NotifySystemSessionKeyEventFunc& func) in SetNotifySystemSessionKeyEventFunc()
H A Dscene_session.cpp4594 NotifySystemSessionKeyEventFunc systemSessionKeyEventFunc = nullptr; in SendKeyEventToUI()