Home
last modified time | relevance | path

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

/ohos5.0/foundation/window/window_manager/window_scene/session/host/src/
H A Dsession.cpp50 std::set<int32_t> g_persistentIdSet; variable
2912 if (persistentId != INVALID_SESSION_ID && !g_persistentIdSet.count(persistentId)) { in GeneratePersistentId()
2913 g_persistentIdSet.insert(persistentId); in GeneratePersistentId()
2923 while (g_persistentIdSet.count(g_persistentId)) { in GeneratePersistentId()
2937 g_persistentIdSet.insert(g_persistentId); in GeneratePersistentId()