Searched refs:NODE_BLEND_MODE (Results 1 - 2 of 2) sorted by relevance
/foundation/arkui/ace_engine/interfaces/native/ |
H A D | native_node.h | 1081 NODE_BLEND_MODE,
enumerator
|
/foundation/arkui/ace_engine/test/unittest/interfaces/ |
H A D | native_node_test.cpp | 622 nodeAPI->setAttribute(rootNode, NODE_BLEND_MODE, &item2); in HWTEST_F() 623 auto blendModeVal = nodeAPI->getAttribute(rootNode, NODE_BLEND_MODE); in HWTEST_F() 922 EXPECT_EQ(nodeAPI->resetAttribute(rootNode, NODE_BLEND_MODE), ARKUI_ERROR_CODE_NO_ERROR); in HWTEST_F() 3511 EXPECT_EQ(nodeAPI->setAttribute(rootNode, NODE_BLEND_MODE, &item0), ARKUI_ERROR_CODE_PARAM_INVALID); in HWTEST_F() 3512 EXPECT_EQ(nodeAPI->setAttribute(rootNode, NODE_BLEND_MODE, &itemEnum), ARKUI_ERROR_CODE_PARAM_INVALID); in HWTEST_F() 3615 EXPECT_EQ(nodeAPI->setAttribute(rootNode, NODE_BLEND_MODE, &itemEnum4), ARKUI_ERROR_CODE_PARAM_INVALID); in HWTEST_F()
|
Completed in 20 milliseconds