Searched refs:NotifySystemSessionKeyEventFunc (Results 1 – 3 of 3) sorted by relevance
80 using NotifySystemSessionKeyEventFunc = std::function<bool(std::shared_ptr<MMI::KeyEvent> keyEvent, variable455 void SetNotifySystemSessionKeyEventFunc(const NotifySystemSessionKeyEventFunc& func);620 NotifySystemSessionKeyEventFunc systemSessionKeyEventFunc_;
3392 void Session::SetNotifySystemSessionKeyEventFunc(const NotifySystemSessionKeyEventFunc& func) in SetNotifySystemSessionKeyEventFunc()
4594 NotifySystemSessionKeyEventFunc systemSessionKeyEventFunc = nullptr; in SendKeyEventToUI()