Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/image/
H A Drender_image.h333 std::function<void(const std::shared_ptr<BaseEventInfo>&)> loadImgFailEvent_; variable
H A Drender_image.cpp80 loadImgFailEvent_ = in Update()
586 if (loadImgFailEvent_ && (imageLoadingStatus_ == ImageLoadingStatus::LOAD_FAIL)) { in FireLoadEvent()
587 loadImgFailEvent_( in FireLoadEvent()