Home
last modified time | relevance | path

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

/ohos5.0/foundation/multimedia/camera_framework/frameworks/js/camera_napi/src/
H A Dcamera_napi_utils.cpp284 constexpr uint32_t THEN_ARGC = 2; in CallPromiseFun() local
285 napi_value thenArgv[THEN_ARGC] = { thenValue, catchValue }; in CallPromiseFun()
286 ret = napi_call_function(env, promiseValue, promiseThen, THEN_ARGC, thenArgv, &thenReturnValue); in CallPromiseFun()
/ohos5.0/foundation/communication/ipc/ipc/native/src/napi_common/source/
H A Dnapi_remote_object.cpp787 constexpr uint32_t THEN_ARGC = 2; in OnJsRemoteRequest() local
788 napi_value thenArgv[THEN_ARGC] = {thenValue, catchValue}; in OnJsRemoteRequest()
789 … ret = napi_call_function(env, returnVal, promiseThen, THEN_ARGC, thenArgv, &thenReturnValue); in OnJsRemoteRequest()