Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_v2/common/
H A Delement_proxy.h49 virtual void ReleaseElementById(const ComposeId& composeId) = 0;
114 void ReleaseElementById(const ComposeId& id);
H A Delement_proxy.cpp243 void ReleaseElementById(const ComposeId& id) override {} in ReleaseElementById() function in OHOS::Ace::V2::__anon58dd4b170110::RenderElementProxy
673 void ReleaseElementById(const ComposeId& composeId) override in ReleaseElementById() function in OHOS::Ace::V2::__anon58dd4b170110::LazyForEachElementProxy
1047 void ReleaseElementById(const ComposeId& composeId) override in ReleaseElementById() function in OHOS::Ace::V2::__anon58dd4b170110::LinearElementProxy
1053 child->ReleaseElementById(composeId); in ReleaseElementById()
1599 void ElementProxyHost::ReleaseElementById(const std::string& id) in ReleaseElementById() function in OHOS::Ace::V2::ElementProxyHost
1602 proxy_->ReleaseElementById(id); in ReleaseElementById()
1644 ReleaseElementById(id); in ReleaseRedundantComposeIds()