Searched refs:PostToBg (Results 1 – 7 of 7) sorted by relevance
36 void ImageUtils::PostToBg( in PostToBg() function in OHOS::Ace::NG::ImageUtils
28 static void PostToBg(std::function<void()>&& task, const std::string& name,
46 void ImageUtils::PostToBg( in PostToBg() function in OHOS::Ace::NG::ImageUtils
271 ImageUtils::PostToBg(task, "ArkUIImageProviderCreateImageObject", ctx->GetContainerId()); in CreateImageObject()332 ImageUtils::PostToBg(task, "ArkUIImageProviderMakeCanvasImage", ctx->GetContainerId()); in MakeCanvasImage()
181 NG::ImageUtils::PostToBg(task, "ArkUIImageDownload"); in OnDataLoading()
257 ImageUtils::PostToBg(std::move(releaseTask), "ArkUIImageCompressorScheduleRelease"); in TryCompress()
149 ImageUtils::PostToBg( in RenderFrame()