Home
last modified time | relevance | path

Searched refs:GetPluginElement (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/plugin/
H A Dplugin_sub_container.cpp221 auto plugin = AceType::DynamicCast<PluginElement>(GetPluginElement().Upgrade()); in RunDecompressedPlugin()
283 auto plugin = AceType::DynamicCast<PluginElement>(GetPluginElement().Upgrade()); in RunPlugin()
353 … auto plugin = AceType::DynamicCast<PluginElement>(container->GetPluginElement().Upgrade()); in SetActionEventHandler()
H A Dplugin_sub_container.h54 const WeakPtr<Element> GetPluginElement() const in GetPluginElement() function