Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/form/
H A Dform_component.h96 const EventMarker& GetOnErrorEvent() const in GetOnErrorEvent() function
H A Dform_element.cpp96 if (!component->GetOnErrorEvent().IsEmpty()) { in InitEvent()
97 …onErrorEvent_ = AceAsyncEvent<void(const std::string&)>::Create(component->GetOnErrorEvent(), cont… in InitEvent()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/plugin/
H A Dplugin_component.h95 const EventMarker& GetOnErrorEvent() const in GetOnErrorEvent() function
H A Dplugin_element.cpp117 if (!component->GetOnErrorEvent().IsEmpty()) { in InitEvent()
118 …onErrorEvent_ = AceAsyncEvent<void(const std::string&)>::Create(component->GetOnErrorEvent(), cont… in InitEvent()