Searched refs:GetErrorEventId (Results 1 – 5 of 5) sorted by relevance
146 const EventMarker& GetErrorEventId() const in GetErrorEventId() function
195 if (!cameraComponent->GetErrorEventId().IsEmpty()) { in InitEvent()196 …onError_ = AceAsyncEvent<void(const std::string&)>::Create(cameraComponent->GetErrorEventId(), con… in InitEvent()
205 const EventMarker& GetErrorEventId() const in GetErrorEventId() function
254 videoComponent_->SetErrorEventId(videoComponent->GetErrorEventId()); in UpdateVideoComponent()
838 if (!videoComponent->GetErrorEventId().IsEmpty()) { in InitEvent()839 …onError_ = AceAsyncEvent<void(const std::string&)>::Create(videoComponent->GetErrorEventId(), cont… in InitEvent()