Home
last modified time | relevance | path

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

/base/location/interfaces/inner_api/include/
Dasync_context.h29 napi_ref callback[MAX_CALLBACK_NUM] = { 0 };
Dconstant_definition.h36 const int32_t MAX_CALLBACK_NUM = 3; variable
/base/location/frameworks/native/source/
Dnapi_util.cpp748 if (index >= MAX_CALLBACK_NUM) { in InitAsyncCallBackEnv()