Home
last modified time | relevance | path

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

/ohos5.0/foundation/ability/ability_runtime/utils/server/startup/src/
H A Dstartup_util.cpp29 constexpr int32_t VALID_REQUEST_CODE_LENGTH = 49; variable
125 if ((tempFullRequestCode >> VALID_REQUEST_CODE_LENGTH) > 0) { in ParseFullRequestCode()