Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/common/dom/
H A Ddom_document.cpp368 nodeWithIdVec_.emplace_back(key, domNode); in AddNodeWithId()
394 for (auto iterId = nodeWithIdVec_.begin(); iterId != nodeWithIdVec_.end();) { in HandleComponentPostBinding()
398 iterId = nodeWithIdVec_.erase(iterId); in HandleComponentPostBinding()
H A Ddom_document.h114 std::vector<std::pair<std::string, WeakPtr<DOMNode>>> nodeWithIdVec_; variable