Home
last modified time | relevance | path

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

/foundation/arkui/ace_engine/interfaces/native/
H A Dnative_node.h3058 NODE_BUTTON_LABEL = MAX_NODE_SCOPE_NUM * ARKUI_NODE_BUTTON, enumerator
/foundation/arkui/ace_engine/test/unittest/interfaces/
H A Dnative_node_test.cpp2140 nodeAPI->setAttribute(rootNode, NODE_BUTTON_LABEL, &item); in HWTEST_F()
2141 EXPECT_NE(nodeAPI->getAttribute(rootNode, NODE_BUTTON_LABEL), nullptr); in HWTEST_F()
2156 EXPECT_EQ(nodeAPI->resetAttribute(rootNode, NODE_BUTTON_LABEL), ARKUI_ERROR_CODE_NO_ERROR); in HWTEST_F()
4059 EXPECT_EQ(nodeAPI->setAttribute(rootNode, NODE_BUTTON_LABEL, nullptr), ARKUI_ERROR_CODE_PARAM_INVALID); in HWTEST_F()
4060 EXPECT_EQ(nodeAPI->setAttribute(rootNode, NODE_BUTTON_LABEL, &item0), ARKUI_ERROR_CODE_PARAM_INVALID); in HWTEST_F()

Completed in 21 milliseconds