Home
last modified time | relevance | path

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

/ohos5.0/foundation/multimedia/camera_framework/frameworks/js/camera_napi/src/output/
H A Dphoto_output_napi.cpp1487 napi_value errJsResult[ARGS_ONE] = { nullptr }; in ExecuteCaptureErrorCb() local
1491 napi_create_object(env_, &errJsResult[PARAM0]); in ExecuteCaptureErrorCb()
1493 napi_set_named_property(env_, errJsResult[PARAM0], "code", propValue); in ExecuteCaptureErrorCb()
1495 .recv = nullptr, .argc = ARGS_ONE, .argv = errJsResult, .result = &retVal in ExecuteCaptureErrorCb()