Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/refresh/
H A Drefresh_component.h139 const EventMarker& GetPulldownEventId() const in GetPulldownEventId() function
H A Drender_refresh.cpp140 …pullDownEvent_ = AceAsyncEvent<void(const std::string&)>::Create(refresh->GetPulldownEventId(), co… in Update()