Home
last modified time | relevance | path

Searched refs:setAttribute (Results 1 - 6 of 6) sorted by relevance

/foundation/arkui/ace_engine/test/unittest/interfaces/
H A Dnative_node_test.cpp143 nodeAPI->setAttribute(rootNode, NODE_WIDTH, &item); in HWTEST_F()
147 nodeAPI->setAttribute(rootNode, NODE_HEIGHT, &item); in HWTEST_F()
152 nodeAPI->setAttribute(rootNode, NODE_BACKGROUND_COLOR, &item); in HWTEST_F()
158 nodeAPI->setAttribute(rootNode, NODE_BACKGROUND_IMAGE, &item); in HWTEST_F()
162 nodeAPI->setAttribute(rootNode, NODE_PADDING, &item); in HWTEST_F()
165 nodeAPI->setAttribute(rootNode, NODE_PADDING, &item4); in HWTEST_F()
169 nodeAPI->setAttribute(rootNode, NODE_MARGIN, &item); in HWTEST_F()
172 nodeAPI->setAttribute(rootNode, NODE_MARGIN, &item4); in HWTEST_F()
177 ret1 = nodeAPI->setAttribute(rootNode, NODE_ID, &item); in HWTEST_F()
183 nodeAPI->setAttribute(rootNod in HWTEST_F()
[all...]
/foundation/arkui/ace_engine/interfaces/native/node/
H A Dnative_compatible.h376 int32_t (*setAttribute)(ArkUI_NodeHandle node, ArkUI_NodeAttributeType attribute, const ArkUI_AttributeItem* item); member
/foundation/arkui/ace_engine/interfaces/native/
H A Dnative_node.h129 * @brief Defines the general input parameter structure of the {@link setAttribute} function.
6769 int32_t (*setAttribute)(ArkUI_NodeHandle node, ArkUI_NodeAttributeType attribute, const ArkUI_AttributeItem* item); member
/foundation/multimedia/image_framework/plugins/common/libs/image/libsvgplugin/src/
H A Dsvg_decoder.cpp464 node->setAttribute(colorAttr.c_str(), color.c_str()); in SetSVGColor()
/foundation/arkui/ace_engine/frameworks/core/interfaces/cjui/
H A Dcjui_api.h3300 void (*setAttribute)(ArkUINodeHandle node, ArkUI_CharPtr attribute, ArkUI_CharPtr value); member
/foundation/arkui/ace_engine/frameworks/core/interfaces/arkoala/
H A Darkoala_api.h5132 void (*setAttribute)(ArkUINodeHandle node, ArkUI_CharPtr attribute, ArkUI_CharPtr value); member

Completed in 49 milliseconds