Home
last modified time | relevance | path

Searched defs:property (Results 1 - 25 of 519) sorted by relevance

12345678910>>...21

/foundation/graphic/graphic_3d/lume/scenewidgetplugin/plugin/src/
H A Dresource_container.cpp44 auto property = GetPropertyByName("Resources"); variable
/foundation/graphic/graphic_3d/lume/metaobject/include/meta/api/property/
H A Darray_property_event_handler.h36 bool Subscribe(const Property& property, T* instance, void (T::*callback)(const ArrayChange&)) in Subscribe() argument
43 bool Subscribe(const Property& property, void (*callback)(const ArrayChange&)) in Subscribe() argument
[all...]
H A Dproperty_event_handler.h38 bool Subscribe(const IProperty::ConstPtr& property, const CallableTypePtr& onInvoked) in Subscribe() argument
44 bool Subscribe(const IProperty::ConstPtr& property, const CallableTypePtr& onInvoked, const ITaskQueue::Ptr& queue) in Subscribe() argument
49 bool Subscribe(const IProperty::ConstPtr& property, const CallableTypePtr& onInvoked, const BASE_NS::Uid& queueId) in Subscribe() argument
55 bool Subscribe(const IProperty::ConstPtr& property, Func func, const ITaskQueue::Ptr& queue = nullptr) in Subscribe() argument
61 Subscribe(const IProperty::ConstPtr& property, Func func, const BASE_NS::Uid& queueId) Subscribe() argument
81 PropertyChangedEventHandler(const IProperty::ConstPtr& property, const IOnChanged::InterfaceTypePtr& onInvoked) PropertyChangedEventHandler() argument
[all...]
H A Ddefault_value_bind.h32 explicit DefaultValueBind(const IProperty::Ptr& property) : property_(property) {} in DefaultValueBind() argument
71 const auto property = property_.lock(); in Bind() local
99 SetProperty(const IProperty::Ptr& property) SetProperty() argument
[all...]
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/window_scene/
H A Djs_window_scene.cpp54 NG::AttractionEffect property; in JsAttractionEffect() local
/foundation/barrierfree/accessibility/common/interface/test/unittest/mock/
H A Dmock_accessibility_caption_parcel.cpp22 CaptionPropertyParcelTest::CaptionPropertyParcelTest(const CaptionProperty &property) in CaptionPropertyParcelTest() argument
H A Dmock_accessible_ability_manager_caption_observer_proxy.cpp40 OnPropertyChanged( const AccessibilityConfig::CaptionProperty& property) OnPropertyChanged() argument
H A Dmock_accessible_ability_manager_caption_observer_stub.cpp50 sptr<CaptionPropertyParcel> property = data.ReadStrongParcelable<CaptionPropertyParcel>(); in HandleOnCaptionPropertyChanged() local
/foundation/barrierfree/accessibility/common/interface/src/parcel/
H A Daccessibility_caption_parcel.cpp22 CaptionPropertyParcel::CaptionPropertyParcel(const CaptionProperty &property) in CaptionPropertyParcel() argument
/foundation/graphic/graphic_3d/lume/metaobject/src/engine/
H A Dengine_input_property_manager.h44 IProperty::Ptr property; member
/foundation/graphic/graphic_2d/rosen/modules/render_service_client/test/unittest/animation/
H A Drs_path_animation_test.cpp41 auto property = std::make_shared<RSAnimatableProperty<Vector2f>>(Vector2f(0.f, 0.f)); in HWTEST_F() local
74 auto property = std::make_shared<RSAnimatableProperty<Vector4f>>(ANIMATION_START_BOUNDS); in HWTEST_F() local
107 auto property = std::make_shared<RSAnimatableProperty<Vector4f>>(ANIMATION_START_BOUNDS); in HWTEST_F() local
140 auto property in HWTEST_F() local
173 auto property = std::make_shared<RSAnimatableProperty<Vector4f>>(ANIMATION_START_BOUNDS); HWTEST_F() local
208 auto property = std::make_shared<RSAnimatableProperty<Vector4f>>(ANIMATION_START_BOUNDS); HWTEST_F() local
247 auto property = std::make_shared<RSAnimatableProperty<Vector4f>>(ANIMATION_START_BOUNDS); HWTEST_F() local
280 auto property = std::make_shared<RSAnimatableProperty<Vector4f>>(ANIMATION_START_BOUNDS); HWTEST_F() local
319 auto property = std::make_shared<RSAnimatableProperty<Vector4f>>(ANIMATION_START_BOUNDS); HWTEST_F() local
353 auto property = std::make_shared<RSAnimatableProperty<Vector4f>>(ANIMATION_START_BOUNDS); HWTEST_F() local
383 auto property = std::make_shared<RSAnimatableProperty<Vector4f>>(ANIMATION_START_BOUNDS); HWTEST_F() local
[all...]
H A Drs_interactive_implict_animator_test.cpp41 auto property = std::make_shared<RSAnimatableProperty<Vector4f>>(ANIMATION_START_BOUNDS); in HWTEST_F() local
74 auto property = std::make_shared<RSAnimatableProperty<Vector4f>>(ANIMATION_START_BOUNDS); in HWTEST_F() local
103 auto property = std::make_shared<RSAnimatableProperty<Vector4f>>(ANIMATION_START_BOUNDS); in HWTEST_F() local
129 auto property in HWTEST_F() local
159 auto property = std::make_shared<RSAnimatableProperty<Vector4f>>(ANIMATION_START_BOUNDS); HWTEST_F() local
190 auto property = std::make_shared<RSAnimatableProperty<Vector4f>>(ANIMATION_START_BOUNDS); HWTEST_F() local
220 auto property = std::make_shared<RSAnimatableProperty<Vector4f>>(ANIMATION_START_BOUNDS); HWTEST_F() local
249 auto property = std::make_shared<RSAnimatableProperty<Vector4f>>(ANIMATION_START_BOUNDS); HWTEST_F() local
278 auto property = std::make_shared<RSAnimatableProperty<Vector4f>>(ANIMATION_START_BOUNDS); HWTEST_F() local
309 auto property = std::make_shared<RSAnimatableProperty<Vector4f>>(ANIMATION_START_BOUNDS); HWTEST_F() local
344 auto property = std::make_shared<RSAnimatableProperty<Vector4f>>(ANIMATION_START_BOUNDS); HWTEST_F() local
378 auto property = std::make_shared<RSAnimatableProperty<Vector4f>>(ANIMATION_START_BOUNDS); HWTEST_F() local
[all...]
/foundation/graphic/graphic_3d/lume/metaobject/src/property/
H A Ddependencies.h44 IProperty::ConstPtr property; member
/foundation/graphic/graphic_2d/rosen/modules/render_service_client/core/modifier/
H A Drs_modifier.cpp25 void RSModifier::AttachProperty(const std::shared_ptr<RSPropertyBase>& property) in AttachProperty() argument
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/dialog/
H A Dalert_dialog_model_ng.cpp26 SetParseButtonObj( std::function<void()>&& eventFunc, ButtonInfo& buttonInfo, DialogProperties& arg, const std::string& property) SetParseButtonObj() argument
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/particle/
H A Dparticle_model_ng.cpp48 void ParticleModelNG::updateEmitter(std::vector<EmitterProperty>& property, FrameNode* frameNode) in updateEmitter() argument
55 void ParticleModelNG::updateEmitter(std::vector<EmitterProperty>& property) in updateEmitter() argument
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/models/
H A Dalert_dialog_model_impl.cpp21 SetParseButtonObj( std::function<void()>&& eventFuncImpl, ButtonInfo& buttonInfo, DialogProperties& arg, const std::string& property) SetParseButtonObj() argument
/foundation/arkui/ace_engine/frameworks/core/components_ng/render/adapter/
H A Drosen_modifier_property.cpp22 bool CreateOrSetModifierValue(std::shared_ptr<Rosen::RSAnimatableProperty<T>>& property, const T& value) in CreateOrSetModifierValue() argument
32 AddOrChangeScaleModifier(std::shared_ptr<Rosen::RSNode>& rsNode, std::shared_ptr<Rosen::RSScaleModifier>& modifier, std::shared_ptr<Rosen::RSAnimatableProperty<Rosen::Vector2f>>& property, const Rosen::Vector2f& value) AddOrChangeScaleModifier() argument
44 AddOrChangeSkewModifier(std::shared_ptr<Rosen::RSNode>& rsNode, std::shared_ptr<Rosen::RSSkewModifier>& modifier, std::shared_ptr<Rosen::RSAnimatableProperty<Rosen::Vector2f>>& property, const Rosen::Vector2f& value) AddOrChangeSkewModifier() argument
56 AddOrChangePivotModifier(std::shared_ptr<Rosen::RSNode>& rsNode, std::shared_ptr<Rosen::RSPivotModifier>& modifier, std::shared_ptr<Rosen::RSAnimatableProperty<Rosen::Vector2f>>& property, const Rosen::Vector2f& value) AddOrChangePivotModifier() argument
68 AddOrChangeTranslateZModifier(std::shared_ptr<Rosen::RSNode>& rsNode, std::shared_ptr<Rosen::RSTranslateZModifier>& modifier, std::shared_ptr<Rosen::RSAnimatableProperty<float>>& property, const float value) AddOrChangeTranslateZModifier() argument
80 AddOrChangePerspectiveModifier(std::shared_ptr<Rosen::RSNode>& rsNode, std::shared_ptr<Rosen::RSPerspModifier>& modifier, std::shared_ptr<Rosen::RSAnimatableProperty<Rosen::Vector2f>>& property, const Rosen::Vector2f& value) AddOrChangePerspectiveModifier() argument
92 AddOrChangeTranslateModifier(std::shared_ptr<Rosen::RSNode>& rsNode, std::shared_ptr<Rosen::RSTranslateModifier>& modifier, std::shared_ptr<Rosen::RSAnimatableProperty<Rosen::Vector2f>>& property, const Rosen::Vector2f& value) AddOrChangeTranslateModifier() argument
104 AddOrChangeQuaternionModifier(std::shared_ptr<Rosen::RSNode>& rsNode, std::shared_ptr<Rosen::RSQuaternionModifier>& modifier, std::shared_ptr<Rosen::RSAnimatableProperty<Rosen::Quaternion>>& property, const Rosen::Quaternion& value) AddOrChangeQuaternionModifier() argument
[all...]
/foundation/barrierfree/accessibility/common/interface/src/
H A Daccessible_ability_manager_caption_observer_proxy.cpp40 OnPropertyChanged( const AccessibilityConfig::CaptionProperty& property) OnPropertyChanged() argument
H A Daccessible_ability_manager_caption_observer_stub.cpp50 sptr<CaptionPropertyParcel> property = data.ReadStrongParcelable<CaptionPropertyParcel>(); in HandleOnCaptionPropertyChanged() local
/foundation/arkui/ace_engine/test/unittest/core/pattern/web/
H A Dweb_accessibility_property_test.cpp50 WebAccessibilityProperty property; in HWTEST_F() local
70 WebAccessibilityProperty property; in HWTEST_F() local
97 WebAccessibilityProperty property; in HWTEST_F() local
/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_client/unittest/animation/
H A Drs_spring_animation_test.cpp49 auto property = std::make_shared<RSPropertyBase>(); in HWTEST_F() local
63 auto property = std::make_shared<RSPropertyBase>(); in HWTEST_F() local
78 auto property = std::make_shared<RSPropertyBase>(); in HWTEST_F() local
H A Drs_curve_animation_test.cpp50 auto property = std::make_shared<RSPropertyBase>(); in HWTEST_F() local
/foundation/graphic/graphic_3d/kits/js/src/
H A DObjectProxy.cpp25 ObjectProxy::ObjectProxy(META_NS::IProperty::ConstPtr& property, napi_env env) in ObjectProxy() argument
44 void ObjectProxy::AddProperty(BASE_NS::unique_ptr<PropertyProxy> property, BASE_NS::string_view member) in AddProperty() argument
57 void ObjectProxy::AddProperty(const META_NS::IProperty::Ptr& property, BASE_NS::string_view member) in AddProperty() argument
[all...]
/foundation/graphic/graphic_3d/lume/LumeEcsSerializer/EcsSerializer/include/ecs_serializer/
H A Decs_property_util.h29 inline bool IsPropertyContainer(const Property& property) in IsPropertyContainer() argument

Completed in 7 milliseconds

12345678910>>...21