Home
last modified time | relevance | path

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

/ohos5.0/foundation/ability/ability_runtime/utils/server/startup/src/
H A Dstartup_util.cpp27 constexpr int32_t PID_LENGTH = 16; variable
131 requestInfo.pid = (tempFullRequestCode & ((tempNum << PID_LENGTH) - 1)); in ParseFullRequestCode()
132 tempFullRequestCode >>= PID_LENGTH; in ParseFullRequestCode()