Home
last modified time | relevance | path

Searched refs:domNodeCreators (Results 1 - 1 of 1) sorted by relevance

/foundation/arkui/ace_engine/frameworks/bridge/common/dom/
H A Ddom_document.cpp131 static const LinearMapNode<RefPtr<DOMNode> (*)(NodeId, const std::string&, int32_t)> domNodeCreators[] = { in CreateNodeWithId() local
250 int64_t creatorIndex = BinarySearchFindIndex(domNodeCreators, ArraySize(domNodeCreators), tag.c_str()); in CreateNodeWithId()
252 domNode = domNodeCreators[creatorIndex].value(nodeId, tag, itemIndex); in CreateNodeWithId()

Completed in 2 milliseconds