Home
last modified time | relevance | path

Searched refs:PLAY (Results 1 - 25 of 62) sorted by relevance

123

/foundation/arkui/ace_engine/test/mock/core/animation/
H A Dmock_animation_manager.h62 AnimationOperation type = AnimationOperation::PLAY;
68 type = AnimationOperation::PLAY; in Reset()
H A Dmock_animation.h50 AnimationOperation operation_ { AnimationOperation::PLAY };
H A Dmock_animation_manager.cpp113 params_.type = AnimationOperation::PLAY; in SetParams()
H A Dmock_animation.cpp38 case AnimationOperation::PLAY: in ExecuteOperation()
/foundation/graphic/graphic_3d/3d_widget_adapter/include/data_type/
H A Dconstants.h23 PLAY, member in OHOS::Render3D::AnimationState
H A Dgltf_animation.h40 AnimationState state_ = AnimationState::PLAY;
/foundation/arkui/ace_engine/frameworks/core/animation/test/unittest/framework/
H A Danimation_framework_test.cpp114 case AnimationOperation::PLAY: in TriggerAndCheckBasicPropertyFirstFrame()
272 case AnimationOperation::PLAY: { in RunAndCheckBasicPropertyTestInterpolateValue()
336 case AnimationOperation::PLAY: { in RunAndCheckBasicAnimationDirectionPropertyTest()
2293 InitBasicPropertyTest(0, 1, AnimationOperation::PLAY, FillMode::NONE, true); in HWTEST_F()
2315 InitBasicPropertyTest(20, 1, AnimationOperation::PLAY, FillMode::NONE, true); in HWTEST_F()
2337 InitBasicPropertyTest(0, 1, AnimationOperation::PLAY, FillMode::FORWARDS, true); in HWTEST_F()
2359 InitBasicPropertyTest(20, 1, AnimationOperation::PLAY, FillMode::FORWARDS, true); in HWTEST_F()
2525 InitBasicPropertyTest(0, 2, AnimationOperation::PLAY, FillMode::NONE, false); in HWTEST_F()
2547 InitBasicPropertyTest(20, 2, AnimationOperation::PLAY, FillMode::NONE, false); in HWTEST_F()
2597 InitBasicPropertyTest(0, 2, AnimationOperation::PLAY, FillMod in HWTEST_F()
[all...]
/foundation/arkui/ace_engine/frameworks/core/components/tween/
H A Dtween_component.h200 AnimationOperation operationCss_ = AnimationOperation::PLAY;
201 AnimationOperation operationCustom_ = AnimationOperation::PLAY;
/foundation/graphic/graphic_3d/lume/Lume_3D/api/3d/ecs/components/
H A Danimation_component.h38 enum class PlaybackState : uint8_t { STOP = 0, PLAY = 1, PAUSE = 2 }; member in PlaybackState
/foundation/arkui/ace_engine/frameworks/core/components/popup/
H A Dpopup_element.cpp76 tween->SetAnimationOperation(AnimationOperation::PLAY); in ShowPopupInSubWindow()
128 tween->SetAnimationOperation(AnimationOperation::PLAY); in ShowPopup()
/foundation/multimedia/media_foundation/test/unittest/
H A DTestStateMachine.cpp137 EXPECT_EQ(ErrorCode::SUCCESS, stateMachine.SendEvent(Intent::PLAY)); in TEST_F()
151 EXPECT_EQ(ErrorCode::SUCCESS, stateMachine.SendEvent(Intent::PLAY)); in TEST_F()
/foundation/CastEngine/castengine_cast_framework/service/src/session/src/rtsp/include/
H A Drtsp_basetype.h32 PLAY, member in OHOS::CastEngine::CastEngineService::CastSessionRtsp::ActionType
41 "SETUP", "PLAY", "PAUSE", "TEARDOWN", "VIDEO_START", "VIDEO_STOP", "SEND_EVENT_CHANGE"
/foundation/CastEngine/castengine_cast_framework/common/include/private/
H A Di_mirror_player_impl.h53 PLAY = 1, enumerator
H A Di_stream_player_ipc.h79 PLAY, enumerator
/foundation/CastEngine/castengine_cast_plus_stream/src/rtsp/include/
H A Drtsp_basetype.h32 PLAY, member in OHOS::CastEngine::CastEngineService::CastSessionRtsp::ActionType
41 "SETUP", "PLAY", "PAUSE", "TEARDOWN", "VIDEO_START", "VIDEO_STOP", "SEND_EVENT_CHANGE"
/foundation/arkui/ace_engine/frameworks/core/animation/
H A Danimation_pub.h48 PLAY, member in OHOS::Ace::AnimationOperation
/foundation/graphic/graphic_3d/lume/Lume_3D/src/ecs/components/
H A Danimation_component_manager.cpp30 DECL_ENUM(AnimationComponent::PlaybackState, PLAY, "Play")
H A Danimation_state_component_manager.cpp33 DECL_ENUM(AnimationComponent::PlaybackState, PLAY, "Play")
/foundation/multimedia/media_foundation/engine/scene/player/internal/
H A Dstate.cpp45 {Intent::PLAY, "PLAY"}, in GetIntentName()
172 case Intent::PLAY: in DispatchIntent()
H A Dstate.h46 PLAY, member in OHOS::Media::Intent
/foundation/arkui/ace_engine/frameworks/bridge/js_frontend/engine/common/
H A Dbase_animation_bridge.h29 PLAY, member in OHOS::Ace::Framework::AnimatorOperation
/foundation/CastEngine/castengine_cast_framework/service/src/session/src/mirror/src/
H A Dmirror_player_impl_stub.cpp37 FILL_SINGLE_STUB_TASK(PLAY, &MirrorPlayerImplStub::DoPlayTask); in MirrorPlayerImplStub()
/foundation/CastEngine/castengine_cast_plus_stream/src/mirror/src/
H A Dmirror_player_impl_stub.cpp37 FILL_SINGLE_STUB_TASK(PLAY, &MirrorPlayerImplStub::DoPlayTask); in MirrorPlayerImplStub()
/foundation/arkui/ace_engine/frameworks/core/components/declaration/common/
H A Dstyle.h184 AnimationOperation animationOperation = AnimationOperation::PLAY;
/foundation/multimedia/player_framework/services/services/player/ipc/
H A Di_standard_player_service.h133 PLAY, enumerator

Completed in 11 milliseconds

123