Home
last modified time | relevance | path

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

/ohos5.0/foundation/graphic/surface_lite/interfaces/innerkits/
H A Dbuffer_producer.h46 MAX_REQUEST_CODE, enumerator
/ohos5.0/foundation/graphic/surface_lite/frameworks/
H A Dbuffer_queue_producer.cpp380 if (code >= MAX_REQUEST_CODE) { in OnIpcMsg()
/ohos5.0/foundation/ability/ability_runtime/frameworks/native/ability/native/ability_runtime/
H A Djs_ability_context.cpp78 constexpr int64_t MAX_REQUEST_CODE = 562949953421311; variable
96 if (parsedRequestCode > MAX_REQUEST_CODE) { in RequestCodeFromStringToInt64()