Searched refs:NODE_PROGRESS_TOTAL (Results 1 - 2 of 2) sorted by relevance
/foundation/arkui/ace_engine/interfaces/native/ |
H A D | native_node.h | 3097 NODE_PROGRESS_TOTAL,
enumerator
|
/foundation/arkui/ace_engine/test/unittest/interfaces/ |
H A D | native_node_test.cpp | 2179 nodeAPI->setAttribute(rootNode, NODE_PROGRESS_TOTAL, &item); in HWTEST_F() 2184 EXPECT_EQ(nodeAPI->resetAttribute(rootNode, NODE_PROGRESS_TOTAL), ARKUI_ERROR_CODE_NO_ERROR); in HWTEST_F() 2189 EXPECT_NE(nodeAPI->getAttribute(rootNode, NODE_PROGRESS_TOTAL), nullptr); in HWTEST_F() 4082 EXPECT_EQ(nodeAPI->setAttribute(rootNode, NODE_PROGRESS_TOTAL, &item0), ARKUI_ERROR_CODE_PARAM_INVALID); in HWTEST_F() 4083 EXPECT_EQ(nodeAPI->setAttribute(rootNode, NODE_PROGRESS_TOTAL, &item), ARKUI_ERROR_CODE_PARAM_INVALID); in HWTEST_F()
|
Completed in 19 milliseconds