Searched refs:NODE_BRIGHTNESS (Results 1 - 2 of 2) sorted by relevance
/foundation/arkui/ace_engine/interfaces/native/ |
H A D | native_node.h | 319 NODE_BRIGHTNESS,
enumerator
|
/foundation/arkui/ace_engine/test/unittest/interfaces/ |
H A D | native_node_test.cpp | 211 nodeAPI->setAttribute(rootNode, NODE_BRIGHTNESS, &item); in HWTEST_F() 212 auto brightnessVal = nodeAPI->getAttribute(rootNode, NODE_BRIGHTNESS); in HWTEST_F() 886 EXPECT_EQ(nodeAPI->resetAttribute(rootNode, NODE_BRIGHTNESS), ARKUI_ERROR_CODE_NO_ERROR); in HWTEST_F() 3433 EXPECT_EQ(nodeAPI->setAttribute(rootNode, NODE_BRIGHTNESS, &item0), ARKUI_ERROR_CODE_PARAM_INVALID); in HWTEST_F() 3434 EXPECT_EQ(nodeAPI->setAttribute(rootNode, NODE_BRIGHTNESS, &item), ARKUI_ERROR_CODE_PARAM_INVALID); in HWTEST_F()
|
Completed in 20 milliseconds