Home
last modified time | relevance | path

Searched refs:pidMask (Results 1 - 1 of 1) sorted by relevance

/foundation/window/window_manager/window_scene/session/host/src/
H A Dsession.cpp2805 constexpr uint32_t pidMask = (1 << pidLength) - 1; in GeneratePersistentId() local
2808 uint32_t assembledPersistentId = ((static_cast<uint32_t>(getpid()) & pidMask) << persistentIdLength) | in GeneratePersistentId()

Completed in 6 milliseconds