Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributeddatamgr/preferences/frameworks/js/napi/common/src/
H A Duv_queue.cpp22 constexpr size_t MAX_CALLBACK_ARG_NUM = 6; variable
79 napi_value argv[MAX_CALLBACK_ARG_NUM] = { nullptr }; in Work()
81 argc = MAX_CALLBACK_ARG_NUM; in Work()
/ohos5.0/foundation/distributeddatamgr/relational_store/frameworks/js/napi/rdb/include/
H A Dnapi_uv_queue.h44 static constexpr int MAX_CALLBACK_ARG_NUM = 6; variable
/ohos5.0/foundation/distributeddatamgr/relational_store/frameworks/js/napi/relationalstore/include/
H A Dnapi_uv_queue.h44 static constexpr int MAX_CALLBACK_ARG_NUM = 6; variable
/ohos5.0/foundation/distributeddatamgr/relational_store/frameworks/js/napi/rdb/src/
H A Dnapi_uv_queue.cpp64 napi_value argv[MAX_CALLBACK_ARG_NUM] = { nullptr }; in CallFunction()
/ohos5.0/foundation/distributeddatamgr/relational_store/frameworks/js/napi/relationalstore/src/
H A Dnapi_uv_queue.cpp67 napi_value argv[MAX_CALLBACK_ARG_NUM] = { nullptr }; in CallFunction()