Home
last modified time | relevance | path

Searched refs:LoadNotifier (Results 1 – 12 of 12) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/image_provider/
H A Dimage_provider_test_ng.cpp111 …auto ctx = AceType::MakeRefPtr<ImageLoadingContext>(src, LoadNotifier(nullptr, nullptr, nullptr), …
116 …auto ctx1 = AceType::MakeRefPtr<ImageLoadingContext>(src1, LoadNotifier(nullptr, nullptr, nullptr)…
128 …auto ctx = AceType::MakeRefPtr<ImageLoadingContext>(src, LoadNotifier(nullptr, nullptr, nullptr), …
149 …auto ctx = AceType::MakeRefPtr<ImageLoadingContext>(src, LoadNotifier(nullptr, nullptr, nullptr), …
171 …auto ctx = AceType::MakeRefPtr<ImageLoadingContext>(src, LoadNotifier(nullptr, nullptr, nullptr), …
200 …auto ctx = AceType::MakeRefPtr<ImageLoadingContext>(src, LoadNotifier(nullptr, nullptr, nullptr), …
216 … ctx->notifiers_ = LoadNotifier(std::move(callback1), std::move(callback2), std::move(callback3));
236 …auto ctx = AceType::MakeRefPtr<ImageLoadingContext>(src, LoadNotifier(nullptr, nullptr, nullptr), …
425 … auto ctx = AceType::MakeRefPtr<ImageLoadingContext>(src, LoadNotifier(nullptr, nullptr, nullptr));
513 … ctx = AceType::MakeRefPtr<ImageLoadingContext>(src, LoadNotifier(nullptr, nullptr, nullptr));
[all …]
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/image/
H A Dimage_test_ng.cpp351 LoadNotifier(nullptr, nullptr, nullptr));
354 LoadNotifier(nullptr, nullptr, nullptr));
967 LoadNotifier(nullptr, nullptr, nullptr));
971 LoadNotifier(nullptr, nullptr, nullptr));
1017 LoadNotifier(nullptr, nullptr, nullptr));
1021 LoadNotifier(nullptr, nullptr, nullptr));
1059 LoadNotifier(nullptr, nullptr, nullptr));
1086 LoadNotifier(nullptr, nullptr, nullptr));
1116 LoadNotifier(nullptr, nullptr, nullptr));
1155 LoadNotifier(nullptr, nullptr, nullptr));
[all …]
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/image_provider/
H A Dimage_provider.h36 struct LoadNotifier { struct
37LoadNotifier(DataReadyNotifyTask&& dataReadyNotifyTask, LoadSuccessNotifyTask&& loadSuccessNotifyT… in LoadNotifier() function
H A Dimage_loading_context.h38 …ImageLoadingContext(const ImageSourceInfo& src, LoadNotifier&& loadNotifier, bool syncLoad = false…
205 LoadNotifier notifiers_;
H A Dimage_loading_context.cpp70 ImageLoadingContext::ImageLoadingContext(const ImageSourceInfo& src, LoadNotifier&& loadNotifier, b… in ImageLoadingContext()
/ohos5.0/foundation/arkui/ace_engine/test/mock/core/image_provider/
H A Dmock_image_loading_context.cpp22 ImageLoadingContext::ImageLoadingContext(const ImageSourceInfo& src, LoadNotifier&& loadNotifier, b… in ImageLoadingContext()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/rating/
H A Drating_pattern.cpp714 LoadNotifier loadNotifierForegroundImage( in LoadForeground()
742 LoadNotifier loadNotifierSecondaryImage( in LoadSecondary()
770 LoadNotifier loadNotifierBackgroundImage( in LoadBackground()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/gauge/
H A Dgauge_pattern.cpp251LoadNotifier iconLoadNotifier(CreateDataReadyCallback(), CreateLoadSuccessCallback(), CreateLoadFa… in InitIndicatorImage()
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/canvas/
H A Djs_render_image.cpp349 NG::LoadNotifier loadNotifier(dataReadyCallback, loadSuccessCallback, loadFailCallback); in LoadImage()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/image/
H A Dimage_pattern.cpp695LoadNotifier loadNotifier(CreateDataReadyCallback(), CreateLoadSuccessCallback(), CreateLoadFailCa… in LoadImage()
717LoadNotifier altLoadNotifier(CreateDataReadyCallbackForAlt(), CreateLoadSuccessCallbackForAlt(), n… in LoadAltImage()
/ohos5.0/foundation/arkui/ace_engine/adapter/ohos/capability/html/
H A Dhtml_to_span.cpp697 NG::LoadNotifier loadNotifier(nullptr, nullptr, nullptr); in HandleImagePixelMap()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/render/adapter/
H A Drosen_render_context.cpp845LoadNotifier bgLoadNotifier(CreateBgImageDataReadyCallback(), CreateBgImageLoadSuccessCallback(), … in OnBackgroundImageUpdate()
1406 LoadNotifier loadNotifier(preLoadCallback, loadingSuccessCallback, loadingErrorCallback); in LoadParticleImage()
2873 LoadNotifier bgLoadNotifier( in OnBorderImageSourceUpdate()