Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/common/
H A Dcontainer_scope.cpp58 int32_t ContainerScope::RecentActiveId() in RecentActiveId() function in OHOS::Ace::ContainerScope
81 currentId = ContainerScope::RecentActiveId(); in CurrentIdWithReason()
128 if (RecentActiveId() == id) { in RemoveAndCheck()
H A Dcontainer_scope.h56 static int32_t RecentActiveId();
H A Dcontainer.cpp39 int32_t currentId = ContainerScope::RecentActiveId(); in SafelyId()