Home
last modified time | relevance | path

Searched refs:attributeName (Results 1 - 25 of 35) sorted by relevance

12

/foundation/arkui/ace_engine_lite/test/moduletest/common/
H A Dbase_test.cpp76 const char *attributeName, in UpdateNumAttributeOrStyleValue()
84 jerry_value_t attrName = jerry_create_string(reinterpret_cast<const jerry_char_t *>(attributeName)); in UpdateNumAttributeOrStyleValue()
91 component->UpdateView(KeyParser::ParseKeyId(attributeName), attrValue); in UpdateNumAttributeOrStyleValue()
97 const char *attributeName, in UpdateCharAttributeOrStyleValue()
105 jerry_value_t attrName = jerry_create_string(reinterpret_cast<const jerry_char_t *>(attributeName)); in UpdateCharAttributeOrStyleValue()
112 component->UpdateView(KeyParser::ParseKeyId(attributeName), attrValue); in UpdateCharAttributeOrStyleValue()
75 UpdateNumAttributeOrStyleValue(Component *component, const char *attributeName, const int32_t newNumValue, const bool isToSetAttribute) const UpdateNumAttributeOrStyleValue() argument
96 UpdateCharAttributeOrStyleValue(Component *component, const char *attributeName, const char *newCharValue, const bool isToSetAttribute) const UpdateCharAttributeOrStyleValue() argument
H A Dbase_test.h59 const char *attributeName,
63 const char *attributeName,
/foundation/arkui/ace_engine/frameworks/core/components/svg/
H A Drender_svg_circle.h55 bool SetProperty(const std::string& attributeName, const Dimension& value);
56 bool GetProperty(const std::string& attributeName, Dimension& dimension) const;
H A Drender_svg_ellipse.h61 bool SetProperty(const std::string& attributeName, const Dimension& value);
62 bool GetProperty(const std::string& attributeName, Dimension& dimension) const;
H A Drender_svg_text_path.cpp61 callback = [weakText = AceType::WeakClaim(this), attributeName = svgAnimate->GetAttributeName()](Dimension value) { in PrepareSelfAnimation()
67 bool ret = textPath->SetProperty(attributeName, value); in PrepareSelfAnimation()
H A Drender_svg_circle.cpp62 callback = [weak = AceType::WeakClaim(this), attributeName = svgAnimate->GetAttributeName()]( in PrepareSelfAnimation()
69 if (circle->SetProperty(attributeName, value)) { in PrepareSelfAnimation()
H A Drender_svg_ellipse.cpp64 callback = [weak = AceType::WeakClaim(this), attributeName = svgAnimate->GetAttributeName()]( in PrepareSelfAnimation()
71 if (ellipse->SetProperty(attributeName, value)) { in PrepareSelfAnimation()
H A Drender_svg_filter.cpp60 attributeName = svgAnimate->GetAttributeName()](double value) { in PrepareSelfAnimation()
66 bool ret = filter->SetProperty(attributeName, value); in PrepareSelfAnimation()
H A Drender_svg_pattern.cpp80 attributeName = svgAnimate->GetAttributeName()](double value) { in PrepareSelfAnimation()
86 bool ret = mask->SetProperty(attributeName, value); in PrepareSelfAnimation()
H A Drender_svg_mask.cpp78 attributeName = svgAnimate->GetAttributeName()](double value) { in PrepareSelfAnimation()
84 bool ret = mask->SetProperty(attributeName, value); in PrepareSelfAnimation()
H A Drender_svg_text.cpp67 callback = [weakText = AceType::WeakClaim(this), attributeName = svgAnimate->GetAttributeName()]( in PrepareSelfAnimation()
74 bool ret = text->SetProperty(attributeName, value); in PrepareSelfAnimation()
H A Drender_svg_rect.cpp58 callback = [weakRect = AceType::WeakClaim(this), attributeName = svgAnimate->GetAttributeName()](Dimension value) { in PrepareSelfAnimation()
64 bool ret = rect->SetProperty(attributeName, value); in PrepareSelfAnimation()
H A Drender_svg_filter.h44 bool SetProperty(const std::string& attributeName, double value);
H A Drender_svg_pattern.h60 bool SetProperty(const std::string& attributeName, double value);
H A Drender_svg_rect.h73 bool SetProperty(const std::string& attributeName, const Dimension& value);
H A Drender_svg_mask.h74 bool SetProperty(const std::string& attributeName, double value);
H A Drender_svg_text.h98 bool SetProperty(const std::string& attributeName, const Dimension& value);
/foundation/arkui/ace_engine/frameworks/core/components/declaration/svg/
H A Dsvg_animate_declaration.h26 std::string attributeName; member
53 void SetAttributeName(const std::string& attributeName) in SetAttributeName() argument
56 attribute.attributeName = attributeName; in SetAttributeName()
62 return attribute.attributeName; in GetAttributeName()
/foundation/distributeddatamgr/pasteboard/interfaces/kits/napi/src/
H A Dnapi_data_utils.cpp353 std::string attributeName = str; in GetValue() local
363 object->value_[attributeName] = std::vector<uint8_t>( in GetValue()
371 object->value_[attributeName] = std::make_shared<UDMF::Object>(); in GetValue()
374 object->value_[attributeName] = double(); in GetValue()
377 object->value_[attributeName] = std::string(); in GetValue()
380 object->value_[attributeName] = bool(); in GetValue()
383 object->value_[attributeName] = std::monostate(); in GetValue()
386 object->value_[attributeName] = nullptr; in GetValue()
393 object->value_[attributeName]); in GetValue()
/foundation/multimedia/image_effect/frameworks/native/render_environment/core/
H A Dalgorithm_program.cpp69 int AlgorithmProgram::GetAttributeLocation(const std::string &attributeName) in GetAttributeLocation() argument
71 return shader_->GetAttributeLocation(attributeName.c_str()); in GetAttributeLocation()
H A Dalgorithm_program.h34 int GetAttributeLocation(const std::string &attributeName);
/foundation/distributeddatamgr/udmf/framework/jskitsimpl/common/
H A Dnapi_data_utils.cpp432 std::string attributeName = str; in GetValue() local
442 object->value_[attributeName] = std::vector<uint8_t>( in GetValue()
450 object->value_[attributeName] = std::make_shared<Object>(); in GetValue()
453 object->value_[attributeName] = double(); in GetValue()
456 object->value_[attributeName] = std::string(); in GetValue()
459 object->value_[attributeName] = bool(); in GetValue()
462 object->value_[attributeName] = std::monostate(); in GetValue()
465 object->value_[attributeName] = nullptr; in GetValue()
472 object->value_[attributeName]); in GetValue()
/foundation/arkui/ace_engine_lite/frameworks/src/core/components/test/unittest/common/arc/
H A Darc_tdd_test.cpp211 const char* attributeName = "centerX"; in ComponentProgressStyleSetTest001() local
217 JerrySetNumberProperty(styleObj_, attributeName, centerX); in ComponentProgressStyleSetTest001()
243 UpdateNumAttributeOrStyleValue(circleComponent, attributeName, centerXBoundary, false); in ComponentProgressStyleSetTest001()
254 UpdateNumAttributeOrStyleValue(circleComponent, attributeName, centerXBoundaryIn, false); in ComponentProgressStyleSetTest001()
271 const char* attributeName = "centerX"; in ComponentProgressStyleSetTest002() local
277 JerrySetNumberProperty(styleObj_, attributeName, centerX); in ComponentProgressStyleSetTest002()
/foundation/arkui/ace_engine_lite/frameworks/src/core/modules/presets/
H A Dimage_module.h50 const char *attributeName,
/foundation/arkui/ace_engine/frameworks/core/components_ng/svg/parse/
H A Dsvg_animation.cpp136 attr.attributeName = val; in SetAttr()
182 SetAttributeName(animateAttr_.attributeName); in UpdateAttr()

Completed in 10 milliseconds

12