Searched refs:OnEventFunc (Results 1 – 5 of 5) sorted by relevance
25 using OnEventFunc = std::function<bool(UIView &view, const Event &event)>; variable34 EventListener(OnEventFunc onClick, OnEventFunc onLongPress) in EventListener()57 OnEventFunc onClick_ {};58 OnEventFunc onLongPress_ {};
27 using OnEventFunc = std::function<void(const std::string&)>; variable44 OnEventFunc appearEvent_;45 OnEventFunc disappearEvent_;
81 using OnEventFunc = std::function<void(const std::string&)>; variable195 OnEventFunc finishEvent_;196 OnEventFunc skipEvent_;197 OnEventFunc changeEvent_;
24 using OnEventFunc = void (*) (HiSysEventRecord); variable29 HiSysEventListenerC(OnEventFunc onEvent, OnServiceDiedFunc onServiceDied) in HiSysEventListenerC()42 OnEventFunc onEvent_;
40 static std::map<std::pair<OnEventFunc, OnServiceDiedFunc>, std::shared_ptr<HiSysEventBaseListener>>…