Home
last modified time | relevance | path

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

/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() argument
43 DataReadyNotifyTask onDataReady_;
44 LoadSuccessNotifyTask onLoadSuccess_;
45 LoadFailNotifyTask onLoadFail_;
46 OnCompleteInDataReadyNotifyTask onDataReadyComplete_;