Home
last modified time | relevance | path

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

/ohos5.0/foundation/window/window_manager/window_scene/session/host/src/
H A Dsession.cpp2930 constexpr uint32_t persistentIdMask = (1 << persistentIdLength) - 1; in GeneratePersistentId() local
2932 (static_cast<uint32_t>(g_persistentId.load()) & persistentIdMask); in GeneratePersistentId()