Home
last modified time | relevance | path

Searched defs:propertyId (Results 1 – 25 of 33) sorted by relevance

12

/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/animation/
H A Drs_animation_manager_test.cpp229 PropertyId propertyId = 0; variable
243 PropertyId propertyId = 0; variable
257 PropertyId propertyId = 0; variable
271 PropertyId propertyId = 0; variable
285 PropertyId propertyId = 0; variable
299 PropertyId propertyId = 0; variable
313 PropertyId propertyId = 0; variable
327 PropertyId propertyId = 0; variable
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/animation/
H A Drs_animation_manager.cpp238 void RSAnimationManager::RegisterSpringAnimation(PropertyId propertyId, AnimationId animId) in RegisterSpringAnimation()
243 void RSAnimationManager::UnregisterSpringAnimation(PropertyId propertyId, AnimationId animId) in UnregisterSpringAnimation()
251 std::shared_ptr<RSRenderAnimation> RSAnimationManager::QuerySpringAnimation(PropertyId propertyId) in QuerySpringAnimation()
260 void RSAnimationManager::RegisterPathAnimation(PropertyId propertyId, AnimationId animId) in RegisterPathAnimation()
265 void RSAnimationManager::UnregisterPathAnimation(PropertyId propertyId, AnimationId animId) in UnregisterPathAnimation()
273 std::shared_ptr<RSRenderAnimation> RSAnimationManager::QueryPathAnimation(PropertyId propertyId) in QueryPathAnimation()
282 void RSAnimationManager::RegisterParticleAnimation(PropertyId propertyId, AnimationId animId) in RegisterParticleAnimation()
287 void RSAnimationManager::UnregisterParticleAnimation(PropertyId propertyId, AnimationId animId) in UnregisterParticleAnimation()
H A Drs_animation_trace_utils.cpp142const uint64_t propertyId, const uint64_t animationId, const int animationType, const int property… in addAnimationCreateTrace()
158 const uint64_t animationId, const uint64_t propertyId, const float fraction, in addAnimationFrameTrace()
169 void RSAnimationTraceUtils::addSpringInitialVelocityTrace(const uint64_t propertyId, const uint64_t… in addSpringInitialVelocityTrace()
H A Drs_render_particle_animation.cpp30 RSRenderParticleAnimation::RSRenderParticleAnimation(AnimationId id, const PropertyId& propertyId, in RSRenderParticleAnimation()
150 auto propertyId = GetPropertyId(); in OnDetach() local
H A Drs_render_spring_animation.cpp35 RSRenderSpringAnimation::RSRenderSpringAnimation(AnimationId id, const PropertyId& propertyId, in RSRenderSpringAnimation()
184 auto propertyId = GetPropertyId(); in OnAttach() local
245 auto propertyId = GetPropertyId(); in OnDetach() local
H A Drs_render_path_animation.cpp26 RSRenderPathAnimation::RSRenderPathAnimation(AnimationId id, const PropertyId& propertyId, in RSRenderPathAnimation()
243 auto propertyId = GetPropertyId(); in OnAttach() local
263 auto propertyId = GetPropertyId(); in OnDetach() local
H A Drs_render_curve_animation.cpp24 RSRenderCurveAnimation::RSRenderCurveAnimation(AnimationId id, const PropertyId& propertyId, in RSRenderCurveAnimation()
H A Drs_render_property_animation.cpp26 RSRenderPropertyAnimation::RSRenderPropertyAnimation(AnimationId id, const PropertyId& propertyId, in RSRenderPropertyAnimation()
H A Drs_render_keyframe_animation.cpp28 RSRenderKeyframeAnimation::RSRenderKeyframeAnimation(AnimationId id, const PropertyId& propertyId, in RSRenderKeyframeAnimation()
H A Drs_render_interpolating_spring_animation.cpp32 …SpringAnimation::RSRenderInterpolatingSpringAnimation(AnimationId id, const PropertyId& propertyId, in RSRenderInterpolatingSpringAnimation()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_client/core/modifier/
H A Drs_modifier_manager.cpp172 void RSModifierManager::RegisterSpringAnimation(PropertyId propertyId, AnimationId animId) in RegisterSpringAnimation()
177 void RSModifierManager::UnregisterSpringAnimation(PropertyId propertyId, AnimationId animId) in UnregisterSpringAnimation()
185 std::shared_ptr<RSRenderAnimation> RSModifierManager::QuerySpringAnimation(PropertyId propertyId) in QuerySpringAnimation()
/ohos5.0/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()
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/command/
H A Drs_node_command_test.cpp47 PropertyId propertyId = static_cast<PropertyId>(1); variable
148 PropertyId propertyId = 0; variable
H A Drs_animation_command_test.cpp170 PropertyId propertyId = 1; variable
H A Drs_node_showing_command_test.cpp205 PropertyId propertyId = 0; variable
/ohos5.0/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 …AnimationCommandHelper::CancelAnimation(RSContext& context, NodeId targetId, PropertyId propertyId) in CancelAnimation()
H A Drs_node_command.cpp36 void RSNodeCommandHelper::RemoveModifier(RSContext& context, NodeId nodeId, PropertyId propertyId) in RemoveModifier()
/ohos5.0/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
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_client/unittest/modifier/
H A Drs_modifier_manager_test.cpp131 PropertyId propertyId = 0; variable
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_client/core/animation/
H A Drs_spring_animation.cpp127 auto propertyId = GetPropertyId(); in StartUIAnimation() local
/ohos5.0/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()
H A Drs_render_keyframe_animation_test.cpp47 …AnimationId id, const PropertyId& propertyId, const std::shared_ptr<RSRenderPropertyBase>& originV… in RSRenderKeyframeAnimationMock()
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/external/dummy/include/stub/
H A Dvcard_util.h94 bool HasProperty(std::string propertyId) in HasProperty()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/test/fuzztest/rsanimationbase_fuzzer/
H A Drsanimationbase_fuzzer.cpp111 PropertyId propertyId = GetData<PropertyId>(); in RSAnimationManagerFuzzerTest() local
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/property/
H A Drs_properties_test2.cpp464 PropertyId propertyId = 0; variable

12