Home
last modified time | relevance | path

Searched refs:GetErrorEventId (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/camera/
H A Dcamera_component.h146 const EventMarker& GetErrorEventId() const in GetErrorEventId() function
H A Dcamera_element.cpp195 if (!cameraComponent->GetErrorEventId().IsEmpty()) { in InitEvent()
196 …onError_ = AceAsyncEvent<void(const std::string&)>::Create(cameraComponent->GetErrorEventId(), con… in InitEvent()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/video/
H A Dvideo_component.h205 const EventMarker& GetErrorEventId() const in GetErrorEventId() function
H A Dvideo_element_v2.cpp254 videoComponent_->SetErrorEventId(videoComponent->GetErrorEventId()); in UpdateVideoComponent()
H A Dvideo_element.cpp838 if (!videoComponent->GetErrorEventId().IsEmpty()) { in InitEvent()
839 …onError_ = AceAsyncEvent<void(const std::string&)>::Create(videoComponent->GetErrorEventId(), cont… in InitEvent()