Searched refs:FireLoadEvent (Results 1 – 6 of 6) sorted by relevance
44 void FireLoadEvent(const std::string& xcomponentId) const in FireLoadEvent() function
703 eventHub->FireLoadEvent(GetId()); in XComponentSizeInit()1619 eventHub->FireLoadEvent(GetId()); in OnNativeLoad()
230 xComponentEventHub->FireLoadEvent(XCOMPONENT_ID);251 xComponentEventHub->FireLoadEvent(XCOMPONENT_ID);953 xComponentEventHub->FireLoadEvent(XCOMPONENT_ID);972 xComponentEventHub->FireLoadEvent(XCOMPONENT_ID);
209 FireLoadEvent(imageSizeForEvent_, errorMsg); in ImageObjFailed()437 FireLoadEvent(Size(), "Image data from PixelMap is invalid, please check PixelMap data.");445 FireLoadEvent(rawImageSize_);1377 FireLoadEvent(imageSizeForEvent_);
300 void FireLoadEvent(const Size& picSize, const std::string& errorMsg = "") const;
576 void RenderImage::FireLoadEvent(const Size& picSize, const std::string& errorMsg) const in FireLoadEvent() function in OHOS::Ace::RenderImage