/base/compileruntime/js_sys_module/test/unittest/ |
D | test_process.cpp | 89 napi_get_value_bool(env, result, &res); 114 napi_get_value_bool(env, result, &res);
|
/base/compileruntime/js_sys_module/dfx/ |
D | native_module_dfx.cpp | 41 napi_get_value_bool(env, argv[1], &isVmMode); in DumpHeapSnapShot() 84 napi_get_value_bool(env, argv[1], &isVmMode); in StartHeapTracking()
|
/base/hiviewdfx/hiappevent/interfaces/js/innerkits/napi/src/ |
D | napi_hiappevent_config.cpp | 40 napi_get_value_bool(env, value, &boolValue); in GetStringFromNapiValue()
|
D | napi_hiappevent_build.cpp | 98 napi_status status = napi_get_value_bool(env, param, &value); in AddBoolParam2EventPack() 168 status = napi_get_value_bool(env, element, &value); in AddBoolArrayParam2EventPack()
|
/base/compileruntime/js_util_module/util/ |
D | js_types.cpp | 172 NAPI_CALL(env, napi_get_value_bool(env, IsNumberObject(env, src), &rstNum)); in IsBoxedPrimitive() 173 NAPI_CALL(env, napi_get_value_bool(env, IsStringObject(env, src), &rstStr)); in IsBoxedPrimitive() 174 NAPI_CALL(env, napi_get_value_bool(env, IsBooleanObject(env, src), &rstBool)); in IsBoxedPrimitive() 175 NAPI_CALL(env, napi_get_value_bool(env, IsSymbolObject(env, src), &rstSym)); in IsBoxedPrimitive()
|
D | native_module_util.cpp | 264 napi_status naFat = napi_get_value_bool(env, resultFatal, &bResultFat); in GetSecPara() 265 napi_status naBom = napi_get_value_bool(env, resultIgnorebom, &bResultIgnbom); in GetSecPara() 359 NAPI_CALL(env, napi_get_value_bool(env, resultStream, &iStream)); in TextdecoderDecode()
|
/base/telephony/call_manager/frameworks/js/napi/src/ |
D | napi_call_manager_utils.cpp | 101 napi_status getIntStatus = napi_get_value_bool(env, value, &boolValue); in GetBoolProperty()
|
/base/notification/ans_standard/interfaces/kits/napi/ans/src/ |
D | common.cpp | 1681 napi_get_value_bool(env, result, &isOngoing); in GetNotificationIsOngoing() 1703 napi_get_value_bool(env, result, &isUnremovable); in GetNotificationIsUnremovable() 1747 napi_get_value_bool(env, result, &tapDismissed); in GetNotificationtapDismissed() 1966 napi_get_value_bool(env, result, &colorEnabled); in GetNotificationColorEnabled() 1988 napi_get_value_bool(env, result, &isAlertOnce); in GetNotificationIsAlertOnce() 2010 napi_get_value_bool(env, result, &isStopwatch); in GetNotificationIsStopwatch() 2032 napi_get_value_bool(env, result, &isCountDown); in GetNotificationIsCountDown() 2121 napi_get_value_bool(env, result, &showDeliveryTime); in GetNotificationShowDeliveryTime() 2444 napi_get_value_bool(env, value, &permitFreeFormInput); in GetNotificationUserInputByPermitFreeFormInput() 2607 napi_get_value_bool(env, result, &isDistributed); in GetNotificationIsDistributed() [all …]
|
D | distributed.cpp | 93 napi_get_value_bool(env, argv[PARAM0], ¶ms.enable); in ParseParameters() 128 napi_get_value_bool(env, argv[PARAM1], ¶ms.enable); in ParseParameters()
|
D | display_badge.cpp | 85 napi_get_value_bool(env, argv[PARAM1], ¶ms.enable); in ParseParameters()
|
D | enable_notification.cpp | 85 napi_get_value_bool(env, argv[PARAM1], ¶ms.enable); in ParseParameters()
|
/base/telephony/core_service/frameworks/js/napi/ |
D | napi_parameter_util.h | 73 return napi_get_value_bool(env, arg, res); in NapiValueConverted()
|
/base/accessibility/interfaces/kits/napi/src/ |
D | napi_accessibility_system_ability_client.cpp | 579 napi_get_value_bool(env, parameters[PARAM0], &callbackInfo->captionState_); in SetCaptionState() 698 napi_get_value_bool(env, parameters[PARAM0], &callbackInfo->enabledState_); in SetEnabled() 816 napi_get_value_bool(env, parameters[PARAM0], &callbackInfo->touchGuideState_); in SetTouchGuideState() 934 napi_get_value_bool(env, parameters[PARAM0], &callbackInfo->gestureState_); in SetGestureState() 1053 napi_get_value_bool(env, parameters[PARAM0], &callbackInfo->keyEventObserverState_); in SetKeyEventObserverState() 1405 napi_get_value_bool(env, parameters[PARAM0], &captionState); in SetCaptionStateEnabled()
|
/base/hiviewdfx/hilog/interfaces/js/kits/napi/src/common/napi/ |
D | n_val.cpp | 109 napi_status status = napi_get_value_bool(env_, val_, &flag); in ToBool()
|
/base/miscservices/request/download/interfaces/kits/js/napi/download_single/src/ |
D | napi_utils.cpp | 266 NAPI_CALL_BASE(env, napi_get_value_bool(env, value, &ret), false); in GetBooleanProperty()
|
/base/powermgr/display_manager/frameworks/napi/ |
D | brightness.cpp | 136 napi_get_value_bool(env_, napiKeep, &screenOn); in SetKeepScreenOn()
|
/base/compileruntime/js_api_module/xml/ |
D | js_xml.cpp | 373 … if (valuetype == napi_boolean && (napi_get_value_bool(env, recvTemp, &bRecv)) == napi_ok) { in DealOptionInfo() 509 napi_get_value_bool(env, returnVal, &bRec); in ParseToken() 533 napi_get_value_bool(env, returnVal, &bRec); in ParseAttri() 558 napi_get_value_bool(env, returnVal, &bRec); in Parse()
|
/base/miscservices/time/interfaces/kits/js/napi/system_time/src/ |
D | js_systemtime.cpp | 300 napi_get_value_bool(env, argv[0], isNano); in ParseParametersGetNA() 303 napi_get_value_bool(env, argv[0], isNano); in ParseParametersGetNA()
|
/base/security/huks/interfaces/kits/napi/src/ |
D | huks_napi_common.cpp | 132 NAPI_CALL(env, napi_get_value_bool(env, value, ¶m.boolParam)); in GetHksParam()
|
/base/update/updateservice/test/unittest/update_client/ |
D | client_stub.cpp | 462 napi_status napi_get_value_bool(napi_env env, napi_value value, bool* result) in napi_get_value_bool() function
|
/base/global/i18n_standard/interfaces/js/kits/src/ |
D | i18n_addon.cpp | 659 napi_get_value_bool(env, argv[sentenceCaseIndex], &sentenceCase); in GetDisplayLanguage() 698 napi_get_value_bool(env, argv[sentenceCaseIndex], &sentenceCase); in GetDisplayCountry() 2266 status = napi_get_value_bool(env, argv[0], &option); in Set24HourClock() 2552 status = napi_get_value_bool(env, argv[0], &isDST); in GetParameter() 2572 status = napi_get_value_bool(env, argv[1], &isDST); in GetParameter()
|
/base/miscservices/screenlock/interfaces/kits/napi/src/ |
D | napi_screenlock_ability.cpp | 341 napi_get_value_bool(env, argv[ARGV_ZERO], &context->flag); in NAPI_TestSetScreenLocked()
|
/base/compileruntime/js_api_module/convertxml/ |
D | js_convertxml.cpp | 406 if ((napi_get_value_bool(env, recvTemp, &bRecv)) == napi_ok) { in DealIgnore()
|
/base/account/os_account/interfaces/kits/napi/appaccount/src/ |
D | napi_app_account_common.cpp | 561 napi_get_value_bool(env, argv[PARAMTHREE], &asyncContext->isVisible); in ParseContextForSetOAuthTokenVisibility() 665 napi_get_value_bool(env, argv[i], &asyncContext->isEnable); in ParseContextWithIsEnable()
|
/base/location/interfaces/innerkits/napi/ |
D | location_napi_adapter.cpp | 363 NAPI_CALL(env, napi_get_value_bool(env, argv[1], &asyncContext->isConfirmed)); in SetLocationPrivacyConfirmStatus()
|