Home
last modified time | relevance | path

Searched refs:UIExtCallbackEvent (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/ui_extension/
H A Dui_extension_config.h35 struct UIExtCallbackEvent { struct
38 UIExtCallbackEvent(UIExtCallbackEventId id, bool re = false) : eventId(id), repeat(re) {} argument
39 bool operator < (const UIExtCallbackEvent& other) const
/ohos5.0/foundation/arkui/ace_engine/test/mock/core/pipeline/
H A Dmock_pipeline_context.cpp878 uiExtensionEvents_.insert(NG::UIExtCallbackEvent(eventId)); in AddUIExtensionCallbackEvent()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/pipeline/
H A Dpipeline_base.cpp851 uiExtensionEvents_.insert(NG::UIExtCallbackEvent(eventId)); in AddUIExtensionCallbackEvent()
H A Dpipeline_base.h1651 std::set<NG::UIExtCallbackEvent> uiExtensionEvents_;