Home
last modified time | relevance | path

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

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