/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/animation/ |
H A D | rs_render_property_animation.h | 45 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 D | rsextendedmodifier_fuzzer.cpp | 90 PropertyId propertyId = GetData<PropertyId>();
in DoCreateRenderModifier() local
|
/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_client/unittest/modifier/ |
H A D | rs_modifier_manager_test.cpp | 131 PropertyId propertyId = 0; in HWTEST_F() local
|
/foundation/graphic/graphic_2d/rosen/test/render/render/unittest/cmd/ |
H A D | rs_node_cmd_test.cpp | 59 PropertyId propertyId = static_cast<PropertyId>(1); in HWTEST_F() local 125 PropertyId propertyId = 0; in HWTEST_F() local
|
H A D | rs_node_command_test.cpp | 59 PropertyId propertyId = static_cast<PropertyId>(1); in HWTEST_F() local 125 PropertyId propertyId = 0; in HWTEST_F() local
|
H A D | rs_animat_cmd_test.cpp | 154 PropertyId propertyId = 1; in HWTEST_F() local
|
H A D | rs_node_showing_cmd_test.cpp | 191 PropertyId propertyId = 0; in HWTEST_F() local
|
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/test/unittest/animation/ |
H A D | rs_render_interpolating_spring_animation_test.cpp | 29 explicit RSRenderInterpolatingSpringAnimationMock(AnimationId id, const PropertyId& propertyId, in RSRenderInterpolatingSpringAnimationMock() argument
|
H A D | rs_render_keyframe_animation_test.cpp | 46 RSRenderKeyframeAnimationMock( AnimationId id, const PropertyId& propertyId, const std::shared_ptr<RSRenderPropertyBase>& originValue) RSRenderKeyframeAnimationMock() argument
|
H A D | rs_render_path_animation_test.cpp | 33 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 D | rs_node_command_test.cpp | 46 PropertyId propertyId = static_cast<PropertyId>(1); in HWTEST_F() local 143 PropertyId propertyId = 0; in HWTEST_F() local
|
H A D | rs_node_showing_command_test.cpp | 205 PropertyId propertyId = 0; in HWTEST_F() local
|
H A D | rs_animation_command_test.cpp | 177 PropertyId propertyId = 1; in HWTEST_F() local
|
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/animation/ |
H A D | rs_render_particle_animation.cpp | 30 RSRenderParticleAnimation::RSRenderParticleAnimation(AnimationId id, const PropertyId& propertyId, in RSRenderParticleAnimation() argument 150 auto propertyId = GetPropertyId(); in OnDetach() local
|
H A D | rs_render_curve_animation.cpp | 25 RSRenderCurveAnimation::RSRenderCurveAnimation(AnimationId id, const PropertyId& propertyId, in RSRenderCurveAnimation() argument
|
H A D | rs_render_keyframe_animation.cpp | 28 RSRenderKeyframeAnimation::RSRenderKeyframeAnimation(AnimationId id, const PropertyId& propertyId, in RSRenderKeyframeAnimation() argument
|
H A D | rs_animation_manager.cpp | 238 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 D | rs_animation_trace_utils.cpp | 169 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 D | rs_spring_animation.cpp | 126 auto propertyId = GetPropertyId(); in StartUIAnimation() local
|
/foundation/graphic/graphic_2d/rosen/test/render/render/unittest/animat/ |
H A D | rs_animat_manager_test.cpp | 228 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 D | rs_modifier_manager.cpp | 179 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 D | rs_animation_manager_test.cpp | 228 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 D | rs_animation_command.cpp | 88 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 D | vcard_util.h | 94 bool HasProperty(std::string propertyId) in HasProperty() argument
|
/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/property/ |
H A D | rs_properties_test2.cpp | 463 PropertyId propertyId = 0; in HWTEST_F() local
|