Searched refs:thenArgv (Results 1 – 2 of 2) sorted by relevance
/ohos5.0/foundation/multimedia/camera_framework/frameworks/js/camera_napi/src/ |
H A D | camera_napi_utils.cpp | 285 napi_value thenArgv[THEN_ARGC] = { thenValue, catchValue }; in CallPromiseFun() local 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 D | napi_remote_object.cpp | 788 napi_value thenArgv[THEN_ARGC] = {thenValue, catchValue}; in OnJsRemoteRequest() local 789 … ret = napi_call_function(env, returnVal, promiseThen, THEN_ARGC, thenArgv, &thenReturnValue); in OnJsRemoteRequest()
|