/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/swiper/ |
H A D | swiper_common_test_ng.cpp | 245 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 D | swiper_attr_test_ng.cpp | 104 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 D | swiper_controller_test_ng.cpp | 260 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 D | swiper_event_test_ng.cpp | 238 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 D | swiper_arrow_test_ng.cpp | 322 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 D | video_model_ng.h | 36 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 D | soundpoolsetloop_fuzzer.cpp | 74 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 D | video_modifier.cpp | 78 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 D | marquee_model_ng.h | 28 void SetLoop(const std::optional<int32_t>& loop) override; 59 static void SetLoop(FrameNode* frameNode, const std::optional<int32_t>& loop);
|
H A D | marquee_model.h | 37 virtual void SetLoop(const std::optional<int32_t>& loop) = 0;
|
/ohos5.0/foundation/multimedia/player_framework/test/unittest/soundpool_test/src/ |
H A D | soundpool_mock.cpp | 73 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 D | player_client.cpp | 112 int32_t Player::PlayerClient::SetLoop(bool loop) in SetLoop() function in OHOS::Media::Player::PlayerClient 118 return impl_->SetLoop(loop); in SetLoop()
|
H A D | player_client.h | 52 int32_t SetLoop(bool loop);
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/models/ |
H A D | marquee_model_impl.cpp | 59 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 D | video_model_impl.cpp | 99 void VideoModelImpl::SetLoop(bool loop) in SetLoop() function in OHOS::Ace::Framework::VideoModelImpl 103 videoComponent->SetLoop(loop); in SetLoop()
|
H A D | marquee_model_impl.h | 31 void SetLoop(const std::optional<int32_t>& loop) override;
|
H A D | video_model_impl.h | 35 void SetLoop(bool loop) override;
|
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/src/evloop/src/ |
H A D | event_loop_impl.cpp | 117 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 D | arkts_native_video_bridge.h | 30 static ArkUINativeModuleValue SetLoop(ArkUIRuntimeCallInfo* runtimeCallInfo);
|
/ohos5.0/foundation/resourceschedule/ffrt/src/queue/ |
H A D | concurrent_queue.h | 43 bool SetLoop(Loop* loop);
|
/ohos5.0/foundation/multimedia/player_framework/frameworks/js/system_sound_manager/include/ringtone_player/ |
H A D | ringtone_options_napi.h | 40 static napi_value SetLoop(napi_env env, napi_callback_info info);
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/swiper/ |
H A D | swiper_component.cpp | 97 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 D | audio_haptic_sound.h | 49 virtual int32_t SetLoop(bool loop) = 0;
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/swiper/ |
H A D | swiper_model_ng.h | 42 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 D | ringtone_options_napi.cpp | 56 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
|