Home
last modified time | relevance | path

Searched refs:SetLoop (Results 1 – 25 of 109) sorted by relevance

12345

/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/swiper/
H A Dswiper_common_test_ng.cpp245 model.SetLoop(false); in __anon185449310902()
269 model.SetLoop(false); in __anon185449310a02()
295 model.SetLoop(false); in __anon185449310b02()
340 model.SetLoop(false); in __anon185449310d02()
389 model.SetLoop(false); in __anon185449310f02()
510 model.SetLoop(false); // set false loop in __anon185449311202()
567 model.SetLoop(false); in __anon185449311302()
893 model.SetLoop(false); in __anon185449311d02()
979 model.SetLoop(true); in __anon185449311f02()
989 model.SetLoop(false); in __anon185449312002()
[all …]
H A Dswiper_attr_test_ng.cpp104 model.SetLoop(true); in __anon6dbdd6e30602()
128 model.SetLoop(false); in __anon6dbdd6e30702()
147 model.SetLoop(false); in __anon6dbdd6e30802()
217 model.SetLoop(false); in __anon6dbdd6e30c02()
704 CreateWithItem([](SwiperModelNG model) { model.SetLoop(false); }); in __anon6dbdd6e32402()
720 model.SetLoop(false); in __anon6dbdd6e32502()
738 model.SetLoop(false); in __anon6dbdd6e32602()
887 model.SetLoop(false); in __anon6dbdd6e32e02()
1050 model.SetLoop(true);
1259 model.SetLoop(false); in __anon6dbdd6e33302()
[all …]
H A Dswiper_controller_test_ng.cpp260 model.SetLoop(false); in __anon221b9a8c0602()
396 model.SetLoop(false); in __anon221b9a8c0902()
481 model.SetLoop(false); in __anon221b9a8c0b02()
569 model.SetLoop(false); in __anon221b9a8c0d02()
H A Dswiper_event_test_ng.cpp238 model.SetLoop(false); in __anona048c02a0602()
283 model.SetLoop(false); in __anona048c02a0702()
329 model.SetLoop(false); in __anona048c02a0802()
363 model.SetLoop(false); in __anona048c02a0902()
820 model.SetLoop(false); in __anona048c02a1c02()
906 model.SetLoop(false); in __anona048c02a1e02()
1076 model.SetLoop(false); in __anona048c02a2602()
1126 model.SetLoop(false); in __anona048c02a2702()
H A Dswiper_arrow_test_ng.cpp322 model.SetLoop(false); in __anon980a89930802()
405 model.SetLoop(false); in __anon980a89930b02()
465 model.SetLoop(false); in __anon980a89930c02()
567 model.SetLoop(false); in __anon980a89930e02()
594 model.SetLoop(false); in __anon980a89930f02()
619 model.SetLoop(false); in __anon980a89931002()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/video/
H A Dvideo_model_ng.h36 void SetLoop(bool loop) override;
54 static void SetLoop(FrameNode* frameNode, bool loop);
/ohos5.0/foundation/multimedia/player_framework/test/fuzztest/soundpool_fuzztest/soundpoolsetloop_fuzzer/
H A Dsoundpoolsetloop_fuzzer.cpp74 TestSoundPool::SetLoop(streamID, loop); in FuzzSoundPoolSetLoop()
78 TestSoundPool::SetLoop(streamId, loop); in FuzzSoundPoolSetLoop()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/
H A Dvideo_modifier.cpp78 VideoModelNG::SetLoop(frameNode, static_cast<ArkUI_Bool>(value)); in SetVideoLoop()
85 VideoModelNG::SetLoop(frameNode, DEFAULT_LOOP); in ResetVideoLoop()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/marquee/
H A Dmarquee_model_ng.h28 void SetLoop(const std::optional<int32_t>& loop) override;
59 static void SetLoop(FrameNode* frameNode, const std::optional<int32_t>& loop);
H A Dmarquee_model.h37 virtual void SetLoop(const std::optional<int32_t>& loop) = 0;
/ohos5.0/foundation/multimedia/player_framework/test/unittest/soundpool_test/src/
H A Dsoundpool_mock.cpp73 int32_t SoundPoolMock::SetLoop(int32_t streamID, int32_t loop) in SetLoop() function in SoundPoolMock
76 return soundPool_->SetLoop(streamID, loop); in SetLoop()
/ohos5.0/foundation/multimedia/media_lite/frameworks/player_lite/passthrough/liteplayer/
H A Dplayer_client.cpp112 int32_t Player::PlayerClient::SetLoop(bool loop) in SetLoop() function in OHOS::Media::Player::PlayerClient
118 return impl_->SetLoop(loop); in SetLoop()
H A Dplayer_client.h52 int32_t SetLoop(bool loop);
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/models/
H A Dmarquee_model_impl.cpp59 void MarqueeModelImpl::SetLoop(const std::optional<int32_t>& loop) in SetLoop() function in OHOS::Ace::Framework::MarqueeModelImpl
63 component->SetLoop(loop.value_or(-1)); in SetLoop()
H A Dvideo_model_impl.cpp99 void VideoModelImpl::SetLoop(bool loop) in SetLoop() function in OHOS::Ace::Framework::VideoModelImpl
103 videoComponent->SetLoop(loop); in SetLoop()
H A Dmarquee_model_impl.h31 void SetLoop(const std::optional<int32_t>& loop) override;
H A Dvideo_model_impl.h35 void SetLoop(bool loop) override;
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/src/evloop/src/
H A Devent_loop_impl.cpp117 if (!eventImpl->SetLoop(this)) { in Add()
125 eventImpl->SetLoop(nullptr); in Add()
378 event->SetLoop(nullptr); in RemoveEventObject()
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/nativeModule/
H A Darkts_native_video_bridge.h30 static ArkUINativeModuleValue SetLoop(ArkUIRuntimeCallInfo* runtimeCallInfo);
/ohos5.0/foundation/resourceschedule/ffrt/src/queue/
H A Dconcurrent_queue.h43 bool SetLoop(Loop* loop);
/ohos5.0/foundation/multimedia/player_framework/frameworks/js/system_sound_manager/include/ringtone_player/
H A Dringtone_options_napi.h40 static napi_value SetLoop(napi_env env, napi_callback_info info);
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/swiper/
H A Dswiper_component.cpp97 void SwiperComponent::SetLoop(bool loop) in SetLoop() function in OHOS::Ace::SwiperComponent
99 declaration_->SetLoop(loop); in SetLoop()
/ohos5.0/foundation/multimedia/player_framework/interfaces/inner_api/native/audio_haptic/include/
H A Daudio_haptic_sound.h49 virtual int32_t SetLoop(bool loop) = 0;
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/swiper/
H A Dswiper_model_ng.h42 void SetLoop(bool loop) override;
89 static void SetLoop(FrameNode* frameNode, bool loop);
/ohos5.0/foundation/multimedia/player_framework/frameworks/js/system_sound_manager/src/ringtone_player/
H A Dringtone_options_napi.cpp56 DECLARE_NAPI_GETTER_SETTER("loop", GetLoop, SetLoop) in Init()
215 napi_value RingtoneOptionsNapi::SetLoop(napi_env env, napi_callback_info info) in SetLoop() function in OHOS::Media::RingtoneOptionsNapi

12345