Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/image/
H A Dimage_provider.h69 OnPostBackgroundTask onBackgroundTaskPostCallback = nullptr);
75 OnPostBackgroundTask onBackgroundTaskPostCallback = nullptr);
80 OnPostBackgroundTask onBackgroundTaskPostCallback = nullptr);
102 const OnPostBackgroundTask& onBackgroundTaskPostCallback = nullptr);
H A Dimage_provider.cpp161 const OnPostBackgroundTask& onBackgroundTaskPostCallback) in FetchImageObject() argument
206 if (onBackgroundTaskPostCallback) { in FetchImageObject()
207 onBackgroundTaskPostCallback(cancelableTask); in FetchImageObject()
296 …r<PipelineBase> context, uint64_t svgThemeColor, OnPostBackgroundTask onBackgroundTaskPostCallback) in GetSVGImageDOMAsyncFromSrc() argument
338 if (onBackgroundTaskPostCallback) { in GetSVGImageDOMAsyncFromSrc()
339 onBackgroundTaskPostCallback(cancelableTask); in GetSVGImageDOMAsyncFromSrc()
350 …r<PipelineBase> context, uint64_t svgThemeColor, OnPostBackgroundTask onBackgroundTaskPostCallback) argument
388 if (onBackgroundTaskPostCallback) {
389 onBackgroundTaskPostCallback(cancelableTask);