Home
last modified time | relevance | path

Searched refs:GetOnAcquireFormEventId (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/form/
H A Dform_component.h86 const EventMarker& GetOnAcquireFormEventId() const in GetOnAcquireFormEventId() function
H A Dform_element.cpp91 if (!component->GetOnAcquireFormEventId().IsEmpty()) { in InitEvent()
93 … AceAsyncEvent<void(const std::string&)>::Create(component->GetOnAcquireFormEventId(), context_); in InitEvent()