Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_v2/common/
H A Delement_proxy.h41 explicit ElementProxy(const WeakPtr<ElementProxyHost>& host) : Referenced(false), host_(host) {} in ElementProxy() function
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/pipeline/base/
H A Delement_register.h29 class ElementProxy; variable
/ohos5.0/foundation/arkui/ace_engine/test/mock/core/pipeline/
H A Dmock_element_register.cpp87 bool ElementRegister::AddElementProxy(const WeakPtr<V2::ElementProxy>& /* elementProxy */) in AddElementProxy()