Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/ipc/ipc/native/src/core/source/
H A Dprocess_skeleton.cpp33 static constexpr uint32_t IPC_OBJECT_MASK = 0xffffffff; variable
35 static constexpr uint32_t IPC_OBJECT_MASK = 0xffffff; variable
364 return static_cast<uint32_t>((reinterpret_cast<uintptr_t>(ptr)) & IPC_OBJECT_MASK); in ConvertAddr()