Home
last modified time | relevance | path

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

/ohos5.0/foundation/multimedia/camera_framework/frameworks/js/camera_napi/src/input/
H A Dcamera_input_napi.cpp49 napi_create_bigint_uint64(env, context->secureCameraSeqId, &jsContext->data); in AsyncCompleteCallback()
340 …ontext->errorCode = context->objectInfo->GetCameraInput()->Open(true, &context->secureCameraSeqId); in Open()
341 … MEDIA_INFO_LOG("CameraInputNapi::Open, SeqId = %{public}" PRIu64 "", context->secureCameraSeqId); in Open()
/ohos5.0/foundation/multimedia/camera_framework/interfaces/kits/js/camera_napi/include/input/
H A Dcamera_input_napi.h135 uint64_t secureCameraSeqId = 0L; member