Searched refs:pullDownEvent_ (Results 1 – 2 of 2) sorted by relevance
140 …pullDownEvent_ = AceAsyncEvent<void(const std::string&)>::Create(refresh->GetPulldownEventId(), co… in Update()324 if (pullDownEvent_) { in FirePullDownEvent()327 pullDownEvent_(param); in FirePullDownEvent()
140 std::function<void(const std::string&)> pullDownEvent_; variable