Home
last modified time | relevance | path

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

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

Completed in 2 milliseconds