/ohos5.0/foundation/multimedia/camera_framework/frameworks/native/camera/test/ndktest/camera_ndk_demo/entry/src/main/cpp/ |
H A D | main.cpp | 47 napi_get_value_int32(env, args[0], &zoomRatio); in SetZoomRatio() 70 napi_get_value_int32(env, args[0], &flashMode); in HasFlash() 93 napi_get_value_int32(env, args[0], &videoMode); in IsVideoStabilizationModeSupported() 122 napi_get_value_int32(env, args[1], &focusMode); in InitCamera() 247 napi_get_value_int32(env, args[0], &exposureMode); in IsExposureModeSupported() 269 napi_get_value_int32(env, args[0], &x); in IsMeteringPoint() 274 napi_get_value_int32(env, args[1], &y); in IsMeteringPoint() 315 napi_get_value_int32(env, args[0], &focusMode); in IsFocusModeSupported() 426 napi_get_value_int32(env, value, &config->quality); in GetCaptureParam() 429 napi_get_value_int32(env, value, &config->rotation); in GetCaptureParam() [all …]
|
/ohos5.0/commonlibrary/ets_utils/js_sys_module/test/ |
H A D | test_process.cpp | 203 napi_get_value_int32(env, napiUid, &uid); 222 napi_get_value_int32(env, napiGid, &gid); 241 napi_get_value_int32(env, napiEuid, &euid); 279 napi_get_value_int32(env, napiPid, &pid); 323 napi_get_value_int32(env, result, &ppid); 348 napi_get_value_int32(env, result, &pid); 467 napi_get_value_int32(env, napiTid, &tid); 567 napi_get_value_int32(env, result, &num); 590 napi_get_value_int32(env, result, &num); 649 napi_get_value_int32(env, result, &num); [all …]
|
/ohos5.0/commonlibrary/ets_utils/js_sys_module/process/ |
H A D | js_process.cpp | 161 napi_get_value_int32(env, proid, &pid); in Kill() 162 napi_get_value_int32(env, signal, &sig); in Kill() 197 napi_get_value_int32(env, number, &result); in Exit() 314 napi_get_value_int32(env, uid, &number); in IsAppUid() 405 napi_get_value_int32(env, tid, &proTid); in GetThreadPriority() 445 napi_get_value_int32(env, name, &number); in GetSystemConfig() 470 napi_get_value_int32(env, uid, &number); in IsAppUid() 523 napi_get_value_int32(env, tid, &proTid); in GetThreadPriority() 537 napi_get_value_int32(env, name, &number); in GetSystemConfig() 582 napi_get_value_int32(env, proid, &pid); in Kill() [all …]
|
/ohos5.0/foundation/filemanagement/user_file_service/test/unittest/ |
H A D | js_file_access_ext_ability_other_test.cpp | 127 EXPECT_CALL(*insMoc, napi_get_value_int32(_, _, _)) 138 EXPECT_CALL(*insMoc, napi_get_value_int32(_, _, _)) 325 EXPECT_CALL(*insMoc, napi_get_value_int32(_, _, _)) 584 EXPECT_CALL(*insMoc, napi_get_value_int32(_, _, _)) 629 EXPECT_CALL(*insMoc, napi_get_value_int32(_, _, _)) 728 EXPECT_CALL(*insMoc, napi_get_value_int32(_, _, _)) 771 EXPECT_CALL(*insMoc, napi_get_value_int32(_, _, _)) 1151 EXPECT_CALL(*insMoc, napi_get_value_int32(_, _, _)) 1198 EXPECT_CALL(*insMoc, napi_get_value_int32(_, _, _)) 1347 EXPECT_CALL(*insMoc, napi_get_value_int32(_, _, _)) [all …]
|
H A D | js_file_access_ext_ability_test.cpp | 503 EXPECT_CALL(*insMoc, napi_get_value_int32(_, _, _)) 646 EXPECT_CALL(*insMoc, napi_get_value_int32(_, _, _)) 657 EXPECT_CALL(*insMoc, napi_get_value_int32(_, _, _)) 797 EXPECT_CALL(*insMoc, napi_get_value_int32(_, _, _)) 915 EXPECT_CALL(*insMoc, napi_get_value_int32(_, _, _)) 957 EXPECT_CALL(*insMoc, napi_get_value_int32(_, _, _)) 1065 EXPECT_CALL(*insMoc, napi_get_value_int32(_, _, _)) 1076 EXPECT_CALL(*insMoc, napi_get_value_int32(_, _, _)) 1311 EXPECT_CALL(*insMoc, napi_get_value_int32(_, _, _)) 1352 EXPECT_CALL(*insMoc, napi_get_value_int32(_, _, _)) [all …]
|
/ohos5.0/foundation/distributeddatamgr/data_share/frameworks/js/napi/common/src/ |
H A D | datashare_result_set_proxy.cpp | 238 NAPI_CALL(env, napi_get_value_int32(env, args[0], &offset)); in GoTo() 259 NAPI_CALL(env, napi_get_value_int32(env, args[0], &position)); in GoToRow() 281 NAPI_CALL(env, napi_get_value_int32(env, args[0], &columnIndex)); in GetBlob() 305 NAPI_CALL(env, napi_get_value_int32(env, args[0], &columnIndex)); in GetString() 326 NAPI_CALL(env, napi_get_value_int32(env, args[0], &columnIndex)); in GetLong() 350 NAPI_CALL(env, napi_get_value_int32(env, args[0], &columnIndex)); in GetDouble() 420 NAPI_CALL(env, napi_get_value_int32(env, args[0], &columnIndex)); in GetColumnName() 441 NAPI_CALL(env, napi_get_value_int32(env, args[0], &columnIndex)); in GetDataType()
|
/ohos5.0/foundation/multimodalinput/input/frameworks/napi/input_device/src/ |
H A D | js_input_device_context.cpp | 260 CHKRP(napi_get_value_int32(env, argv[0], &id), GET_VALUE_INT32); in GetDevice() 292 CHKRP(napi_get_value_int32(env, argv[0], &deviceId), GET_VALUE_INT32); in SupportKeys() 317 CHKRP(napi_get_value_int32(env, keyValue, &data), GET_VALUE_INT32); in SupportKeys() 353 CHKRP(napi_get_value_int32(env, argv[0], &deviceId), GET_VALUE_INT32); in SupportKeysSync() 377 CHKRP(napi_get_value_int32(env, keyValue, &data), GET_VALUE_INT32); in SupportKeysSync() 406 CHKRP(napi_get_value_int32(env, argv[0], &id), GET_VALUE_INT32); in GetKeyboardType() 441 CHKRP(napi_get_value_int32(env, argv[0], &id), GET_VALUE_INT32); in GetKeyboardTypeSync() 489 CHKRP(napi_get_value_int32(env, argv[0], &id), GET_VALUE_INT32); in GetDeviceInfo() 522 CHKRP(napi_get_value_int32(env, argv[0], &id), GET_VALUE_INT32); in GetDeviceInfoSync() 548 CHKRP(napi_get_value_int32(env, argv[0], &repeatDelay), GET_VALUE_INT32); in SetKeyboardRepeatDelay() [all …]
|
/ohos5.0/foundation/communication/ipc/ipc/native/src/napi/src/ |
H A D | napi_message_option.cpp | 63 napi_status status = napi_get_value_int32(env, argv[ARGV_INDEX_0], &flags); in NapiOhosRpcMessageOptionSetFlags() 149 napi_status status = napi_get_value_int32(env, argv[ARGV_INDEX_0], &waitTime); in NapiOhosRpcMessageOptionSetWaittime() 182 napi_get_value_int32(env, argv[ARGV_INDEX_0], &jsFlags); in NAPIMessageOption_JS_Constructor() 193 napi_get_value_int32(env, argv[ARGV_INDEX_0], &jsFlags); in NAPIMessageOption_JS_Constructor() 195 napi_get_value_int32(env, argv[ARGV_INDEX_1], &jsWaitTime); in NAPIMessageOption_JS_Constructor()
|
H A D | napi_ipc_skeleton.cpp | 65 napi_get_value_int32(env, napiActiveStatus, &activeStatus); in NAPI_IPCSkeleton_getCallingTokenId() 86 napi_get_value_int32(env, napiActiveStatus, &activeStatus); in NAPI_IPCSkeleton_getCallingDeviceID() 106 napi_get_value_int32(env, napiActiveStatus, &activeStatus); in NAPI_IPCSkeleton_getLocalDeviceID() 126 napi_get_value_int32(env, napiActiveStatus, &activeStatus); in NAPI_IPCSkeleton_isLocalCalling() 191 napi_get_value_int32(env, napiActiveStatus, &activeStatus); in NAPI_IPCSkeleton_resetCallingIdentity() 200 napi_get_value_int32(env, napiCallingPid, &callerPid); in NAPI_IPCSkeleton_resetCallingIdentity() 276 napi_get_value_int32(env, napiActiveStatus, &activeStatus); in NAPI_IPCSkeleton_setCallingIdentity() 418 napi_get_value_int32(env, napiActiveStatus, &activeStatus); in NAPI_IPCSkeleton_restoreCallingIdentity()
|
/ohos5.0/base/telephony/core_service/frameworks/js/network_search/src/ |
H A D | napi_radio.cpp | 209 NAPI_CALL(env, napi_get_value_int32(env, parameters[0], &asyncContext->slotId)); in GetRadioTech() 301 NAPI_CALL(env, napi_get_value_int32(env, parameters[0], &(asyncContext->slotId))); in GetSignalInfoList() 322 if (napi_get_value_int32(env, parameters[0], &slotId) != napi_ok) { in GetSignalInfoListSync() 625 NAPI_CALL(env, napi_get_value_int32(env, parameters[0], &asyncContext->slotId)); in GetNetworkSelectionMode() 762 NAPI_CALL(env, napi_get_value_int32(env, parameters[0], &asyncContext->slotId)); in GetNetworkSearchInformation() 943 napi_get_value_int32(env, slotIdValue, &context.slotId); in ParseNetworkSelectionParameter() 948 napi_get_value_int32(env, selecModeValue, &jsSelectMode); in ParseNetworkSelectionParameter() 962 napi_get_value_int32(env, stateValue, &context.state); in ParseNetworkSelectionParameter() 1070 if (napi_get_value_int32(env, parameters[0], &slotId) != napi_ok) { in GetISOCountryCodeForNetworkSync() 1435 if (napi_get_value_int32(env, parameters[0], &slotId) != napi_ok) { in GetOperatorNameSync() [all …]
|
/ohos5.0/foundation/communication/ipc/ipc/native/src/napi_common/source/ |
H A D | napi_process_skeleton.cpp | 29 napi_get_value_int32(env, napiActiveStatus, &activeStatus); in NAPI_getCallingPid() 50 napi_get_value_int32(env, napiActiveStatus, &activeStatus); in NAPI_getCallingUid()
|
/ohos5.0/foundation/multimedia/player_framework/frameworks/js/soundpool/src/ |
H A D | soundpool_napi.cpp | 283 napi_status status = napi_get_value_int32(env, args[PARAM0], &asyncCtx->streamId_); in JsStop() 330 napi_status status = napi_get_value_int32(env, args[PARAM0], &asyncCtx->streamId_); in JsSetLoop() 334 status = napi_get_value_int32(env, args[PARAM1], &asyncCtx->loop_); in JsSetLoop() 379 napi_status status = napi_get_value_int32(env, args[PARAM0], &asyncCtx->streamId_); in JsSetPriority() 383 status = napi_get_value_int32(env, args[PARAM1], &asyncCtx->priority_); in JsSetPriority() 515 napi_status status = napi_get_value_int32(env, args[PARAM0], &asyncCtx->soundId_); in JsUnload() 679 napi_get_value_int32(env, tempValue, &intValue); in GetJsInstanceWithParameter() 685 napi_get_value_int32(env, tempValue, &intValue); in GetJsInstanceWithParameter() 691 napi_get_value_int32(env, tempValue, &(rendererInfo.rendererFlags)); in GetJsInstanceWithParameter() 707 napi_status status = napi_get_value_int32(env, argv[PARAM0], &asyncCtx->fd_); in ParserLoadOptionFromJs() [all …]
|
/ohos5.0/base/customization/enterprise_device_management/interfaces/kits/browser/src/ |
H A D | browser_addon.cpp | 46 napi_get_value_int32(env, ret, &errCode); in SetPolicies() 83 napi_get_value_int32(env, ret, &errCode); in GetPolicies() 121 napi_get_value_int32(env, ret, &errCode); in SetPolicy() 146 napi_get_value_int32(env, ret, &errCode); in GetPoliciesSync()
|
/ohos5.0/foundation/multimedia/image_framework/frameworks/kits/js/common/ |
H A D | image_napi_utils.cpp | 62 IMG_NAPI_CHECK_RET(IMG_IS_OK(napi_get_value_int32(env, tempValue, res)), false); in GetInt32ByName() 177 …if (argvType1 != napi_number || napi_get_value_int32(env, argv[PARAM1], &(args[PARAM2])) != napi_o… in ParseImageCreatorReceiverArgs() 183 …if (argvType2 != napi_number || napi_get_value_int32(env, argv[PARAM2], &(args[PARAM3])) != napi_o… in ParseImageCreatorReceiverArgs() 198 napi_status status = napi_get_value_int32(env, argv[i], &(args[i])); in ParseImageCreatorReceiverArgs()
|
/ohos5.0/foundation/multimodalinput/input/frameworks/napi/pointer/src/ |
H A D | js_pointer_context.cpp | 235 CHKRP(napi_get_value_int32(env, argv[0], &color), GET_VALUE_INT32); in SetPointerColor() 288 CHKRP(napi_get_value_int32(env, argv[0], &color), GET_VALUE_INT32); in SetPointerColorSync() 417 CHKRP(napi_get_value_int32(env, argv[0], &rows), GET_VALUE_INT32); in SetMouseScrollRows() 475 CHKRP(napi_get_value_int32(env, argv[0], &x), GET_VALUE_INT32); in SetPointerLocation() 487 CHKRP(napi_get_value_int32(env, argv[1], &y), GET_VALUE_INT32); in SetPointerLocation() 667 CHKRP(napi_get_value_int32(env, argv[0], &size), GET_VALUE_INT32); in SetPointerSize() 725 CHKRP(napi_get_value_int32(env, argv[0], &size), GET_VALUE_INT32); in SetPointerSizeSync() 763 CHKRP(napi_get_value_int32(env, argv[0], &windowid), GET_VALUE_INT32); in SetPointerStyle() 812 CHKRP(napi_get_value_int32(env, argv[0], &windowid), GET_VALUE_INT32); in SetPointerStyleSync() 853 CHKRP(napi_get_value_int32(env, argv[0], &windowid), GET_VALUE_INT32); in GetPointerStyle() [all …]
|
/ohos5.0/base/telephony/call_manager/frameworks/js/napi/src/ |
H A D | napi_call_manager.cpp | 1515 napi_get_value_int32(env, argv[ARRAY_INDEX_FIRST], &asyncContext->callId); in HoldCall() 1536 napi_get_value_int32(env, argv[ARRAY_INDEX_FIRST], &asyncContext->callId); in UnHoldCall() 1558 napi_get_value_int32(env, argv[ARRAY_INDEX_FIRST], &asyncContext->callId); in SwitchCall() 1581 napi_get_value_int32(env, argv[ARRAY_INDEX_FIRST], &asyncContext->callId); in CombineConference() 1604 napi_get_value_int32(env, argv[ARRAY_INDEX_FIRST], &asyncContext->callId); in SeparateConference() 1626 napi_get_value_int32(env, argv[ARRAY_INDEX_FIRST], &asyncContext->callId); in KickOutFromConference() 2081 napi_get_value_int32(env, argv[ARRAY_INDEX_SECOND], &asyncContext->type); in GetCallTransferInfo() 2222 napi_get_value_int32(env, argv[ARRAY_INDEX_FIRST], &slotId); in IsImsSwitchEnabledSync() 2995 napi_get_value_int32(env, argv[ARRAY_INDEX_SECOND], &asyncContext->mode); in SetCallPreferenceMode() 3120 napi_get_value_int32(env, argv[ARRAY_INDEX_SECOND], &asyncContext->type); in UpdateImsCallMode() [all …]
|
/ohos5.0/foundation/window/window_manager/interfaces/kits/napi/screenshot/ |
H A D | native_screenshot_module.cpp | 86 NAPI_CALL_RETURN_VOID(env, napi_get_value_int32(env, rotation, ¶m->option.rotation)); in GetRotation() 104 NAPI_CALL_RETURN_VOID(env, napi_get_value_int32(env, left, ¶m->option.rect.left)); in GetScreenRect() 113 NAPI_CALL_RETURN_VOID(env, napi_get_value_int32(env, top, ¶m->option.rect.top)); in GetScreenRect() 122 NAPI_CALL_RETURN_VOID(env, napi_get_value_int32(env, width, ¶m->option.rect.width)); in GetScreenRect() 131 … NAPI_CALL_RETURN_VOID(env, napi_get_value_int32(env, height, ¶m->option.rect.height)); in GetScreenRect() 150 NAPI_CALL_RETURN_VOID(env, napi_get_value_int32(env, width, ¶m->option.size.width)); in GetImageSize() 159 … NAPI_CALL_RETURN_VOID(env, napi_get_value_int32(env, height, ¶m->option.size.height)); in GetImageSize()
|
/ohos5.0/base/telephony/sms_mms/frameworks/js/napi/src/ |
H A D | napi_sms.cpp | 284 napi_get_value_int32(env, slotIdValue, &context.slotId); in ParseMessageParameter() 324 napi_get_value_int32(env, elementValue, &element); in ParseMessageParameter() 561 napi_get_value_int32(env, elementValue, &element); in CreateMessage() 635 napi_get_value_int32(env, parameters[0], &context->slotId); in SetDefaultSmsSlotId() 840 napi_get_value_int32(env, parameters[0], &context->slotId); in SetSmscAddr() 918 napi_get_value_int32(env, parameters[0], &context->slotId); in GetSmscAddr() 1026 napi_get_value_int32(env, statusValue, &messageStatus); in AddSimMessage() 1098 napi_get_value_int32(env, parameters[0], &context->slotId); in DelSimMessage() 1210 napi_get_value_int32(env, newStatusValue, &newStatus); in UpdateSimMessage() 1316 napi_get_value_int32(env, parameters[0], &context->slotId); in GetAllSimMessages() [all …]
|
/ohos5.0/base/location/frameworks/js/napi/notification/src/ |
H A D | notification_napi.cpp | 92 NAPI_CALL(env, napi_get_value_int32(env, nUserId, &subscriberInfo.userId)); in GetNotificationSubscriberInfo() 349 napi_get_value_int32(env, value, &editType); in GetNotificationUserInputByEditType() 405 napi_get_value_int32(env, contentResult, &type); in GetNotificationContentType() 420 napi_get_value_int32(env, contentResult, &type); in GetNotificationContentType() 461 napi_get_value_int32(env, nobj, &slotType); in GetNotificationSlot() 607 napi_get_value_int32(env, nobj, &inLevel); in GetNotificationSlotByNumber() 627 napi_get_value_int32(env, nobj, &lockscreenVisibility); in GetNotificationSlotByNumber() 642 napi_get_value_int32(env, nobj, &lightColor); in GetNotificationSlotByNumber() 744 napi_get_value_int32(env, result, &uid); in GetBundleOption() 828 napi_get_value_int32(env, result, &key.id); in GetNotificationKey()
|
/ohos5.0/base/theme/wallpaper_mgr/frameworks/js/napi/ |
H A D | napi_wallpaper_ability.cpp | 69 napi_get_value_int32(env, argv[0], &context->wallpaperType); in GetColorsInner() 114 napi_get_value_int32(env, argv[0], &context->wallpaperType); in GetIdInner() 151 napi_get_value_int32(env, argv[0], &context->wallpaperType); in GetFileInner() 369 napi_get_value_int32(env, argv[0], &context->wallpaperType); in RestoreInner() 505 napi_get_value_int32(env, argv[1], &context->wallpaperType); in SetVideoInner() 566 napi_get_value_int32(env, argv[1], &context->wallpaperType); in SetImageInput() 704 napi_get_value_int32(env, argv[1], &context->foldState); in GetCorrespondWallpaperInner() 705 napi_get_value_int32(env, argv[2], &context->rotateState); in GetCorrespondWallpaperInner() 1033 napi_get_value_int32(env, argValue, &wallpaperType); in IsValidArgRange() 1054 auto res = napi_get_value_int32(env, argValue, &foldState); in IsValidFoldStateRange() [all …]
|
/ohos5.0/foundation/communication/nfc/frameworks/js/napi/tag/ |
H A D | nfc_napi_tag_mifare_classic.cpp | 327 napi_get_value_int32(env, params[ARGV_INDEX_0], &context->sectorIndex); in AuthenticateSector() 414 napi_get_value_int32(env, params[ARGV_INDEX_0], &context->blockIndex); in ReadSingleBlock() 497 napi_get_value_int32(env, params[ARGV_INDEX_0], &context->blockIndex); in WriteSingleBlock() 581 napi_get_value_int32(env, params[ARGV_INDEX_0], &context->blockIndex); in IncrementBlock() 582 napi_get_value_int32(env, params[ARGV_INDEX_1], &context->incrementValue); in IncrementBlock() 662 napi_get_value_int32(env, params[ARGV_INDEX_0], &context->blockIndex); in DecrementBlock() 663 napi_get_value_int32(env, params[ARGV_INDEX_1], &context->decrementValue); in DecrementBlock() 722 napi_get_value_int32(env, params[ARGV_INDEX_0], &context->blockIndex); in TransferToBlock() 782 napi_get_value_int32(env, params[ARGV_INDEX_0], &context->blockIndex); in RestoreFromBlock()
|
/ohos5.0/docs/zh-cn/application-dev/windowmanager/ |
H A D | native-window-event-filter.md | 66 napi_get_value_int32(env, args[0], &windowId); 82 napi_get_value_int32(env, args[0], &windowId);
|
/ohos5.0/foundation/filemanagement/user_file_service/interfaces/inner_api/file_access/src/ |
H A D | js_file_access_ext_ability.cpp | 473 if (napi_get_value_int32(env, result, ret.get()) != napi_ok) { in Delete() 603 if (napi_get_value_int32(env, code, ©Ret) != napi_ok) { in ParserGetJsResult() 803 if (napi_get_value_int32(env, code, &result.code) != napi_ok) { in ParserListFileJsResult() 1211 if (napi_get_value_int32(env, code, &result.code) != napi_ok) { in ParserGetRootsJsResult() 1349 if (napi_get_value_int32(env, code, &results.code) != napi_ok) { in ParserQueryFileJsResult() 1619 if (napi_get_value_int32(env, result, ret.get()) != napi_ok) { in StartWatcher() 1664 if (napi_get_value_int32(env, result, ret.get()) != napi_ok) { in StopWatcher() 1727 if (napi_get_value_int32(env, mode, &fileInfo.mode) != napi_ok) { in GetFileInfoFromJs() 1772 if (napi_get_value_int32(env, code, &value->code) != napi_ok) { in GetUriAndCodeFromJs() 1789 if (napi_get_value_int32(env, fd, &value->data) != napi_ok) { in GetFdAndCodeFromJs() [all …]
|
/ohos5.0/base/theme/screenlock_mgr/frameworks/js/napi/src/ |
H A D | napi_screenlock_ability.cpp | 490 napi_get_value_int32(env, argv[ARGV_ONE], &context->param); in NAPI_ScreenLockSendEvent() 536 napi_get_value_int32(env, argv[ARGV_ZERO], &userId); in NAPI_IsScreenLockDisabled() 572 napi_get_value_int32(env, argv[ARGV_ONE], &context->userId); in NAPI_SetScreenLockDisabled() 610 napi_get_value_int32(env, argv[ARGV_ZERO], &context->authState); in NAPI_SetScreenLockAuthState() 616 napi_get_value_int32(env, argv[ARGV_ONE], &context->userId); in NAPI_SetScreenLockAuthState() 671 napi_get_value_int32(env, argv[ARGV_ZERO], &userId); in NAPI_GetScreenLockAuthState() 698 napi_get_value_int32(env, argv[ARGV_ZERO], &context->reasonFlag); in NAPI_RequestStrongAuth() 704 napi_get_value_int32(env, argv[ARGV_ONE], &context->userId); in NAPI_RequestStrongAuth() 749 napi_get_value_int32(env, argv[ARGV_ZERO], &userId); in NAPI_GetStrongAuth()
|
/ohos5.0/foundation/multimodalinput/input/frameworks/napi/input_monitor/src/ |
H A D | js_input_monitor_manager.cpp | 318 CHKRR(napi_get_value_int32(env, napiX, &rectX), GET_VALUE_INT32, hotRectAreaList); in GetHotRectAreaList() 327 CHKRR(napi_get_value_int32(env, napiY, &rectY), GET_VALUE_INT32, hotRectAreaList); in GetHotRectAreaList() 336 CHKRR(napi_get_value_int32(env, napiWidth, &rectWidth), GET_VALUE_INT32, hotRectAreaList); in GetHotRectAreaList() 345 CHKRR(napi_get_value_int32(env, napiHeight, &rectHeight), GET_VALUE_INT32, hotRectAreaList); in GetHotRectAreaList()
|