/foundation/arkui/ace_engine_lite/test/moduletest/common/ |
H A D | base_test.cpp | 76 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 D | base_test.h | 59 const char *attributeName, 63 const char *attributeName,
|
/foundation/arkui/ace_engine/frameworks/core/components/svg/ |
H A D | render_svg_circle.h | 55 bool SetProperty(const std::string& attributeName, const Dimension& value); 56 bool GetProperty(const std::string& attributeName, Dimension& dimension) const;
|
H A D | render_svg_ellipse.h | 61 bool SetProperty(const std::string& attributeName, const Dimension& value); 62 bool GetProperty(const std::string& attributeName, Dimension& dimension) const;
|
H A D | render_svg_text_path.cpp | 61 callback = [weakText = AceType::WeakClaim(this), attributeName = svgAnimate->GetAttributeName()](Dimension value) { in PrepareSelfAnimation() 67 bool ret = textPath->SetProperty(attributeName, value); in PrepareSelfAnimation()
|
H A D | render_svg_circle.cpp | 62 callback = [weak = AceType::WeakClaim(this), attributeName = svgAnimate->GetAttributeName()]( in PrepareSelfAnimation() 69 if (circle->SetProperty(attributeName, value)) { in PrepareSelfAnimation()
|
H A D | render_svg_ellipse.cpp | 64 callback = [weak = AceType::WeakClaim(this), attributeName = svgAnimate->GetAttributeName()]( in PrepareSelfAnimation() 71 if (ellipse->SetProperty(attributeName, value)) { in PrepareSelfAnimation()
|
H A D | render_svg_filter.cpp | 60 attributeName = svgAnimate->GetAttributeName()](double value) { in PrepareSelfAnimation() 66 bool ret = filter->SetProperty(attributeName, value); in PrepareSelfAnimation()
|
H A D | render_svg_pattern.cpp | 80 attributeName = svgAnimate->GetAttributeName()](double value) { in PrepareSelfAnimation() 86 bool ret = mask->SetProperty(attributeName, value); in PrepareSelfAnimation()
|
H A D | render_svg_mask.cpp | 78 attributeName = svgAnimate->GetAttributeName()](double value) { in PrepareSelfAnimation() 84 bool ret = mask->SetProperty(attributeName, value); in PrepareSelfAnimation()
|
H A D | render_svg_text.cpp | 67 callback = [weakText = AceType::WeakClaim(this), attributeName = svgAnimate->GetAttributeName()]( in PrepareSelfAnimation() 74 bool ret = text->SetProperty(attributeName, value); in PrepareSelfAnimation()
|
H A D | render_svg_rect.cpp | 58 callback = [weakRect = AceType::WeakClaim(this), attributeName = svgAnimate->GetAttributeName()](Dimension value) { in PrepareSelfAnimation() 64 bool ret = rect->SetProperty(attributeName, value); in PrepareSelfAnimation()
|
H A D | render_svg_filter.h | 44 bool SetProperty(const std::string& attributeName, double value);
|
H A D | render_svg_pattern.h | 60 bool SetProperty(const std::string& attributeName, double value);
|
H A D | render_svg_rect.h | 73 bool SetProperty(const std::string& attributeName, const Dimension& value);
|
H A D | render_svg_mask.h | 74 bool SetProperty(const std::string& attributeName, double value);
|
H A D | render_svg_text.h | 98 bool SetProperty(const std::string& attributeName, const Dimension& value);
|
/foundation/arkui/ace_engine/frameworks/core/components/declaration/svg/ |
H A D | svg_animate_declaration.h | 26 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 D | napi_data_utils.cpp | 353 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 D | algorithm_program.cpp | 69 int AlgorithmProgram::GetAttributeLocation(const std::string &attributeName)
in GetAttributeLocation() argument 71 return shader_->GetAttributeLocation(attributeName.c_str());
in GetAttributeLocation()
|
H A D | algorithm_program.h | 34 int GetAttributeLocation(const std::string &attributeName);
|
/foundation/distributeddatamgr/udmf/framework/jskitsimpl/common/ |
H A D | napi_data_utils.cpp | 432 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 D | arc_tdd_test.cpp | 211 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 D | image_module.h | 50 const char *attributeName,
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/svg/parse/ |
H A D | svg_animation.cpp | 136 attr.attributeName = val; in SetAttr() 182 SetAttributeName(animateAttr_.attributeName); in UpdateAttr()
|