Home
last modified time | relevance | path

Searched defs:property (Results 476 - 500 of 655) sorted by relevance

1...<<11121314151617181920>>...27

/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/security_component/
H A Dsecurity_component_layout_algorithm.cpp95 void SecurityComponentLayoutAlgorithm::InitPadding(RefPtr<SecurityComponentLayoutProperty>& property) in InitPadding() argument
680 GetTextLimitExceededFlag(RefPtr<SecurityComponentLayoutProperty>& property, LayoutWrapper* layoutWrapper) GetTextLimitExceededFlag() argument
[all...]
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/rating/
H A Drating_pattern.cpp500 auto property = GetLayoutProperty<RatingLayoutProperty>(); in GetInnerFocusPaintRect() local
944 auto property = GetLayoutProperty<RatingLayoutProperty>(); in BuildContentModifierNode() local
[all...]
/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/
H A Drender_node_modifier.cpp430 renderContext->SetCommandPathMask(std::string(commands), property); in SetCommandPathMask() local
[all...]
/foundation/barrierfree/accessibility/common/interface/src/
H A Daccessible_ability_manager_service_proxy.cpp368 AccessibilityConfig::CaptionProperty property = {}; in GetCaptionProperty() local
/foundation/communication/bluetooth/frameworks/js/napi/src/common/
H A Dnapi_bluetooth_utils.cpp535 napi_value property; in ParseNumberParams() local
581 napi_value property; in ParseBooleanParams() local
602 napi_value property; in ParseStringParams() local
625 napi_value property; ParseArrayBufferParams() local
[all...]
/foundation/graphic/graphic_2d/rosen/test/render_service/render_service/unittest/pipeline/
H A Drs_uni_render_visitor_test.cpp104 auto& property = node->renderContent_->renderProperties_; in HWTEST_F() local
139 auto& property = node->renderContent_->renderProperties_; in HWTEST_F() local
186 auto& property = node->renderContent_->renderProperties_; in HWTEST_F() local
861 auto& property = rsRootRenderNode->GetMutableRenderProperties(); HWTEST_F() local
1983 auto& property = canvasNode->GetMutableRenderProperties(); HWTEST_F() local
[all...]
H A Drs_round_corner_display_test.cpp54 xmlNodePtr CreateNodeWithProperty(const std::string& nodeName, const XMLProperty& property) in CreateNodeWithProperty() argument
/foundation/graphic/graphic_3d/lume/LumeEcsSerializer/EcsSerializer/src/ecs_serializer/
H A Decs_serializer.cpp126 ToJson( const IEntityCollection& ec, const Property& property, uintptr_t offset, json::standalone_value& jsonOut) const ToJson() argument
132 FromJson( const IEntityCollection& ec, const json::value& jsonIn, const Property& property, uintptr_t offset) const FromJson() argument
656 WriteProperty( const IEntityCollection& ec, const Property& property, uintptr_t offset, json::standalone_value& jsonOut) const WriteProperty() argument
965 ReadProperty( IEntityCollection& ec, const json::value& jsonIn, const Property& property, uintptr_t offset) const ReadProperty() argument
[all...]
/foundation/multimedia/audio_framework/frameworks/native/audioeffect/src/
H A Daudio_enhance_chain_manager.cpp166 std::string property = ""; in UpdateEnhancePropertyMapFromDb() local
737 SetAudioEnhancePropertyToChains(AudioEnhanceProperty property) SetAudioEnhancePropertyToChains() argument
749 WriteEnhancePropertyToDb(const std::string &key, const std::string &property) WriteEnhancePropertyToDb() argument
[all...]
/foundation/graphic/graphic_3d/lume/scenewidgetplugin/plugin/src/
H A Decs_serializer.cpp179 ToJson( const IEntityCollection& ec, const Property& property, uintptr_t offset, json::standalone_value& jsonOut) const ToJson() argument
185 FromJson( const IEntityCollection& ec, const json::value& jsonIn, const Property& property, uintptr_t offset) const FromJson() argument
718 WriteProperty( const IEntityCollection& ec, const Property& property, uintptr_t offset, json::standalone_value& jsonOut) const WriteProperty() argument
1063 ReadProperty( IEntityCollection& ec, const json::value& jsonIn, const Property& property, uintptr_t offset) const ReadProperty() argument
[all...]
/foundation/graphic/graphic_2d/rosen/modules/render_service_client/core/animation/
H A Drs_symbol_animation.cpp38 bool CreateOrSetModifierValue(std::shared_ptr<RSAnimatableProperty<T>>& property, const T& value) in CreateOrSetModifierValue() argument
/foundation/graphic/graphic_2d/rosen/modules/render_service/core/pipeline/
H A Drs_uni_render_composer_adapter.cpp365 const auto& property = node.GetRenderProperties(); in GetComposerInfoSrcRect() local
527 const auto& property = node.GetRenderProperties(); in DealWithNodeGravity() local
813 const auto& property = node.GetRenderProperties(); in BuildComposeInfo() local
[all...]
H A Drs_composer_adapter.cpp255 const auto& property = node.GetRenderProperties(); in DealWithNodeGravity() local
318 const auto& property = node.GetRenderProperties(); in GetComposerInfoSrcRect() local
/foundation/graphic/graphic_2d/rosen/modules/render_service_client/test/unittest/animation/
H A Drs_animation_supplement_test.cpp179 explicit RSKeyframeAnimationMock(std::shared_ptr<RSPropertyBase> property) : RSKeyframeAnimation(property) {} in RSKeyframeAnimationMock() argument
321 std::shared_ptr<RSPropertyBase> property = std::make_shared<RSAnimatableProperty<float>>(0.1f); in HWTEST_F() local
349 RSPathAnimationMock(std::shared_ptr<RSPropertyBase> property, const std::shared_ptr<RSPath>& animationPath) in RSPathAnimationMock() argument
352 RSPathAnimationMock(std::shared_ptr<RSPropertyBase> property, cons in RSPathAnimationMock() argument
406 auto property = std::make_shared<RSAnimatableProperty<Vector4f>>(data); HWTEST_F() local
485 auto property = std::make_shared<RSAnimatableProperty<float>>(10.f); HWTEST_F() local
551 auto property = std::make_shared<RSAnimatableProperty<Vector4f>>(startData); HWTEST_F() local
707 std::shared_ptr<RSPropertyBase> property = std::make_shared<RSAnimatableProperty<float>>(0.1f); HWTEST_F() local
734 std::shared_ptr<RSPropertyBase> property = std::make_shared<RSAnimatableProperty<float>>(0.1f); HWTEST_F() local
768 std::shared_ptr<RSPropertyBase> property = std::make_shared<RSAnimatableProperty<float>>(0.1f); HWTEST_F() local
804 auto property = std::make_shared<RSAnimatableProperty<Vector4f>>(data); HWTEST_F() local
842 std::shared_ptr<RSAnimatableProperty<Vector4f>> property; HWTEST_F() local
896 auto property = std::make_shared<RSAnimatableProperty<Vector4f>>(data); HWTEST_F() local
920 RSSpringAnimationMock(std::shared_ptr<RSPropertyBase> property, const std::shared_ptr<RSPropertyBase>& byValue) RSSpringAnimationMock() argument
923 RSSpringAnimationMock(std::shared_ptr<RSPropertyBase> property, const std::shared_ptr<RSPropertyBase>& startValue, const std::shared_ptr<RSPropertyBase>& endValue) RSSpringAnimationMock() argument
945 auto property = std::make_shared<RSAnimatableProperty<float>>(1.f); HWTEST_F() local
1076 RSPropertyBase property; HWTEST_F() local
1121 auto property = std::make_shared<RSAnimatableProperty<float>>(1.f); HWTEST_F() local
[all...]
/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/pipeline/
H A Drs_render_node_test.cpp1402 std::shared_ptr<RSRenderProperty<Drawing::DrawCmdListPtr>> property = in HWTEST_F() local
1965 std::unique_ptr<PropertyDrawableTest> property = std::make_unique<PropertyDrawableTest>(); in HWTEST_F() local
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/test/fuzztest/rsanimationbase_fuzzer/
H A Drsanimationbase_fuzzer.cpp312 auto property = std::make_shared<RSRenderAnimatableProperty<float>>(GetData<float>()); in RSRenderCurveAnimationFuzzerTest() local
360 auto property = std::make_shared<RSRenderAnimatableProperty<float>>(GetData<float>()); in RSRenderInterpolatingSpringAnimationFuzzerTest() local
389 auto property = std::make_shared<RSRenderAnimatableProperty<float>>(GetData<float>()); in RSRenderKeyframeAnimationFuzzerTest() local
421 auto property = std::make_shared<RSRenderAnimatableProperty<float>>(GetData<float>()); in RSRenderPathAnimationFuzzerTest() local
459 auto property = std::make_shared<RSRenderAnimatableProperty<float>>(GetData<float>()); in RSCurveValueEstimatorFuzzerTest() local
481 auto property = std::make_shared<RSRenderAnimatableProperty<float>>(GetData<float>()); RSKeyframeValueEstimatorFuzzerTest() local
506 auto property = std::make_shared<RSRenderAnimatableProperty<float>>(GetData<float>()); RSSpringValueEstimatorFuzzerTest() local
601 auto property = std::make_shared<RSRenderAnimatableProperty<float>>(GetData<float>()); RSRenderTransitionEffectFuzzerTest() local
[all...]
/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_client/fuzztest/rspropertymodifier_fuzzer/
H A Drspropertymodifier_fuzzer.cpp70 auto property = std::make_shared<RSAnimatableProperty<float>>(value); in DoModifier001() local
120 auto property = std::make_shared<RSAnimatableProperty<float>>(value); DoModifier002() local
170 auto property = std::make_shared<RSAnimatableProperty<float>>(value); DoModifier003() local
220 auto property = std::make_shared<RSAnimatableProperty<float>>(value); DoModifier004() local
270 auto property = std::make_shared<RSAnimatableProperty<float>>(value); DoModifier005() local
320 auto property = std::make_shared<RSAnimatableProperty<float>>(value); DoModifier006() local
370 auto property = std::make_shared<RSAnimatableProperty<float>>(value); DoModifier007() local
420 auto property = std::make_shared<RSAnimatableProperty<float>>(value); DoModifier008() local
470 auto property = std::make_shared<RSAnimatableProperty<float>>(value); DoModifier009() local
520 auto property = std::make_shared<RSAnimatableProperty<float>>(value); DoModifier010() local
570 auto property = std::make_shared<RSAnimatableProperty<float>>(value); DoModifier011() local
[all...]
/foundation/multimedia/image_framework/plugins/common/libs/image/libextplugin/src/heif_impl/heif_parser/
H A Dheif_parser.cpp727 heif_property_id HeifParser::AddProperty(heif_item_id itemId, const std::shared_ptr<HeifBox>& property, bool essential) in AddProperty() argument
/foundation/multimedia/av_codec/services/media_engine/plugins/source/http_source/dash/mpd_parser/
H A Ddash_mpd_parser.cpp1264 DashDescriptor *property = propertyList.front(); in ClearPropertyList() local
/foundation/multimedia/av_session/frameworks/js/napi/session/src/
H A Dnapi_utils.cpp239 napi_value property = nullptr; in SetValue() local
278 napi_value property = nullptr; SetValue() local
323 napi_value property = nullptr; SetValue() local
1025 napi_value property = nullptr; SetValue() local
1659 napi_value property = nullptr; SetValue() local
1726 napi_value property = nullptr; SetValue() local
[all...]
/foundation/multimedia/media_library/frameworks/js/src/
H A Dmedia_album_change_request_napi.cpp1155 GetAlbumUpdateValue(shared_ptr<PhotoAlbum>& photoAlbum, const AlbumChangeOperation changeOperation, string& uri, DataShare::DataShareValuesBucket& valuesBucket, string& property) GetAlbumUpdateValue() argument
1224 string property; SetAlbumPropertyExecute() local
[all...]
H A Dalbum_napi.cpp546 napi_value property = nullptr; in GetFetchOptionsParam() local
H A Dsmart_album_napi.cpp1047 napi_value property = nullptr; in GetFetchOptionsParam() local
/foundation/window/window_manager/interfaces/kits/napi/window_runtime/window_napi/
H A Djs_window_utils.cpp738 auto property = window->GetSystemBarPropertyByType(type); in GetSpecificBarStatus() local
882 auto property = window->GetSystemBarPropertyByType(type); in GetSystemBarPropertiesFromJs() local
/foundation/window/window_manager/interfaces/kits/cj/window_runtime/
H A Dwindow_impl.cpp982 auto property = weakToken->GetSystemBarPropertyByType(type); in UpdateSystemBarProperties() local

Completed in 71 milliseconds

1...<<11121314151617181920>>...27