Home
last modified time | relevance | path

Searched refs:ArkUI_AttributeItem (Results 1 - 7 of 7) sorted by relevance

/foundation/arkui/ace_engine/interfaces/native/node/
H A Dstyle_modifier.cpp186 ArkUI_AttributeItem g_attributeItem = { g_numberValues, MAX_ATTRIBUTE_ITEM_LEN, nullptr, nullptr };
513 int32_t CheckAttributeItemArray(const ArkUI_AttributeItem* item, int32_t requiredAtLeastSize) in CheckAttributeItemArray()
642 bool CheckAttributeString(const ArkUI_AttributeItem* item) in CheckAttributeString()
651 bool CheckAttributeObject(const ArkUI_AttributeItem* item) in CheckAttributeObject()
660 bool CheckAttributeObjectAndSize(const ArkUI_AttributeItem* item) in CheckAttributeObjectAndSize()
669 bool ParseImages(const ArkUI_AttributeItem* item, ArkUIImageFrameInfo* imageInfos, ArkUI_NodeHandle node) in ParseImages()
697 bool CheckAttributeIndicator(const ArkUI_AttributeItem* item) in CheckAttributeIndicator()
710 bool CheckAnimation(const ArkUI_AttributeItem* item, int32_t size, int32_t animationIndexBase) in CheckAnimation()
732 void ParseAnimation(const ArkUI_AttributeItem* item, int32_t actualSize, ArkUIAnimationOptionType& animationOption, in ParseAnimation()
785 int32_t SetWidth(ArkUI_NodeHandle node, const ArkUI_AttributeItem* ite
[all...]
H A Dstyle_modifier.h26 int32_t SetNodeAttribute(ArkUI_NodeHandle node, ArkUI_NodeAttributeType type, const ArkUI_AttributeItem* item);
28 const ArkUI_AttributeItem* GetNodeAttribute(ArkUI_NodeHandle node, ArkUI_NodeAttributeType type);
H A Dnode_model.h51 ArkUI_AttributeItem* areaChangeRadio = nullptr;
135 int32_t SetAttribute(ArkUI_NodeHandle node, ArkUI_NodeAttributeType attribute, const ArkUI_AttributeItem* value);
136 const ArkUI_AttributeItem* GetAttribute(ArkUI_NodeHandle node, ArkUI_NodeAttributeType attribute);
H A Dnative_compatible.h376 int32_t (*setAttribute)(ArkUI_NodeHandle node, ArkUI_NodeAttributeType attribute, const ArkUI_AttributeItem* item);
390 const ArkUI_AttributeItem* (*getAttribute)(ArkUI_NodeHandle node, ArkUI_NodeAttributeType attribute);
H A Dnode_model.cpp283 int32_t SetAttribute(ArkUI_NodeHandle node, ArkUI_NodeAttributeType attribute, const ArkUI_AttributeItem* value) in SetAttribute()
305 const ArkUI_AttributeItem* GetAttribute(ArkUI_NodeHandle node, ArkUI_NodeAttributeType attribute) in GetAttribute()
348 ArkUI_AttributeItem* radio = nodePtr->areaChangeRadio; in RegisterNodeEvent()
349 radio = radio ? radio : static_cast<ArkUI_AttributeItem*>(userData); in RegisterNodeEvent()
/foundation/arkui/ace_engine/test/unittest/interfaces/
H A Dnative_node_test.cpp134 ArkUI_AttributeItem item = {value, sizeof(value) / sizeof(ArkUI_NumberValue)}; in HWTEST_F()
136 ArkUI_AttributeItem item2 = {value2, sizeof(value2) / sizeof(ArkUI_NumberValue)}; in HWTEST_F()
138 ArkUI_AttributeItem item3 = {value3, sizeof(value3) / sizeof(ArkUI_NumberValue)}; in HWTEST_F()
140 ArkUI_AttributeItem item4 = {value4, sizeof(value4) / sizeof(ArkUI_NumberValue)}; in HWTEST_F()
142 ArkUI_AttributeItem item5 = {value5, sizeof(value5) / sizeof(ArkUI_NumberValue)}; in HWTEST_F()
228 ArkUI_AttributeItem sweepGradientItem = {sweepGradient, sizeof(sweepGradient) / sizeof(ArkUI_NumberValue)}; in HWTEST_F()
246 ArkUI_AttributeItem radialGradientItem = {radialGradient, sizeof(radialGradient) / sizeof(ArkUI_NumberValue)}; in HWTEST_F()
397 ArkUI_AttributeItem transformItem = {transformVal, sizeof(transformVal) / sizeof(ArkUI_NumberValue)}; in HWTEST_F()
420 ArkUI_AttributeItem customShadowItem = {customShadowVal, sizeof(customShadowVal) / sizeof(ArkUI_NumberValue)}; in HWTEST_F()
461 ArkUI_AttributeItem backgroundBlurIte in HWTEST_F()
[all...]
/foundation/arkui/ace_engine/interfaces/native/
H A Dnative_node.h142 } ArkUI_AttributeItem; typedef
153 * Format of the {@link ArkUI_AttributeItem} parameter for setting the attribute:\n
156 * Format of the return value {@link ArkUI_AttributeItem}:\n
164 * Format of the {@link ArkUI_AttributeItem} parameter for setting the attribute:\n
167 * Format of the return value {@link ArkUI_AttributeItem}:\n
175 * Format of the {@link ArkUI_AttributeItem} parameter for setting the attribute:\n
178 * Format of the return value {@link ArkUI_AttributeItem}:\n
186 * Format of the {@link ArkUI_AttributeItem} parameter for setting the attribute:\n
191 * Format of the return value {@link ArkUI_AttributeItem}:\n
200 * There are two formats of {@link ArkUI_AttributeItem} fo
[all...]

Completed in 22 milliseconds