Home
last modified time | relevance | path

Searched defs:ElementIdType (Results 1 – 2 of 2) sorted by relevance

/foundation/arkui/ace_engine/frameworks/core/pipeline_ng/test/mock/
Dmock_element_register.cpp30 RefPtr<Element> ElementRegister::GetElementById(ElementIdType /*elementId*/) in GetElementById() argument
53 RefPtr<V2::ElementProxy> ElementRegister::GetElementProxyById(ElementIdType /*elementId*/) in GetElementProxyById() argument
58 bool ElementRegister::Exists(ElementIdType /*elementId*/) in Exists() argument
87 bool ElementRegister::RemoveItem(ElementIdType /*elementId*/, const std::string& /*tag*/) in RemoveItem() argument
/foundation/arkui/ace_engine/frameworks/core/pipeline/base/
Delement_register.h38 using ElementIdType = int32_t; variable