Searched refs:NODE_VISIBILITY (Results 1 - 2 of 2) sorted by relevance
/foundation/arkui/ace_engine/interfaces/native/ |
H A D | native_node.h | 495 NODE_VISIBILITY,
enumerator
|
/foundation/arkui/ace_engine/test/unittest/interfaces/ |
H A D | native_node_test.cpp | 346 nodeAPI->setAttribute(rootNode, NODE_VISIBILITY, &item); in HWTEST_F() 347 auto visibilityVal = nodeAPI->getAttribute(rootNode, NODE_VISIBILITY); in HWTEST_F() 897 EXPECT_EQ(nodeAPI->resetAttribute(rootNode, NODE_VISIBILITY), ARKUI_ERROR_CODE_NO_ERROR); in HWTEST_F() 3461 EXPECT_EQ(nodeAPI->setAttribute(rootNode, NODE_VISIBILITY, &item0), ARKUI_ERROR_CODE_PARAM_INVALID); in HWTEST_F() 3462 EXPECT_EQ(nodeAPI->setAttribute(rootNode, NODE_VISIBILITY, &itemEnum), ARKUI_ERROR_CODE_PARAM_INVALID); in HWTEST_F() 3649 EXPECT_EQ(nodeAPI->setAttribute(rootNode, NODE_VISIBILITY, &itemEnum), ARKUI_ERROR_CODE_PARAM_INVALID); in HWTEST_F()
|
Completed in 18 milliseconds