/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/image_provider/ |
H A D | image_provider_test_ng.cpp | 111 …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 D | image_test_ng.cpp | 351 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 D | image_provider.h | 36 struct LoadNotifier { struct 37 …LoadNotifier(DataReadyNotifyTask&& dataReadyNotifyTask, LoadSuccessNotifyTask&& loadSuccessNotifyT… in LoadNotifier() function
|
H A D | image_loading_context.h | 38 …ImageLoadingContext(const ImageSourceInfo& src, LoadNotifier&& loadNotifier, bool syncLoad = false… 205 LoadNotifier notifiers_;
|
H A D | image_loading_context.cpp | 70 ImageLoadingContext::ImageLoadingContext(const ImageSourceInfo& src, LoadNotifier&& loadNotifier, b… in ImageLoadingContext()
|
/ohos5.0/foundation/arkui/ace_engine/test/mock/core/image_provider/ |
H A D | mock_image_loading_context.cpp | 22 ImageLoadingContext::ImageLoadingContext(const ImageSourceInfo& src, LoadNotifier&& loadNotifier, b… in ImageLoadingContext()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/rating/ |
H A D | rating_pattern.cpp | 714 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 D | gauge_pattern.cpp | 251 …LoadNotifier iconLoadNotifier(CreateDataReadyCallback(), CreateLoadSuccessCallback(), CreateLoadFa… in InitIndicatorImage()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/canvas/ |
H A D | js_render_image.cpp | 349 NG::LoadNotifier loadNotifier(dataReadyCallback, loadSuccessCallback, loadFailCallback); in LoadImage()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/image/ |
H A D | image_pattern.cpp | 695 …LoadNotifier loadNotifier(CreateDataReadyCallback(), CreateLoadSuccessCallback(), CreateLoadFailCa… in LoadImage() 717 …LoadNotifier altLoadNotifier(CreateDataReadyCallbackForAlt(), CreateLoadSuccessCallbackForAlt(), n… in LoadAltImage()
|
/ohos5.0/foundation/arkui/ace_engine/adapter/ohos/capability/html/ |
H A D | html_to_span.cpp | 697 NG::LoadNotifier loadNotifier(nullptr, nullptr, nullptr); in HandleImagePixelMap()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/render/adapter/ |
H A D | rosen_render_context.cpp | 845 …LoadNotifier bgLoadNotifier(CreateBgImageDataReadyCallback(), CreateBgImageLoadSuccessCallback(), … in OnBackgroundImageUpdate() 1406 LoadNotifier loadNotifier(preLoadCallback, loadingSuccessCallback, loadingErrorCallback); in LoadParticleImage() 2873 LoadNotifier bgLoadNotifier( in OnBorderImageSourceUpdate()
|