Home
last modified time | relevance | path

Searched defs:propertyId (Results 1 - 25 of 36) sorted by relevance

12

/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/animation/
H A Drs_render_property_animation.h45 RSRenderPropertyAnimation(AnimationId id, const PropertyId& propertyId) : RSRenderAnimation(id) in RSRenderPropertyAnimation() argument
/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_client/fuzztest/rsextendedmodifier_fuzzer/
H A Drsextendedmodifier_fuzzer.cpp90 PropertyId propertyId = GetData<PropertyId>(); in DoCreateRenderModifier() local
/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_client/unittest/modifier/
H A Drs_modifier_manager_test.cpp131 PropertyId propertyId = 0; in HWTEST_F() local
/foundation/graphic/graphic_2d/rosen/test/render/render/unittest/cmd/
H A Drs_node_cmd_test.cpp59 PropertyId propertyId = static_cast<PropertyId>(1); in HWTEST_F() local
125 PropertyId propertyId = 0; in HWTEST_F() local
H A Drs_node_command_test.cpp59 PropertyId propertyId = static_cast<PropertyId>(1); in HWTEST_F() local
125 PropertyId propertyId = 0; in HWTEST_F() local
H A Drs_animat_cmd_test.cpp154 PropertyId propertyId = 1; in HWTEST_F() local
H A Drs_node_showing_cmd_test.cpp191 PropertyId propertyId = 0; in HWTEST_F() local
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/test/unittest/animation/
H A Drs_render_interpolating_spring_animation_test.cpp29 explicit RSRenderInterpolatingSpringAnimationMock(AnimationId id, const PropertyId& propertyId, in RSRenderInterpolatingSpringAnimationMock() argument
H A Drs_render_keyframe_animation_test.cpp46 RSRenderKeyframeAnimationMock( AnimationId id, const PropertyId& propertyId, const std::shared_ptr<RSRenderPropertyBase>& originValue) RSRenderKeyframeAnimationMock() argument
H A Drs_render_path_animation_test.cpp33 explicit RSRenderPathAnimationMock(AnimationId id, const PropertyId& propertyId, in RSRenderPathAnimationMock() argument
/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/command/
H A Drs_node_command_test.cpp46 PropertyId propertyId = static_cast<PropertyId>(1); in HWTEST_F() local
143 PropertyId propertyId = 0; in HWTEST_F() local
H A Drs_node_showing_command_test.cpp205 PropertyId propertyId = 0; in HWTEST_F() local
H A Drs_animation_command_test.cpp177 PropertyId propertyId = 1; in HWTEST_F() local
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/animation/
H A Drs_render_particle_animation.cpp30 RSRenderParticleAnimation::RSRenderParticleAnimation(AnimationId id, const PropertyId& propertyId, in RSRenderParticleAnimation() argument
150 auto propertyId = GetPropertyId(); in OnDetach() local
H A Drs_render_curve_animation.cpp25 RSRenderCurveAnimation::RSRenderCurveAnimation(AnimationId id, const PropertyId& propertyId, in RSRenderCurveAnimation() argument
H A Drs_render_keyframe_animation.cpp28 RSRenderKeyframeAnimation::RSRenderKeyframeAnimation(AnimationId id, const PropertyId& propertyId, in RSRenderKeyframeAnimation() argument
H A Drs_animation_manager.cpp238 void RSAnimationManager::RegisterSpringAnimation(PropertyId propertyId, AnimationId animId) in RegisterSpringAnimation() argument
243 void RSAnimationManager::UnregisterSpringAnimation(PropertyId propertyId, AnimationId animId) in UnregisterSpringAnimation() argument
251 std::shared_ptr<RSRenderAnimation> RSAnimationManager::QuerySpringAnimation(PropertyId propertyId) in QuerySpringAnimation() argument
260 void RSAnimationManager::RegisterPathAnimation(PropertyId propertyId, AnimationId animId) in RegisterPathAnimation() argument
265 void RSAnimationManager::UnregisterPathAnimation(PropertyId propertyId, AnimationId animId) in UnregisterPathAnimation() argument
273 QueryPathAnimation(PropertyId propertyId) QueryPathAnimation() argument
282 RegisterParticleAnimation(PropertyId propertyId, AnimationId animId) RegisterParticleAnimation() argument
287 UnregisterParticleAnimation(PropertyId propertyId, AnimationId animId) UnregisterParticleAnimation() argument
[all...]
H A Drs_animation_trace_utils.cpp169 void RSAnimationTraceUtils::addSpringInitialVelocityTrace(const uint64_t propertyId, const uint64_t animationId, in addSpringInitialVelocityTrace() argument
141 addAnimationCreateTrace(const uint64_t nodeId, const std::string& nodeName, const uint64_t propertyId, const uint64_t animationId, const int animationType, const int propertyType, const std::shared_ptr<RSRenderPropertyBase>& startValue, const std::shared_ptr<RSRenderPropertyBase>& endValue, const int animationDelay, const int animationDur, const int repeat) const addAnimationCreateTrace() argument
157 addAnimationFrameTrace(const uint64_t nodeId, const std::string& nodeName, const uint64_t animationId, const uint64_t propertyId, const float fraction, const std::shared_ptr<RSRenderPropertyBase>& value, const int64_t time, const int dur, const int repeat) const addAnimationFrameTrace() argument
/foundation/graphic/graphic_2d/rosen/modules/render_service_client/core/animation/
H A Drs_spring_animation.cpp126 auto propertyId = GetPropertyId(); in StartUIAnimation() local
/foundation/graphic/graphic_2d/rosen/test/render/render/unittest/animat/
H A Drs_animat_manager_test.cpp228 PropertyId propertyId = 0; in HWTEST_F() local
242 PropertyId propertyId = 0; in HWTEST_F() local
256 PropertyId propertyId = 0; in HWTEST_F() local
270 PropertyId propertyId in HWTEST_F() local
284 PropertyId propertyId = 0; HWTEST_F() local
298 PropertyId propertyId = 0; HWTEST_F() local
313 PropertyId propertyId = 0; HWTEST_F() local
329 PropertyId propertyId = 0; HWTEST_F() local
[all...]
/foundation/graphic/graphic_2d/rosen/modules/render_service_client/core/modifier/
H A Drs_modifier_manager.cpp179 void RSModifierManager::RegisterSpringAnimation(PropertyId propertyId, AnimationId animId) in RegisterSpringAnimation() argument
184 void RSModifierManager::UnregisterSpringAnimation(PropertyId propertyId, AnimationId animId) in UnregisterSpringAnimation() argument
192 std::shared_ptr<RSRenderAnimation> RSModifierManager::QuerySpringAnimation(PropertyId propertyId) in QuerySpringAnimation() argument
/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/animation/
H A Drs_animation_manager_test.cpp228 PropertyId propertyId = 0; in HWTEST_F() local
242 PropertyId propertyId = 0; in HWTEST_F() local
256 PropertyId propertyId = 0; in HWTEST_F() local
270 PropertyId propertyId = 0; in HWTEST_F() local
284 PropertyId propertyId = 0; HWTEST_F() local
298 PropertyId propertyId = 0; HWTEST_F() local
312 PropertyId propertyId = 0; HWTEST_F() local
326 PropertyId propertyId = 0; HWTEST_F() local
[all...]
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/command/
H A Drs_animation_command.cpp88 auto propertyId = animation->GetPropertyId(); in CreateParticleAnimation() local
102 void AnimationCommandHelper::CancelAnimation(RSContext& context, NodeId targetId, PropertyId propertyId) in CancelAnimation() argument
/foundation/communication/bluetooth_service/services/bluetooth/external/dummy/include/stub/
H A Dvcard_util.h94 bool HasProperty(std::string propertyId) in HasProperty() argument
/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/property/
H A Drs_properties_test2.cpp463 PropertyId propertyId = 0; in HWTEST_F() local

Completed in 13 milliseconds

12