Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/refresh/
H A Drefresh_component.h129 const EventMarker& GetRefreshEventId() const in GetRefreshEventId() function
H A Drender_refresh.cpp139 …refreshEvent_ = AceAsyncEvent<void(const std::string&)>::Create(refresh->GetRefreshEventId(), cont… in Update()