Searched refs:GetOnErrorEvent (Results 1 – 4 of 4) sorted by relevance
96 const EventMarker& GetOnErrorEvent() const in GetOnErrorEvent() function
96 if (!component->GetOnErrorEvent().IsEmpty()) { in InitEvent()97 …onErrorEvent_ = AceAsyncEvent<void(const std::string&)>::Create(component->GetOnErrorEvent(), cont… in InitEvent()
95 const EventMarker& GetOnErrorEvent() const in GetOnErrorEvent() function
117 if (!component->GetOnErrorEvent().IsEmpty()) { in InitEvent()118 …onErrorEvent_ = AceAsyncEvent<void(const std::string&)>::Create(component->GetOnErrorEvent(), cont… in InitEvent()