Home
last modified time | relevance | path

Searched refs:NODE_FLEX_GROW (Results 1 - 2 of 2) sorted by relevance

/foundation/arkui/ace_engine/interfaces/native/
H A Dnative_node.h1297 NODE_FLEX_GROW, enumerator
/foundation/arkui/ace_engine/test/unittest/interfaces/
H A Dnative_node_test.cpp2938 EXPECT_EQ(nodeAPI->setAttribute(childNode, NODE_FLEX_GROW, &item0), ARKUI_ERROR_CODE_PARAM_INVALID); in HWTEST_F()
2939 EXPECT_EQ(nodeAPI->setAttribute(childNode, NODE_FLEX_GROW, &itemFloat), ARKUI_ERROR_CODE_PARAM_INVALID); in HWTEST_F()
2942 EXPECT_EQ(nodeAPI->setAttribute(childNode, NODE_FLEX_GROW, &item), ARKUI_ERROR_CODE_NO_ERROR); in HWTEST_F()
2943 auto flexGrowVal = nodeAPI->getAttribute(childNode, NODE_FLEX_GROW); in HWTEST_F()
2985 EXPECT_EQ(nodeAPI->resetAttribute(childNode, NODE_FLEX_GROW), ARKUI_ERROR_CODE_NO_ERROR); in HWTEST_F()

Completed in 20 milliseconds