Home
last modified time | relevance | path

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

/ohos5.0/foundation/multimedia/camera_framework/frameworks/js/camera_napi/src/output/
H A Dpreview_output_napi.cpp198 napi_value napiSketchStatusKey; in OnSketchStatusDataChangedCall() local
203 napi_create_string_utf8(env_, "status", NAPI_AUTO_LENGTH, &napiSketchStatusKey); in OnSketchStatusDataChangedCall()
205 napi_set_property(env_, callbackObj, napiSketchStatusKey, napiSketchStatus); in OnSketchStatusDataChangedCall()