Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/image_provider/
H A Dimage_loading_context.cpp193 …auto notifyDataReadyTask = [weak = AceType::WeakClaim(this), data = std::move(cachedImageData), da… in NotifyReadyIfCacheHit() local
206 notifyDataReadyTask(); in NotifyReadyIfCacheHit()
208 ImageUtils::PostToUI(std::move(notifyDataReadyTask), "ArkUIImageNotifyDataReady"); in NotifyReadyIfCacheHit()
H A Dimage_provider.cpp203 auto notifyDataReadyTask = [ctx, imageObj, src] { ctx->DataReadyCallback(imageObj); }; in CreateImageObjHelper() local
204 …ImageUtils::PostToUI(std::move(notifyDataReadyTask), "ArkUIImageProviderDataReady", ctx->GetContai… in CreateImageObjHelper()