Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_v2/common/
H A Delement_proxy.h133 std::set<ComposeId> activeComposeIds_; variable
H A Delement_proxy.cpp1629 activeComposeIds_.emplace(id); in AddActiveComposeId()
1637 activeComposeIds_.clear(); in ReleaseRedundantComposeIds()
1641 …et_difference(composeIds_.begin(), composeIds_.end(), activeComposeIds_.begin(), activeComposeIds_ in ReleaseRedundantComposeIds()
1646 composeIds_ = activeComposeIds_; in ReleaseRedundantComposeIds()
1647 activeComposeIds_.clear(); in ReleaseRedundantComposeIds()