Home
last modified time | relevance | path

Searched refs:GetLoadSuccessEvent (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/image/
H A Dimage_component.cpp99 const EventMarker& ImageComponent::GetLoadSuccessEvent() const in GetLoadSuccessEvent() function in OHOS::Ace::ImageComponent
H A Dimage_component.h76 const EventMarker& GetLoadSuccessEvent() const;
H A Drender_image.cpp79 …cEvent<void(const std::shared_ptr<BaseEventInfo>&)>::Create(image->GetLoadSuccessEvent(), context_… in Update()
83 …essEvent_ = AceAsyncEvent<void(const std::string&)>::Create(image->GetLoadSuccessEvent(), context_… in Update()