Home
last modified time | relevance | path

Searched refs:this_ (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/foundation/multimedia/av_session/test/resource/
H A Dplayer_index_js.md561 let this_ = this;
565 this_.musicValue += (0.5 * this_.speedArrSet[this_.speedIndex] * 1000);
566 // this_.playerModel.seek(this_.musicValue);
567 if (this_.musicValue > this_.playerModel.playlist.audioFiles[this_.index].duration) {
568 this_.musicValue = 0;
569 if (this_.loopMode == 1) {
570 this_.onNextClick();
573 this_.musicValue = 0;
574 this_.playerModel.preLoad(this_.index, () => {
582 this_.onNextClick();
[all …]
H A Dcontroller_index_js.md602 let this_ = this;
606 this_.musicValue += (0.5 * this_.SetSpeedArray[this_.SpeedIndex] * 1000);
607 let muv = this_.musicValue/1000;
614 if (this_.musicValue > this_.duration && this_.duration != 0) {
615 this_.musicValue = 0;
616 this_.CurrentTimeOn = '0:00';
617 if(this_.loopModIndex == 0) {
619 this_.onNextClick();
621 this_.musicValue = 0;
625 this_.onNextClick();
[all …]
/ohos5.0/foundation/graphic/graphic_3d/kits/js/src/
H A DSceneJS.cpp667 NapiApi::StrongRef this_; in CreateEnvironment() member
689 NapiApi::StrongRef this_; in CreateCamera() member
694 this_.GetValue(), // scene.. in CreateCamera()
714 NapiApi::StrongRef this_; in CreateLight() member
720 this_.GetValue(), // scene.. in CreateLight()
761 NapiApi::StrongRef this_; in CreateNode() member
766 this_.GetValue(), // scene.. in CreateNode()
787 NapiApi::StrongRef this_; in CreateMaterial() member
796 this_.GetValue(), // scene.. in CreateMaterial()
840 NapiApi::StrongRef this_; in CreateShader() member
[all …]
/ohos5.0/base/request/request/frameworks/js/napi/src/legacy/
H A Drequest_manager.cpp104 *recv = descriptor.this_; in OnTaskDone()
113 *recv = descriptor.this_; in OnTaskDone()
281 napi_create_reference(env, argv[0], 1, &it->second.this_); in OnDownloadComplete()
/ohos5.0/foundation/graphic/graphic_2d/interfaces/kits/napi/graphic/effect_kit/src/
H A Dfilter_napi.cpp55 napi_value this_; member
105 napi_call_function(env, ctx->this_, callback, NUM_2, result, nullptr); in FilterAsyncCommonComplete()
434 EFFECT_JS_ARGS(env, info, status, argc, argv, ctx->this_); in GetPixelMapAsync()
436 NAPI_CALL(env, napi_unwrap(env, ctx->this_, reinterpret_cast<void**>(&(ctx->filterNapi)))); in GetPixelMapAsync()
/ohos5.0/base/request/request/frameworks/js/napi/include/legacy/
H A Drequest_manager.h48 napi_ref this_{};