/ohos5.0/docs/zh-cn/application-dev/napi/ |
H A D | use-napi-about-function.md | 15 | napi_get_cb_info | 当需要从给定的callback info中获取有关调用的参数信息和this指针时,可使用此接口。 | 23 ## napi_get_cb_info section 36 napi_get_cb_info(env, info, &argc, args , nullptr, nullptr); 44 napi_get_cb_info(env, info, &argc, nullptr, nullptr, nullptr); 52 napi_get_cb_info(env, info, nullptr, nullptr, &thisArg, nullptr); 94 hilog.info(0x0000, 'testTag', 'Test Node-API napi_get_cb_info get string arg:%{public}s', testNapi.… 96 hilog.info(0x0000, 'testTag', 'Test Node-API napi_get_cb_info get num arg:%{public}d ', testNapi.ge… 103 hilog.info(0x0000, 'testTag', 'Test Node-API napi_get_cb_info get thisArg:%{public}s ', testNapi.ge… 121 napi_get_cb_info(env, info, &argc, argv, nullptr, nullptr); 138 napi_get_cb_info(env, info, &argc, argv, nullptr, nullptr); [all …]
|
/ohos5.0/commonlibrary/ets_utils/js_util_module/util/ |
H A D | native_module_util.cpp | 190 napi_get_cb_info(env, info, &argc, 0, nullptr, nullptr); in DealWithFormatString() 192 napi_get_cb_info(env, info, &argc, &argv, nullptr, nullptr); in DealWithFormatString() 217 napi_get_cb_info(env, info, &argc, nullptr, nullptr, nullptr); in Printf() 225 napi_get_cb_info(env, info, &argc, argv, nullptr, nullptr); in Printf() 410 napi_get_cb_info(env, info, &argc, &argv, nullptr, &data); in TextdecoderConstructor() 419 napi_get_cb_info(env, info, &argc, argvArr, nullptr, &data); in TextdecoderConstructor() 480 napi_get_cb_info(env, info, &argc, &argv, nullptr, &dataPara); in DecodeToString() 638 napi_get_cb_info(env, info, &argc, &src, &thisVar, nullptr); in TextEncoderConstructor() 642 napi_get_cb_info(env, info, &argc, &src, nullptr, nullptr); in TextEncoderConstructor() 717 napi_get_cb_info(env, info, &argc, &args, &thisVar, nullptr); in EncodeIntoOne() [all …]
|
/ohos5.0/commonlibrary/ets_utils/js_api_module/url/ |
H A D | native_module_url.cpp | 35 napi_get_cb_info(env, info, &argc, nullptr, &thisVar, &data); in UrlStructor() 36 napi_get_cb_info(env, info, &argc, argv, &thisVar, &data); in UrlStructor() 532 napi_get_cb_info(env, info, &argc, argv, &thisVar, nullptr); in SetArray() 578 napi_get_cb_info(env, info, &argc, &args, &thisVar, nullptr); in Get() 597 napi_get_cb_info(env, info, &argc, &args, &thisVar, nullptr); in GetAll() 617 napi_get_cb_info(env, info, &argc, args, &thisVar, &data); in Append() 636 napi_get_cb_info(env, info, &argc, &args, &thisVar, nullptr); in Delete() 655 napi_get_cb_info(env, info, &argc, &args, &thisVar, nullptr); in Entries() 682 napi_get_cb_info(env, info, &argc, args, &thisVar, nullptr); in Set() 826 napi_get_cb_info(env, info, &argc, argv, &thisVar, nullptr); in StringParmas() [all …]
|
/ohos5.0/foundation/distributeddatamgr/relational_store/frameworks/js/napi/dataability/src/ |
H A D | napi_data_ability_predicates.cpp | 194 napi_get_cb_info(env, info, &argc, args, &thiz, nullptr); in EqualTo() 211 napi_get_cb_info(env, info, &argc, args, &thiz, nullptr); in NotEqualTo() 268 napi_get_cb_info(env, info, &argc, args, &thiz, nullptr); in Contains() 285 napi_get_cb_info(env, info, &argc, args, &thiz, nullptr); in BeginsWith() 302 napi_get_cb_info(env, info, &argc, args, &thiz, nullptr); in EndsWith() 319 napi_get_cb_info(env, info, &argc, args, &thiz, nullptr); in IsNull() 334 napi_get_cb_info(env, info, &argc, args, &thiz, nullptr); in IsNotNull() 349 napi_get_cb_info(env, info, &argc, args, &thiz, nullptr); in Like() 366 napi_get_cb_info(env, info, &argc, args, &thiz, nullptr); in Glob() 384 napi_get_cb_info(env, info, &argc, args, &thiz, nullptr); in Between() [all …]
|
/ohos5.0/foundation/distributeddatamgr/data_share/frameworks/js/napi/common/src/ |
H A D | datashare_predicates_proxy.cpp | 217 napi_get_cb_info(env, info, &argc, args, &thiz, nullptr); in EqualTo() 260 napi_get_cb_info(env, info, &argc, args, &thiz, nullptr); in NotEqualTo() 355 napi_get_cb_info(env, info, &argc, args, &thiz, nullptr); in Contains() 374 napi_get_cb_info(env, info, &argc, args, &thiz, nullptr); in BeginsWith() 392 napi_get_cb_info(env, info, &argc, args, &thiz, nullptr); in EndsWith() 410 napi_get_cb_info(env, info, &argc, args, &thiz, nullptr); in IsNull() 427 napi_get_cb_info(env, info, &argc, args, &thiz, nullptr); in IsNotNull() 444 napi_get_cb_info(env, info, &argc, args, &thiz, nullptr); in Like() 462 napi_get_cb_info(env, info, &argc, args, &thiz, nullptr); in Unlike() 480 napi_get_cb_info(env, info, &argc, args, &thiz, nullptr); in Glob() [all …]
|
/ohos5.0/foundation/communication/ipc/ipc/native/src/napi_common/source/ |
H A D | napi_message_parcel_read.cpp | 35 napi_get_cb_info(env, info, &argc, nullptr, &thisVar, nullptr); in JS_readRemoteObject() 50 napi_get_cb_info(env, info, &argc, nullptr, &thisVar, nullptr); in JS_readInterfaceToken() 68 napi_get_cb_info(env, info, nullptr, nullptr, &thisVar, nullptr); in JS_readException() 86 napi_get_cb_info(env, info, &argc, nullptr, &thisVar, nullptr); in JS_readByte() 101 napi_get_cb_info(env, info, &argc, nullptr, &thisVar, nullptr); in JS_readShort() 116 napi_get_cb_info(env, info, &argc, nullptr, &thisVar, nullptr); in JS_readInt() 131 napi_get_cb_info(env, info, &argc, nullptr, &thisVar, nullptr); in JS_readLong() 146 napi_get_cb_info(env, info, &argc, nullptr, &thisVar, nullptr); in JS_readFloat() 161 napi_get_cb_info(env, info, &argc, nullptr, &thisVar, nullptr); in JS_readDouble() 223 napi_get_cb_info(env, info, &argc, argv, &thisVar, nullptr); in JS_readSequenceable() [all …]
|
H A D | napi_message_parcel_write.cpp | 68 napi_get_cb_info(env, info, &argc, argv, &thisVar, nullptr); in JS_writeByte() 93 napi_get_cb_info(env, info, &argc, argv, &thisVar, nullptr); in JS_writeShort() 118 napi_get_cb_info(env, info, &argc, argv, &thisVar, nullptr); in JS_writeInt() 143 napi_get_cb_info(env, info, &argc, argv, &thisVar, nullptr); in JS_writeLong() 168 napi_get_cb_info(env, info, &argc, argv, &thisVar, nullptr); in JS_writeFloat() 193 napi_get_cb_info(env, info, &argc, argv, &thisVar, nullptr); in JS_writeDouble() 316 napi_get_cb_info(env, info, &argc, argv, &thisVar, &data); in JS_writeShortArray() 362 napi_get_cb_info(env, info, &argc, argv, &thisVar, &data); in JS_writeIntArray() 412 napi_get_cb_info(env, info, &argc, argv, &thisVar, &data); in JS_writeLongArray() 460 napi_get_cb_info(env, info, &argc, argv, &thisVar, &data); in JS_writeFloatArray() [all …]
|
H A D | napi_message_sequence_read.cpp | 38 napi_get_cb_info(env, info, &argc, nullptr, &thisVar, nullptr); in JS_getSize() 54 napi_get_cb_info(env, info, &argc, nullptr, &thisVar, nullptr); in JS_getCapacity() 70 napi_get_cb_info(env, info, &argc, nullptr, &thisVar, nullptr); in JS_getReadableBytes() 86 napi_get_cb_info(env, info, &argc, nullptr, &thisVar, nullptr); in JS_getReadPosition() 104 napi_get_cb_info(env, info, &argc, argv, &thisVar, &data); in JS_rewindRead() 138 napi_get_cb_info(env, info, &argc, nullptr, &thisVar, nullptr); in JS_readRemoteObject() 162 napi_get_cb_info(env, info, &argc, nullptr, &thisVar, nullptr); in JS_readInterfaceToken() 203 napi_get_cb_info(env, info, &argc, nullptr, &thisVar, nullptr); in JS_readByte() 354 napi_get_cb_info(env, info, &argc, argv, &thisVar, nullptr); in JS_readParcelable() 870 napi_get_cb_info(env, info, &argc, argv, &thisVar, nullptr); in JS_readRemoteObjectArray() [all …]
|
/ohos5.0/commonlibrary/ets_utils/js_api_module/uri/ |
H A D | native_module_uri.cpp | 36 NAPI_CALL(env, napi_get_cb_info(env, info, &argc, argv, &thisVar, &data)); in UriConstructor() 61 NAPI_CALL(env, napi_get_cb_info(env, info, nullptr, nullptr, &thisVar, nullptr)); in Normalize() 77 NAPI_CALL(env, napi_get_cb_info(env, info, &argc, argv, &thisVar, nullptr)); in Equals() 93 NAPI_CALL(env, napi_get_cb_info(env, info, nullptr, nullptr, &thisVar, nullptr)); in IsAbsolute() 105 NAPI_CALL(env, napi_get_cb_info(env, info, nullptr, nullptr, &thisVar, nullptr)); in IsFailed() 118 NAPI_CALL(env, napi_get_cb_info(env, info, nullptr, nullptr, &thisVar, nullptr)); in UriToString() 131 NAPI_CALL(env, napi_get_cb_info(env, info, nullptr, nullptr, &thisVar, nullptr)); in IsRelative() 143 NAPI_CALL(env, napi_get_cb_info(env, info, nullptr, nullptr, &thisVar, nullptr)); in IsOpaque() 155 NAPI_CALL(env, napi_get_cb_info(env, info, nullptr, nullptr, &thisVar, nullptr)); in IsHierarchical() 169 NAPI_CALL(env, napi_get_cb_info(env, info, &argc, argv, &thisVar, nullptr)); in AddQueryValue() [all …]
|
/ohos5.0/docs/en/application-dev/napi/ |
H A D | use-napi-about-function.md | 23 ## napi_get_cb_info section 25 Use **napi_get_cb_info** to obtain detailed information about function calls. 36 napi_get_cb_info(env, info, &argc, args , nullptr, nullptr); 44 napi_get_cb_info(env, info, &argc, nullptr, nullptr, nullptr); 52 napi_get_cb_info(env, info, nullptr, nullptr, &thisArg, nullptr); 94 hilog.info(0x0000, 'testTag', 'Test Node-API napi_get_cb_info get string arg:%{public}s', testNapi.… 96 hilog.info(0x0000, 'testTag', 'Test Node-API napi_get_cb_info get num arg:%{public}d ', testNapi.ge… 103 hilog.info(0x0000, 'testTag', 'Test Node-API napi_get_cb_info get thisArg:%{public}s ', testNapi.ge… 122 napi_get_cb_info(env, info, &argc, argv, nullptr, nullptr); 139 napi_get_cb_info(env, info, &argc, argv, nullptr, nullptr); [all …]
|
/ohos5.0/base/web/webview/interfaces/kits/napi/webviewcontroller/ |
H A D | napi_web_scheme_handler_request.cpp | 463 napi_get_cb_info(env, cbinfo, &argc, argv, &thisVar, &data); in JS_GetUrl() 488 napi_get_cb_info(env, cbinfo, &argc, argv, &thisVar, &data); in JS_SetUrl() 514 napi_get_cb_info(env, cbinfo, &argc, argv, &thisVar, &data); in JS_GetStatus() 533 napi_get_cb_info(env, cbinfo, &argc, argv, &thisVar, &data); in JS_SetStatus() 560 napi_get_cb_info(env, cbinfo, &argc, argv, &thisVar, &data); in JS_GetStatusText() 876 napi_get_cb_info(env, info, &argc, argv, &thisVar, &data); in JS_RequestStart() 910 napi_get_cb_info(env, info, &argc, argv, &thisVar, &data); in JS_RequestStop() 992 napi_get_cb_info(env, info, &argc, argv, &thisVar, &data); in JS_DidReceiveResponse() 1030 napi_get_cb_info(env, info, &argc, argv, &thisVar, &data); in JS_DidReceiveResponseBody() 1093 napi_get_cb_info(env, info, &argc, argv, &thisVar, &data); in JS_DidFailWithError() [all …]
|
H A D | napi_web_download_item.cpp | 193 napi_get_cb_info(env, info, nullptr, nullptr, &arg, nullptr); in CreateEnumConstructor() 206 napi_get_cb_info(env, cbinfo, &argc, argv, &thisVar, &data); in JS_GetMethod() 231 napi_get_cb_info(env, cbinfo, &argc, argv, &thisVar, &data); in JS_GetMimeType() 257 napi_get_cb_info(env, cbinfo, &argc, argv, &thisVar, &data); in JS_GetUrl() 282 napi_get_cb_info(env, cbinfo, &argc, argv, &thisVar, &data); in JS_GetSuggestedFileName() 308 napi_get_cb_info(env, cbinfo, &argc, argv, &thisVar, &data); in JS_GetCurrentSpeed() 333 napi_get_cb_info(env, cbinfo, &argc, argv, &thisVar, &data); in JS_GetPercentComplete() 358 napi_get_cb_info(env, cbinfo, &argc, argv, &thisVar, &data); in JS_GetTotalBytes() 383 napi_get_cb_info(env, cbinfo, &argc, argv, &thisVar, &data); in JS_GetReceivedBytes() 408 napi_get_cb_info(env, cbinfo, &argc, argv, &thisVar, &data); in JS_GetState() [all …]
|
H A D | napi_web_download_delegate.cpp | 37 napi_get_cb_info(env, cbinfo, &argc, argv, &thisVar, &data); in JS_DownloadBeforeStart() 60 napi_get_cb_info(env, cbinfo, &argc, argv, &thisVar, &data); in JS_DownloadDidUpdate() 82 napi_get_cb_info(env, cbinfo, &argc, argv, &thisVar, &data); in JS_DownloadDidFinish() 104 napi_get_cb_info(env, cbinfo, &argc, argv, &thisVar, &data); in JS_DownloadDidFail() 123 napi_get_cb_info(env, cbinfo, nullptr, nullptr, &thisVar, nullptr); in JS_Constructor()
|
/ohos5.0/foundation/multimedia/camera_framework/frameworks/native/camera/test/ndktest/camera_ndk_demo/entry/src/main/cpp/ |
H A D | main.cpp | 41 napi_get_cb_info(env, info, &argc, args, nullptr, nullptr); in SetZoomRatio() 64 napi_get_cb_info(env, info, &argc, args, nullptr, nullptr); in HasFlash() 87 napi_get_cb_info(env, info, &argc, args, nullptr, nullptr); in IsVideoStabilizationModeSupported() 112 napi_get_cb_info(env, info, &argc, args, nullptr, nullptr); in InitCamera() 152 napi_get_cb_info(env, info, &argc, args, nullptr, nullptr); in ReleaseCamera() 175 napi_get_cb_info(env, info, &argc, args, nullptr, nullptr); in ReleaseSession() 199 napi_get_cb_info(env, info, &argc, args, nullptr, nullptr); in StartPhotoOrVideo() 241 napi_get_cb_info(env, info, &argc, args, nullptr, nullptr); in IsExposureModeSupported() 264 napi_get_cb_info(env, info, &argc, args, nullptr, nullptr); in IsMeteringPoint() 288 napi_get_cb_info(env, info, &argc, args, nullptr, nullptr); in IsExposureBiasRange() [all …]
|
/ohos5.0/commonlibrary/ets_utils/js_sys_module/process/ |
H A D | native_module_process.cpp | 87 NAPI_CALL(env, napi_get_cb_info(env, info, &argc, args, &thisVar, &data)); in ChildProcessConstructor() 347 napi_get_cb_info(env, info, &argc, &args, &thisVar, nullptr); in Exit() 387 napi_get_cb_info(env, info, &argc, &args, &thisVar, nullptr); in Off() 405 napi_get_cb_info(env, info, &argc, argv, &thisVar, &data); in KillSig() 428 napi_get_cb_info(env, info, &argc, &args, &thisVar, nullptr); in IsAppUid() 447 napi_get_cb_info(env, info, &argc, &args, &thisVar, nullptr); in GetUidForName() 460 napi_get_cb_info(env, info, &argc, &args, &thisVar, nullptr); in GetThreadPriority() 485 napi_get_cb_info(env, info, &argc, &args, &thisVar, nullptr); in GetSystemConfig() 498 napi_get_cb_info(env, info, &argc, &args, &thisVar, nullptr); in GetEnvironmentVar() 530 napi_get_cb_info(env, info, &argc, &args, &thisVar, nullptr); in GetValueFromInfo() [all …]
|
/ohos5.0/foundation/arkui/ace_engine/component_ext/movingphoto/ |
H A D | movingphoto_napi.cpp | 63 NAPI_CALL(env, napi_get_cb_info(env, info, &argc, argv, nullptr, nullptr)); in JsCreate() 117 NAPI_CALL(env, napi_get_cb_info(env, info, &argc, argv, nullptr, nullptr)); in JsMuted() 133 NAPI_CALL(env, napi_get_cb_info(env, info, &argc, argv, nullptr, nullptr)); in JsObjectFit() 150 NAPI_CALL(env, napi_get_cb_info(env, info, &argc, argv, &thisVal, nullptr)); in JsOnComplete() 168 NAPI_CALL(env, napi_get_cb_info(env, info, &argc, argv, &thisVal, nullptr)); in JsOnStart() 186 NAPI_CALL(env, napi_get_cb_info(env, info, &argc, argv, &thisVal, nullptr)); in JsOnStop() 204 NAPI_CALL(env, napi_get_cb_info(env, info, &argc, argv, &thisVal, nullptr)); in JsOnPause() 222 NAPI_CALL(env, napi_get_cb_info(env, info, &argc, argv, &thisVal, nullptr)); in JsOnFinish() 343 NAPI_CALL(env, napi_get_cb_info(env, info, &argc, argv, nullptr, nullptr)); in JsAutoPlayPeriod() 363 NAPI_CALL(env, napi_get_cb_info(env, info, &argc, argv, nullptr, nullptr)); in JsAutoPlay() [all …]
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/patternlock/ |
H A D | patternlock_napi.cpp | 79 NAPI_CALL(env, napi_get_cb_info(env, info, &argc, argv, nullptr, nullptr)); in Create() 95 NAPI_CALL(env, napi_get_cb_info(env, info, &argc, argv, &thisVal, nullptr)); in SideLength() 113 NAPI_CALL(env, napi_get_cb_info(env, info, &argc, argv, &thisVal, nullptr)); in CircleRadius() 131 NAPI_CALL(env, napi_get_cb_info(env, info, &argc, argv, &thisVal, nullptr)); in PathStrokeWidth() 149 NAPI_CALL(env, napi_get_cb_info(env, info, &argc, argv, &thisVal, nullptr)); in ActiveColor() 167 NAPI_CALL(env, napi_get_cb_info(env, info, &argc, argv, &thisVal, nullptr)); in SelectedColor() 185 NAPI_CALL(env, napi_get_cb_info(env, info, &argc, argv, &thisVal, nullptr)); in PathColor() 203 NAPI_CALL(env, napi_get_cb_info(env, info, &argc, argv, &thisVal, nullptr)); in RegularColor() 220 NAPI_CALL(env, napi_get_cb_info(env, info, &argc, argv, &thisVal, nullptr)); in AutoReset() 233 NAPI_CALL(env, napi_get_cb_info(env, info, &argc, argv, &thisVal, nullptr)); in OnPatternComplete() [all …]
|
/ohos5.0/drivers/external_device_manager/test/unittest/ndk_stage_js_test/entry/src/main/cpp/ |
H A D | usb_ddk_ndk_test.cpp | 105 NAPI_CALL(env, napi_get_cb_info(env, info, &argc, args, nullptr, nullptr)); in UsbGetDeviceDescriptorOne() 123 NAPI_CALL(env, napi_get_cb_info(env, info, &argc, args, nullptr, nullptr)); in UsbGetDeviceDescriptorTwo() 139 NAPI_CALL(env, napi_get_cb_info(env, info, &argc, args, nullptr, nullptr)); in UsbGetConfigDescriptorOne() 168 NAPI_CALL(env, napi_get_cb_info(env, info, &argc, args, nullptr, nullptr)); in UsbGetConfigDescriptorThree() 185 NAPI_CALL(env, napi_get_cb_info(env, info, &argc, args, nullptr, nullptr)); in UsbFreeConfigDescriptor() 204 NAPI_CALL(env, napi_get_cb_info(env, info, &argc, args, nullptr, nullptr)); in UsbClaimInterfaceOne() 229 NAPI_CALL(env, napi_get_cb_info(env, info, &argc, args, nullptr, nullptr)); in UsbClaimInterfaceThree() 245 NAPI_CALL(env, napi_get_cb_info(env, info, &argc, args, nullptr, nullptr)); in UsbReleaseInterface() 263 NAPI_CALL(env, napi_get_cb_info(env, info, &argc, args, nullptr, nullptr)); in UsbSelectInterfaceSettingOne() 281 NAPI_CALL(env, napi_get_cb_info(env, info, &argc, args, nullptr, nullptr)); in UsbSelectInterfaceSettingTwo() [all …]
|
/ohos5.0/commonlibrary/ets_utils/js_api_module/xml/ |
H A D | native_module_xml.cpp | 39 NAPI_CALL(env, napi_get_cb_info(env, info, &argc, args, &thisVar, &data)); in XmlSerializerConstructor() 92 NAPI_CALL(env, napi_get_cb_info(env, info, &argc, args, &thisVar, &data)); in XmlPullParserConstructor() 146 NAPI_CALL(env, napi_get_cb_info(env, info, &argc, args, &thisVar, nullptr)); in SetAttributes() 170 NAPI_CALL(env, napi_get_cb_info(env, info, &argc, args, &thisVar, nullptr)); in AddEmptyElement() 204 NAPI_CALL(env, napi_get_cb_info(env, info, &argc, args, &thisVar, nullptr)); in StartElement() 233 NAPI_CALL(env, napi_get_cb_info(env, info, &argc, args, &thisVar, nullptr)); in SetNamespace() 257 NAPI_CALL(env, napi_get_cb_info(env, info, &argc, args, &thisVar, nullptr)); in SetComment() 277 NAPI_CALL(env, napi_get_cb_info(env, info, &argc, args, &thisVar, nullptr)); in SetCData() 297 NAPI_CALL(env, napi_get_cb_info(env, info, &argc, args, &thisVar, nullptr)); in SetText() 317 NAPI_CALL(env, napi_get_cb_info(env, info, &argc, args, &thisVar, nullptr)); in SetDocType() [all …]
|
/ohos5.0/base/security/certificate_framework/frameworks/js/napi/certificate/src/ |
H A D | napi_x509_crl.cpp | 296 napi_get_cb_info(env, info, &argc, argv, &thisVar, nullptr); in IsRevoked() 331 napi_get_cb_info(env, info, &argc, argv, &thisVar, nullptr); in GetEncoded() 371 napi_get_cb_info(env, info, &argc, argv, &thisVar, nullptr); in Verify() 549 napi_get_cb_info(env, info, &argc, argv, &thisVar, nullptr); in GetRevokedCertificate() 602 napi_get_cb_info(env, info, &argc, argv, &thisVar, nullptr); in GetRevokedCertificateWithCert() 649 napi_get_cb_info(env, info, &argc, argv, &thisVar, nullptr); in GetRevokedCertificates() 976 napi_get_cb_info(env, info, &argc, argv, &thisVar, nullptr); in Match() 1019 napi_get_cb_info(env, info, nullptr, nullptr, &thisVar, nullptr); in NapiIsRevoked() 1032 napi_get_cb_info(env, info, nullptr, nullptr, &thisVar, nullptr); in NapiGetType() 1045 napi_get_cb_info(env, info, nullptr, nullptr, &thisVar, nullptr); in NapiGetEncoded() [all …]
|
H A D | napi_x509_certificate.cpp | 213 napi_get_cb_info(env, info, &argc, argv, &thisVar, nullptr); in Verify() 269 napi_get_cb_info(env, info, &argc, argv, &thisVar, nullptr); in GetEncoded() 343 napi_get_cb_info(env, info, &argc, argv, &thisVar, nullptr); in CheckValidityWithDate() 716 napi_get_cb_info(env, info, &argc, argv, &thisVar, nullptr); in Match() 964 napi_get_cb_info(env, info, nullptr, nullptr, &thisVar, nullptr); in NapiVerify() 977 napi_get_cb_info(env, info, nullptr, nullptr, &thisVar, nullptr); in NapiGetEncoded() 990 napi_get_cb_info(env, info, nullptr, nullptr, &thisVar, nullptr); in NapiGetPublicKey() 1003 napi_get_cb_info(env, info, nullptr, nullptr, &thisVar, nullptr); in NapiCheckValidityWithDate() 1016 napi_get_cb_info(env, info, nullptr, nullptr, &thisVar, nullptr); in NapiGetVersion() 1070 napi_get_cb_info(env, info, &argc, argv, &thisVar, nullptr); in NapiGetSubjectName() [all …]
|
/ohos5.0/base/global/i18n/interfaces/js/kits/src/ |
H A D | i18n_unicode_addon.cpp | 104 napi_status status = napi_get_cb_info(env, info, &argc, argv, &thisVar, &data); in IsDigitAddon() 135 napi_status status = napi_get_cb_info(env, info, &argc, argv, &thisVar, &data); in IsSpaceCharAddon() 166 napi_status status = napi_get_cb_info(env, info, &argc, argv, &thisVar, &data); in IsWhiteSpaceAddon() 197 napi_status status = napi_get_cb_info(env, info, &argc, argv, &thisVar, &data); in IsRTLCharacterAddon() 228 napi_status status = napi_get_cb_info(env, info, &argc, argv, &thisVar, &data); in IsIdeoGraphicAddon() 259 napi_status status = napi_get_cb_info(env, info, &argc, argv, &thisVar, &data); in IsLetterAddon() 290 napi_status status = napi_get_cb_info(env, info, &argc, argv, &thisVar, &data); in IsLowerCaseAddon() 321 napi_status status = napi_get_cb_info(env, info, &argc, argv, &thisVar, &data); in IsUpperCaseAddon() 352 napi_status status = napi_get_cb_info(env, info, &argc, argv, &thisVar, &data); in GetTypeAddon() 381 napi_status status = napi_get_cb_info(env, info, nullptr, nullptr, &thisVar, &data); in ObjectConstructor()
|
/ohos5.0/foundation/multimodalinput/input/frameworks/napi/input_device/src/ |
H A D | js_input_device_context.cpp | 90 CHKRP(napi_get_cb_info(env, info, nullptr, nullptr, &thisVar, &data), GET_CB_INFO); in JsConstructor() 144 CHKRP(napi_get_cb_info(env, info, &argc, argv, nullptr, nullptr), GET_CB_INFO); in On() 183 CHKRP(napi_get_cb_info(env, info, &argc, argv, nullptr, nullptr), GET_CB_INFO); in Off() 226 CHKRP(napi_get_cb_info(env, info, &argc, argv, nullptr, nullptr), GET_CB_INFO); in GetDeviceIds() 250 CHKRP(napi_get_cb_info(env, info, &argc, argv, nullptr, nullptr), GET_CB_INFO); in GetDevice() 279 CHKRP(napi_get_cb_info(env, info, &argc, argv, nullptr, nullptr), GET_CB_INFO); in SupportKeys() 340 CHKRP(napi_get_cb_info(env, info, &argc, argv, nullptr, nullptr), GET_CB_INFO); in SupportKeysSync() 393 CHKRP(napi_get_cb_info(env, info, &argc, argv, nullptr, nullptr), GET_CB_INFO); in GetKeyboardType() 428 CHKRP(napi_get_cb_info(env, info, &argc, argv, nullptr, nullptr), GET_CB_INFO); in GetKeyboardTypeSync() 456 CHKRP(napi_get_cb_info(env, info, &argc, argv, nullptr, nullptr), GET_CB_INFO); in GetDeviceList() [all …]
|
/ohos5.0/foundation/communication/bluetooth/frameworks/js/napi/src/hfp/ |
H A D | napi_bluetooth_hfp_hf.cpp | 62 napi_get_cb_info(env, info, nullptr, nullptr, &thisVar, nullptr); in HandsFreeUnitConstructor() 116 napi_get_cb_info(env, info, &argc, argv, &thisVar, nullptr); in GetDeviceState() 148 napi_get_cb_info(env, info, &argc, argv, &thisVar, nullptr); in GetScoState() 180 napi_get_cb_info(env, info, &argc, argv, &thisVar, nullptr); in Connect() 211 napi_get_cb_info(env, info, &argc, argv, &thisVar, nullptr); in Disconnect() 242 napi_get_cb_info(env, info, &argc, argv, &thisVar, nullptr); in ConnectSco() 273 napi_get_cb_info(env, info, &argc, argv, &thisVar, nullptr); in DisconnectSco() 304 napi_get_cb_info(env, info, &argc, argv, &thisVar, nullptr); in SendDTMF()
|
/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/kits/js/launchermgr/ |
H A D | js_launcher_unsupported.cpp | 78 napi_get_cb_info(env, info, &argc, argv, &thisArg, &data); in JSLauncherServiceOn() 89 napi_get_cb_info(env, info, &argc, argv, &thisArg, &data); in JSLauncherServiceOff() 100 napi_get_cb_info(env, info, &argc, argv, &thisArg, &data); in JSGetAllLauncherAbilityInfos() 111 napi_get_cb_info(env, info, &argc, argv, &thisArg, &data); in JSGetLauncherAbilityInfos() 123 napi_get_cb_info(env, info, &argc, argv, &thisArg, &data); in JSGetShortcutInfos()
|