Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/refresh/
H A Drender_refresh.cpp139refreshEvent_ = AceAsyncEvent<void(const std::string&)>::Create(refresh->GetRefreshEventId(), cont… in Update()
311 if (refreshEvent_) { in FireRefreshEvent()
315 refreshEvent_(param); in FireRefreshEvent()
409 if (!refreshEvent_ && !context->GetIsDeclarative()) { in GetNextStatus()
H A Drender_refresh.h137 std::function<void(const std::string&)> refreshEvent_; variable