Home
last modified time | relevance | path

Searched refs:OnEventFunc (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/ability/ability_lite/frameworks/ability_lite/example/entry/src/main/cpp/
H A Devent_listener.h25 using OnEventFunc = std::function<bool(UIView &view, const Event &event)>; variable
34 EventListener(OnEventFunc onClick, OnEventFunc onLongPress) in EventListener()
57 OnEventFunc onClick_ {};
58 OnEventFunc onLongPress_ {};
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/stepper/
H A Drender_stepper_item.h27 using OnEventFunc = std::function<void(const std::string&)>; variable
44 OnEventFunc appearEvent_;
45 OnEventFunc disappearEvent_;
H A Drender_stepper.h81 using OnEventFunc = std::function<void(const std::string&)>; variable
195 OnEventFunc finishEvent_;
196 OnEventFunc skipEvent_;
197 OnEventFunc changeEvent_;
/ohos5.0/base/hiviewdfx/hisysevent/interfaces/native/innerkits/hisysevent_manager/include/
H A Dhisysevent_listener_c.h24 using OnEventFunc = void (*) (HiSysEventRecord); variable
29 HiSysEventListenerC(OnEventFunc onEvent, OnServiceDiedFunc onServiceDied) in HiSysEventListenerC()
42 OnEventFunc onEvent_;
/ohos5.0/base/hiviewdfx/hisysevent/interfaces/native/innerkits/hisysevent_manager/
H A Dhisysevent_manager_c.cpp40 static std::map<std::pair<OnEventFunc, OnServiceDiedFunc>, std::shared_ptr<HiSysEventBaseListener>>…