Searched refs:NUM2 (Results 1 - 2 of 2) sorted by relevance
/foundation/multimedia/image_framework/frameworks/kits/js/common/sendable/ |
H A D | sendable_image_napi.cpp | 33 constexpr int NUM2 = 2;
member 302 napi_call_function(env, nullptr, callback, NUM2, result, &retVal);
in ProcessCallback() 693 if (argc == NUM2 && !JsGetCallbackFunc(env, argv[NUM1], &(context->callbackRef))) {
in JsGetComponentArgs() 704 size_t argc = NUM2;
in JsGetComponent() 705 napi_value argv[NUM2] = {0};
in JsGetComponent()
|
/foundation/multimedia/image_framework/frameworks/kits/js/common/ |
H A D | image_napi.cpp | 33 constexpr int NUM2 = 2; member 311 napi_call_function(env, nullptr, callback, NUM2, result, &retVal); in ProcessCallback() 704 if (argc == NUM2 && !JsGetCallbackFunc(env, argv[NUM1], &(context->callbackRef))) { in JsGetComponentArgs() 715 size_t argc = NUM2; in JsGetComponent() 716 napi_value argv[NUM2] = {0}; in JsGetComponent()
|
Completed in 4 milliseconds