Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/image/
H A Drender_image.h332 std::function<void(const std::shared_ptr<BaseEventInfo>&)> loadImgSuccessEvent_; variable
H A Drender_image.cpp78 loadImgSuccessEvent_ = in Update()
580 if (loadImgSuccessEvent_ && (imageLoadingStatus_ == ImageLoadingStatus::LOAD_SUCCESS)) { in FireLoadEvent()
583 loadImgSuccessEvent_(std::make_shared<LoadImageSuccessEvent>( in FireLoadEvent()