Searched refs:NODE_SWEEP_GRADIENT (Results 1 - 2 of 2) sorted by relevance
/foundation/arkui/ace_engine/interfaces/native/ |
H A D | native_node.h | 945 NODE_SWEEP_GRADIENT,
enumerator
|
/foundation/arkui/ace_engine/test/unittest/interfaces/ |
H A D | native_node_test.cpp | 231 nodeAPI->setAttribute(rootNode, NODE_SWEEP_GRADIENT, &sweepGradientItem); in HWTEST_F() 233 nodeAPI->setAttribute(rootNode, NODE_SWEEP_GRADIENT, &sweepGradientItem); in HWTEST_F() 235 nodeAPI->setAttribute(rootNode, NODE_SWEEP_GRADIENT, &sweepGradientItem); in HWTEST_F() 237 nodeAPI->setAttribute(rootNode, NODE_SWEEP_GRADIENT, &sweepGradientItem); in HWTEST_F() 239 nodeAPI->setAttribute(rootNode, NODE_SWEEP_GRADIENT, &sweepGradientItem); in HWTEST_F() 241 nodeAPI->setAttribute(rootNode, NODE_SWEEP_GRADIENT, &sweepGradientItem); in HWTEST_F() 242 auto sweepGradientVal = nodeAPI->getAttribute(rootNode, NODE_SWEEP_GRADIENT); in HWTEST_F() 919 EXPECT_EQ(nodeAPI->resetAttribute(rootNode, NODE_SWEEP_GRADIENT), ARKUI_ERROR_CODE_NO_ERROR); in HWTEST_F() 3491 EXPECT_EQ(nodeAPI->setAttribute(rootNode, NODE_SWEEP_GRADIENT, &item0), ARKUI_ERROR_CODE_PARAM_INVALID); in HWTEST_F() 3492 EXPECT_EQ(nodeAPI->setAttribute(rootNode, NODE_SWEEP_GRADIENT, in HWTEST_F() [all...] |
Completed in 23 milliseconds