Home
last modified time | relevance | path

Searched defs:OnEventFunc (Results 1 – 4 of 4) sorted by relevance

/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
H A Drender_stepper.h81 using OnEventFunc = std::function<void(const std::string&)>; variable
/ohos5.0/base/hiviewdfx/hisysevent/interfaces/native/innerkits/hisysevent_manager/include/
H A Dhisysevent_listener_c.h24 using OnEventFunc = void (*) (HiSysEventRecord); variable
/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