Home
last modified time | relevance | path

Searched refs:objectInfo (Results 1 – 25 of 116) sorted by relevance

12345

/ohos5.0/foundation/multimedia/media_library/frameworks/services/media_mtp/src/payload_data/
H A Dget_object_info_data.cpp57 auto objectInfo = GetObjectInfo(); in Maker() local
58 if (objectInfo == nullptr) { in Maker()
63 MtpPacketTool::PutUInt32(outBuffer, objectInfo->storageID); in Maker()
64 MtpPacketTool::PutUInt16(outBuffer, objectInfo->format); in Maker()
66 MtpPacketTool::PutUInt32(outBuffer, objectInfo->size); in Maker()
67 MtpPacketTool::PutUInt16(outBuffer, objectInfo->thumbFormat); in Maker()
69 MtpPacketTool::PutUInt32(outBuffer, objectInfo->thumbPixelWidth); in Maker()
74 MtpPacketTool::PutUInt32(outBuffer, objectInfo->parent); in Maker()
77 MtpPacketTool::PutUInt32(outBuffer, objectInfo->sequenceNumber); in Maker()
78 MtpPacketTool::PutString(outBuffer, objectInfo->name); in Maker()
[all …]
/ohos5.0/foundation/communication/nfc/frameworks/js/napi/tag/
H A Dnfc_napi_taga.cpp30 NapiNfcATag *objectInfo = nullptr; in GetSak() local
33 napi_status status = napi_unwrap(env, thisVar, reinterpret_cast<void **>(&objectInfo)); in GetSak()
34 if (status != napi_ok || objectInfo == nullptr || objectInfo->tagSession == nullptr) { in GetSak()
41 NfcATag *nfcTagPtr = static_cast<NfcATag *>(static_cast<void *>(objectInfo->tagSession.get())); in GetSak()
59 NapiNfcATag *objectInfo = nullptr; in GetAtqa() local
62 napi_status status = napi_unwrap(env, thisVar, reinterpret_cast<void **>(&objectInfo)); in GetAtqa()
63 if (status != napi_ok || objectInfo == nullptr || objectInfo->tagSession == nullptr) { in GetAtqa()
69 NfcATag *nfcTagPtr = static_cast<NfcATag *>(static_cast<void *>(objectInfo->tagSession.get())); in GetAtqa()
H A Dnfc_napi_tagb.cpp29 NapiNfcBTag *objectInfo = nullptr; in GetRespAppData() local
33 napi_status status = napi_unwrap(env, thisVar, reinterpret_cast<void **>(&objectInfo)); in GetRespAppData()
34 if (status != napi_ok || objectInfo == nullptr || objectInfo->tagSession == nullptr) { in GetRespAppData()
41 NfcBTag *nfcBTagPtr = static_cast<NfcBTag *>(static_cast<void *>(objectInfo->tagSession.get())); in GetRespAppData()
57 NapiNfcBTag *objectInfo = nullptr; in GetRespProtocol() local
61 napi_status status = napi_unwrap(env, thisVar, reinterpret_cast<void **>(&objectInfo)); in GetRespProtocol()
62 if (status != napi_ok || objectInfo == nullptr || objectInfo->tagSession == nullptr) { in GetRespProtocol()
69 NfcBTag *nfcBTagPtr = static_cast<NfcBTag *>(static_cast<void *>(objectInfo->tagSession.get())); in GetRespProtocol()
H A Dnfc_napi_tagf.cpp30 NapiNfcFTag *objectInfo = nullptr; in GetSystemCode() local
34 napi_status status = napi_unwrap(env, thisVar, reinterpret_cast<void **>(&objectInfo)); in GetSystemCode()
35 if (status != napi_ok || objectInfo == nullptr || objectInfo->tagSession == nullptr) { in GetSystemCode()
42 NfcFTag *nfcFTagPtr = static_cast<NfcFTag *>(static_cast<void *>(objectInfo->tagSession.get())); in GetSystemCode()
58 NapiNfcFTag *objectInfo = nullptr; in GetPmm() local
62 napi_status status = napi_unwrap(env, thisVar, reinterpret_cast<void **>(&objectInfo)); in GetPmm()
63 if (status != napi_ok || objectInfo == nullptr || objectInfo->tagSession == nullptr) { in GetPmm()
70 NfcFTag *nfcFTagPtr = static_cast<NfcFTag *>(static_cast<void *>(objectInfo->tagSession.get())); in GetPmm()
H A Dnfc_napi_tagv.cpp29 NapiNfcVTag *objectInfo = nullptr; in GetResponseFlags() local
33 napi_status status = napi_unwrap(env, thisVar, reinterpret_cast<void **>(&objectInfo)); in GetResponseFlags()
34 if (status != napi_ok || objectInfo == nullptr || objectInfo->tagSession == nullptr) { in GetResponseFlags()
41 …Iso15693Tag *nfcVTagPtr = static_cast<Iso15693Tag *>(static_cast<void *>(objectInfo->tagSession.ge… in GetResponseFlags()
57 NapiNfcVTag *objectInfo = nullptr; in GetDsfId() local
61 napi_status status = napi_unwrap(env, thisVar, reinterpret_cast<void **>(&objectInfo)); in GetDsfId()
62 if (status != napi_ok || objectInfo == nullptr || objectInfo->tagSession == nullptr) { in GetDsfId()
69 …Iso15693Tag *nfcVTagPtr = static_cast<Iso15693Tag *>(static_cast<void *>(objectInfo->tagSession.ge… in GetDsfId()
H A Dnfc_napi_tag_isodep.cpp30 NapiIsoDepTag *objectInfo = nullptr; in GetHistoricalBytes() local
34 napi_status status = napi_unwrap(env, thisVar, reinterpret_cast<void **>(&objectInfo)); in GetHistoricalBytes()
35 if (status != napi_ok || objectInfo == nullptr || objectInfo->tagSession == nullptr) { in GetHistoricalBytes()
42 …IsoDepTag *nfcIsoDepTagPtr = static_cast<IsoDepTag *>(static_cast<void *>(objectInfo->tagSession.g… in GetHistoricalBytes()
58 NapiIsoDepTag *objectInfo = nullptr; in GetHiLayerResponse() local
62 napi_status status = napi_unwrap(env, thisVar, reinterpret_cast<void **>(&objectInfo)); in GetHiLayerResponse()
63 if (status != napi_ok || objectInfo == nullptr || objectInfo->tagSession == nullptr) { in GetHiLayerResponse()
70 …IsoDepTag *nfcIsoDepTagPtr = static_cast<IsoDepTag *>(static_cast<void *>(objectInfo->tagSession.g… in GetHiLayerResponse()
101 …IsoDepTag *nfcIsoDepTagPtr = static_cast<IsoDepTag *>(static_cast<void *>(context->objectInfo->tag… in NativeIsExtendedApduSupported()
153 context->objectInfo = objectInfoCb; in IsExtendedApduSupported()
H A Dnfc_napi_tag_mifare_classic.cpp46 if (status != napi_ok || objectInfo == nullptr || objectInfo->tagSession == nullptr) { in GetSectorCount()
110 if (status != napi_ok || objectInfo == nullptr || objectInfo->tagSession == nullptr) { in GetType()
139 if (status != napi_ok || objectInfo == nullptr || objectInfo->tagSession == nullptr) { in GetTagSize()
168 if (status != napi_ok || objectInfo == nullptr || objectInfo->tagSession == nullptr) { in IsEmulatedTag()
336 context->objectInfo = objectInfoCb; in AuthenticateSector()
419 context->objectInfo = objectInfoCb; in ReadSingleBlock()
505 context->objectInfo = objectInfoCb; in WriteSingleBlock()
587 context->objectInfo = objectInfoCb; in IncrementBlock()
668 context->objectInfo = objectInfoCb; in DecrementBlock()
727 context->objectInfo = objectInfoCb; in TransferToBlock()
[all …]
H A Dnfc_napi_tag_ndef.cpp192 NapiNdefTag *objectInfo = nullptr; in GetNdefTagType() local
196 if (status != napi_ok || objectInfo == nullptr || objectInfo->tagSession == nullptr) { in GetNdefTagType()
220 NapiNdefTag *objectInfo = nullptr; in GetNdefMessage() local
224 if (status != napi_ok || objectInfo == nullptr || objectInfo->tagSession == nullptr) { in GetNdefMessage()
275 NapiNdefTag *objectInfo = nullptr; in IsNdefWritable() local
279 if (status != napi_ok || objectInfo == nullptr || objectInfo->tagSession == nullptr) { in IsNdefWritable()
391 context->objectInfo = objectInfoCb; in ReadNdef()
476 context->objectInfo = objectInfoCb; in WriteNdef()
488 NapiNdefTag *objectInfo = nullptr; in CanSetReadOnly() local
578 context->objectInfo = objectInfoCb; in SetReadOnly()
[all …]
H A Dnfc_napi_tag_mifare_ul.cpp60 … static_cast<MifareUltralightTag *>(static_cast<void *>(context->objectInfo->tagSession.get())); in NativeReadMultiplePages()
111 context->objectInfo = objectInfoCb; in ReadMultiplePages()
145 … static_cast<MifareUltralightTag *>(static_cast<void *>(context->objectInfo->tagSession.get())); in NativeWriteSinglePages()
197 context->objectInfo = objectInfoCb; in WriteSinglePage()
209 NapiMifareUltralightTag *objectInfo = nullptr; in GetType() local
213 napi_status status = napi_unwrap(env, thisVar, reinterpret_cast<void **>(&objectInfo)); in GetType()
214 if (status != napi_ok || objectInfo == nullptr || objectInfo->tagSession == nullptr) { in GetType()
221 static_cast<MifareUltralightTag *>(static_cast<void *>(objectInfo->tagSession.get())); in GetType()
H A Dnfc_napi_ndef_message.cpp30 NapiNdefMessage *objectInfo = nullptr; in GetNdefRecords() local
31 napi_status status = napi_unwrap(env, thisVar, reinterpret_cast<void **>(&objectInfo)); in GetNdefRecords()
32 if (status != napi_ok || objectInfo == nullptr || objectInfo->ndefMessage == nullptr) { in GetNdefRecords()
37 std::shared_ptr<NdefMessage> ndefMessagePtr = objectInfo->ndefMessage; in GetNdefRecords()
/ohos5.0/base/notification/distributed_notification_service/frameworks/js/napi/src/subscribe/
H A Dnapi_subscribe.cpp30 std::shared_ptr<SubscriberInstance> objectInfo = nullptr; in NapiSubscribe() local
32 if (ParseParameters(env, info, subscriberInfo, objectInfo, callback) == nullptr) { in NapiSubscribe()
38 .env = env, .asyncWork = nullptr, .objectInfo = objectInfo, .subscriberInfo = subscriberInfo in NapiSubscribe()
72 NotificationHelper::SubscribeNotification(asynccallbackinfo->objectInfo); in NapiSubscribe()
113 std::shared_ptr<SubscriberInstance> objectInfo = nullptr; in NapiSubscribeSelf() local
115 if (ParseParameters(env, info, subscriberInfo, objectInfo, callback) == nullptr) { in NapiSubscribeSelf()
121 .env = env, .asyncWork = nullptr, .objectInfo = objectInfo, .subscriberInfo = subscriberInfo in NapiSubscribeSelf()
191 … AsyncCallbackInfoUnsubscribe {.env = env, .asyncWork = nullptr, .objectInfo = paras.objectInfo}; in NapiUnsubscribe()
210 if (asynccallbackinfo->objectInfo == nullptr) { in NapiUnsubscribe()
216 bool ret = AddDeletingSubscriber(asynccallbackinfo->objectInfo); in NapiUnsubscribe()
[all …]
/ohos5.0/foundation/arkui/napi/sample/native_module_storage/
H A Djs_storage.cpp412 env, thisVar, objectInfo, in JSStorageConstructor()
415 if (objectInfo != nullptr) { in JSStorageConstructor()
416 delete objectInfo; in JSStorageConstructor()
421 delete objectInfo; in JSStorageConstructor()
610 StorageObjectInfo* objectInfo = nullptr; in JSStorageGetSync() local
619 objectInfo->Emit(nullptr, "error"); in JSStorageGetSync()
661 objectInfo->Emit(nullptr, "error"); in JSStorageSetSync()
697 objectInfo->Emit(nullptr, "error"); in JSStorageDeleteSync()
716 objectInfo->Emit(nullptr, "clear"); in JSStorageClearSync()
751 objectInfo->On(eventType, argv[1]); in JSStorageOn()
[all …]
/ohos5.0/base/notification/distributed_notification_service/frameworks/js/napi/src/manager/
H A Dnapi_local_live_view.cpp29 LocalLiveViewSubscriberInstance *objectInfo = nullptr; in NapiSubscriteLocalAcitvity() local
30 if (ParseParameters(env, info, objectInfo, callback) == nullptr) { in NapiSubscriteLocalAcitvity()
31 if (objectInfo) { in NapiSubscriteLocalAcitvity()
32 delete objectInfo; in NapiSubscriteLocalAcitvity()
33 objectInfo = nullptr; in NapiSubscriteLocalAcitvity()
41 .env = env, .asyncWork = nullptr, .objectInfo = objectInfo in NapiSubscriteLocalAcitvity()
44 if (objectInfo) { in NapiSubscriteLocalAcitvity()
45 delete objectInfo; in NapiSubscriteLocalAcitvity()
46 objectInfo = nullptr; in NapiSubscriteLocalAcitvity()
68 … NotificationHelper::SubscribeLocalLiveViewNotification(*(asynccallbackinfo->objectInfo), false); in NapiSubscriteLocalAcitvity()
/ohos5.0/foundation/multimedia/player_framework/frameworks/js/system_sound_manager/src/system_tone_player/
H A Dsystem_tone_player_napi.cpp566 SystemTonePlayerNapi *objectInfo = nullptr; in SetAudioVolumeScale() local
568 if (status == napi_ok && objectInfo != nullptr) { in SetAudioVolumeScale()
575 ObjectRefMap objectGuard(objectInfo); in SetAudioVolumeScale()
598 SystemTonePlayerNapi* objectInfo = nullptr; in GetAudioVolumeScale() local
600 if (status == napi_ok && objectInfo != nullptr) { in GetAudioVolumeScale()
601 ObjectRefMap objectGuard(objectInfo); in GetAudioVolumeScale()
717 SystemTonePlayerNapi* objectInfo = nullptr; in SetHapticsFeature() local
719 if (status == napi_ok && objectInfo != nullptr) { in SetHapticsFeature()
725 ObjectRefMap objectGuard(objectInfo); in SetHapticsFeature()
749 SystemTonePlayerNapi* objectInfo = nullptr; in GetHapticsFeature() local
[all …]
/ohos5.0/base/notification/distributed_notification_service/frameworks/js/napi/src/
H A Dunsubscribe.cpp51 paras.objectInfo = subscriberInstancesInfo.subscriber; in ParseParameters()
76 … AsyncCallbackInfoUnsubscribe {.env = env, .asyncWork = nullptr, .objectInfo = paras.objectInfo}; in Unsubscribe()
96 if (asynccallbackinfo->objectInfo == nullptr) { in Unsubscribe()
102 bool ret = AddDeletingSubscriber(asynccallbackinfo->objectInfo); in Unsubscribe()
105 NotificationHelper::UnSubscribeNotification(*(asynccallbackinfo->objectInfo)); in Unsubscribe()
108 DelDeletingSubscriber(asynccallbackinfo->objectInfo); in Unsubscribe()
/ohos5.0/foundation/multimedia/media_library/frameworks/js/src/
H A Dmedia_album_change_request_napi.cpp265 auto changeRequest = asyncContext->objectInfo; in JSGetAlbum()
416 auto changeRequest = asyncContext->objectInfo; in JSAddAssets()
443 auto changeRequest = asyncContext->objectInfo; in JSRemoveAssets()
476 auto changeRequest = asyncContext->objectInfo; in JSMoveAssets()
513 auto changeRequest = asyncContext->objectInfo; in JSRecoverAssets()
838 auto changeRequest = context.objectInfo; in CreateAlbumExecute()
904 auto changeRequest = context.objectInfo; in AddAssetsExecute()
934 auto changeRequest = context.objectInfo; in RemoveAssetsExecute()
960 auto changeRequest = context.objectInfo; in MoveAssetsExecute()
1031 context.objectInfo->ClearDeleteAssetArray(); in DeleteAssetsExecute()
[all …]
H A Dmedia_asset_change_request_napi.cpp482 auto changeRequest = asyncContext->objectInfo; in JSGetAsset()
1311 auto changeRequest = context.objectInfo; in OpenWriteCacheHandler()
1769 auto changeRequest = context.objectInfo; in WriteBySecurityComponent()
1856 auto changeRequest = context.objectInfo; in SubmitCacheExecute()
1869 auto changeRequest = context.objectInfo; in WriteCacheByArrayBuffer()
1888 auto changeRequest = context.objectInfo; in SendToCacheFile()
1961 context.objectInfo->ReleasePhotoProxyObj(); in AddPhotoProxyResourceExecute()
2022 auto changeRequest = context.objectInfo; in AddResourceExecute()
2131 auto changeRequest = context.objectInfo; in SetEffectModeExecute()
2225 if (context.objectInfo == nullptr) { in SaveCameraPhotoExecute()
[all …]
/ohos5.0/foundation/multimedia/camera_framework/frameworks/js/camera_napi/src/output/
H A Ddeferred_photo_proxy_napi.cpp141 status = napi_unwrap(env, thisVar, reinterpret_cast<void**>(&asyncContext->objectInfo)); in GetThumbnail()
142 if (status == napi_ok && asyncContext->objectInfo != nullptr) { in GetThumbnail()
154 if (context->objectInfo != nullptr) { in GetThumbnail()
175 void* fdAddr = context->objectInfo->deferredPhotoProxy_->GetFileDataAddr(); in DeferredPhotoAsyncTaskComplete()
176 int32_t thumbnailWidth = context->objectInfo->deferredPhotoProxy_->GetWidth(); in DeferredPhotoAsyncTaskComplete()
177 int32_t thumbnailHeight = context->objectInfo->deferredPhotoProxy_->GetHeight(); in DeferredPhotoAsyncTaskComplete()
203 status = napi_unwrap(env, thisVar, reinterpret_cast<void**>(&asyncContext->objectInfo)); in Release()
204 if (status == napi_ok && asyncContext->objectInfo != nullptr) { in Release()
216 if (context->objectInfo != nullptr) { in Release()
224 delete context->objectInfo; in Release()
H A Ddepth_data_napi.cpp250 status = napi_unwrap(env, thisVar, reinterpret_cast<void**>(&asyncContext->objectInfo)); in Release()
251 if (status == napi_ok && asyncContext->objectInfo != nullptr) { in Release()
264 if (context->objectInfo != nullptr) { in Release()
266 context->objectInfo->format_ = nullptr; in Release()
267 context->objectInfo->depthMap_ = nullptr; in Release()
268 context->objectInfo->qualityLevel_ = nullptr; in Release()
269 context->objectInfo->accuracy_ = nullptr; in Release()
276 delete context->objectInfo; in Release()
H A Dphoto_napi.cpp217 status = napi_unwrap(env, thisVar, reinterpret_cast<void**>(&asyncContext->objectInfo)); in Release()
218 if (status == napi_ok && asyncContext->objectInfo != nullptr) { in Release()
231 if (context->objectInfo != nullptr) { in Release()
233 context->objectInfo->mainImage_ = nullptr; in Release()
234 context->objectInfo->rawImage_ = nullptr; in Release()
241 delete context->objectInfo; in Release()
/ohos5.0/foundation/multimedia/player_framework/frameworks/js/system_sound_manager/src/
H A Dsystem_sound_manager_napi.cpp1065 if (context->objectInfo->sysSoundMgrClient_ != nullptr) { in AsyncGetDefaultRingtoneAttrs()
1151 if (context->objectInfo->sysSoundMgrClient_ != nullptr) { in AsyncGetRingtoneAttrList()
1242 if (context->objectInfo->sysSoundMgrClient_ != nullptr) { in AsyncGetDefaultSystemToneAttrs()
1302 if (context->objectInfo->sysSoundMgrClient_ != nullptr) { in AsyncGetSystemToneAttrList()
1367 if (context->objectInfo->sysSoundMgrClient_ != nullptr) { in AsyncSetAlarmToneUri()
1422 if (context->objectInfo->sysSoundMgrClient_ != nullptr) { in AsyncGetAlarmToneUri()
1475 if (context->objectInfo->sysSoundMgrClient_ != nullptr) { in AsyncGetDefaultAlarmToneAttrs()
1525 if (context->objectInfo->sysSoundMgrClient_ != nullptr) { in AsyncGetAlarmToneAttrList()
1589 if (context->objectInfo->sysSoundMgrClient_ != nullptr) { in AsyncOpenAlarmTone()
1671 if (context->objectInfo->sysSoundMgrClient_ != nullptr) { in AsyncClose()
[all …]
H A Dsystem_sound_manager_napi_ext.cpp65 status = napi_unwrap(env, thisVar, reinterpret_cast<void**>(&asyncContext->objectInfo)); in GetToneHapticsSettings()
66 CHECK_AND_RETURN_RET_LOG(status == napi_ok && asyncContext->objectInfo != nullptr, result, in GetToneHapticsSettings()
99 if (context->objectInfo->sysSoundMgrClient_ == nullptr) { in AsyncGetToneHapticsSettings()
183 status = napi_unwrap(env, thisVar, reinterpret_cast<void**>(&asyncContext->objectInfo)); in SetToneHapticsSettings()
184 CHECK_AND_RETURN_RET_LOG(status == napi_ok && asyncContext->objectInfo != nullptr, result, in SetToneHapticsSettings()
219 if (context->objectInfo->sysSoundMgrClient_ == nullptr) { in AsyncSetToneHapticsSettings()
280 status = napi_unwrap(env, thisVar, reinterpret_cast<void**>(&asyncContext->objectInfo)); in GetToneHapticsList()
312 if (context->objectInfo->sysSoundMgrClient_ == nullptr) { in AsyncGetToneHapticsList()
376 status = napi_unwrap(env, thisVar, reinterpret_cast<void**>(&asyncContext->objectInfo)); in GetHapticsAttrsSyncedWithTone()
410 if (context->objectInfo->sysSoundMgrClient_ == nullptr) { in AsyncGetHapticsAttrsSyncedWithTone()
[all …]
/ohos5.0/foundation/multimedia/player_framework/frameworks/js/system_sound_manager/src/ringtone_player/
H A Dringtone_player_napi.cpp256 if (status == napi_ok && asyncContext->objectInfo != nullptr) { in GetTitle()
271 context->title = context->objectInfo->ringtonePlayer_->GetTitle(); in GetTitle()
348 if (status == napi_ok && asyncContext->objectInfo != nullptr) { in GetAudioRendererInfo()
404 if (status == napi_ok && asyncContext->objectInfo != nullptr) { in Configure()
470 if (status == napi_ok && asyncContext->objectInfo != nullptr) { in Start()
485 context->status = context->objectInfo->ringtonePlayer_->Start(); in Start()
520 if (status == napi_ok && asyncContext->objectInfo != nullptr) { in Stop()
535 context->status = context->objectInfo->ringtonePlayer_->Stop(); in Stop()
570 if (status == napi_ok && asyncContext->objectInfo != nullptr) { in Release()
585 context->status = context->objectInfo->ringtonePlayer_->Release(); in Release()
[all …]
/ohos5.0/commonlibrary/ets_utils/js_api_module/convertxml/
H A Dnative_module_convertxml.cpp35 auto objectInfo = new ConvertXml(env); in ConvertXmlConstructor() local
36 napi_status status = napi_wrap(env, thisVar, objectInfo, in ConvertXmlConstructor()
44 if (status != napi_ok && objectInfo != nullptr) { in ConvertXmlConstructor()
46 delete objectInfo; in ConvertXmlConstructor()
47 objectInfo = nullptr; in ConvertXmlConstructor()
/ohos5.0/foundation/multimedia/camera_framework/frameworks/js/camera_napi/src/input/
H A Dcamera_input_napi.cpp316 …CameraNapiParamParser jsParamParser(env, info, asyncContext->objectInfo, asyncFunction, isEnableSe… in Open()
322 jsParamParser = CameraNapiParamParser(env, info, asyncContext->objectInfo, asyncFunction); in Open()
334 …CHECK_ERROR_RETURN_LOG(context->objectInfo == nullptr, "CameraInputNapi::Open async info is nullpt… in Open()
340 …context->errorCode = context->objectInfo->GetCameraInput()->Open(true, &context->secureCameraSeqId… in Open()
343 context->errorCode = context->objectInfo->GetCameraInput()->Open(); in Open()
372 CameraNapiParamParser jsParamParser(env, info, asyncContext->objectInfo, asyncFunction); in Close()
383 …CHECK_ERROR_RETURN_LOG(context->objectInfo == nullptr, "CameraInputNapi::Close async info is nullp… in Close()
386 context->errorCode = context->objectInfo->GetCameraInput()->Close(); in Close()
414 CameraNapiParamParser jsParamParser(env, info, asyncContext->objectInfo, asyncFunction); in Release()
425 …CHECK_ERROR_RETURN_LOG(context->objectInfo == nullptr, "CameraInputNapi::Release async info is nul… in Release()
[all …]

12345