Home
last modified time | relevance | path

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

/foundation/arkui/ace_engine/interfaces/native/
H A Dnative_node.h319 NODE_BRIGHTNESS, enumerator
/foundation/arkui/ace_engine/test/unittest/interfaces/
H A Dnative_node_test.cpp211 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