Searched refs:PARAM_INDEX_ZERO (Results 1 - 2 of 2) sorted by relevance
/foundation/arkui/ace_engine/component_ext/movingphoto/ |
H A D | movingphoto_napi.cpp | 36 static constexpr int32_t PARAM_INDEX_ZERO = 0; member 331 if (ExtNapiUtils::CheckTypeForNapiValue(env, argv[PARAM_INDEX_ZERO], napi_number)) { in JsAutoPlayPeriod() 332 startTime = ExtNapiUtils::GetCInt64(env, argv[PARAM_INDEX_ZERO]); in JsAutoPlayPeriod() 351 if (ExtNapiUtils::CheckTypeForNapiValue(env, argv[PARAM_INDEX_ZERO], napi_boolean)) { in JsAutoPlay() 352 isAutoPlay = ExtNapiUtils::GetBool(env, argv[PARAM_INDEX_ZERO]); in JsAutoPlay() 367 if (ExtNapiUtils::CheckTypeForNapiValue(env, argv[PARAM_INDEX_ZERO], napi_boolean)) { in JsEnableAnalyzer() 368 enabled = ExtNapiUtils::GetBool(env, argv[PARAM_INDEX_ZERO]); in JsEnableAnalyzer() 383 if (ExtNapiUtils::CheckTypeForNapiValue(env, argv[PARAM_INDEX_ZERO], napi_boolean)) { in JsRepeatPlay() 384 isRepeatPlay = ExtNapiUtils::GetBool(env, argv[PARAM_INDEX_ZERO]); in JsRepeatPlay()
|
/foundation/arkui/ace_engine/interfaces/napi/kits/observer/ |
H A D | js_ui_observer.cpp | 37 static constexpr size_t PARAM_INDEX_ZERO = 0; member 346 if (!ParseStringFromNapi(env, argv[PARAM_INDEX_ZERO], type)) { in ProcessRegister() 361 if (!ParseStringFromNapi(env, argv[PARAM_INDEX_ZERO], type)) { in ProcessUnRegister()
|
Completed in 3 milliseconds