Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/adapter/ohos/osal/
H A Djs_accessibility_manager.cpp3618 auto idNodeIter = nodeWithIdMap_.find(targetIter->first); in HandleComponentPostBinding() local
3619 if (idNodeIter != nodeWithIdMap_.end()) { in HandleComponentPostBinding()
3620 auto nodeWithId = idNodeIter->second.Upgrade(); in HandleComponentPostBinding()
3624 nodeWithIdMap_.erase(idNodeIter); in HandleComponentPostBinding()