Home
last modified time | relevance | path

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

/drivers/peripheral/battery/interfaces/hdi_service/test/systemtest/src/
H A Dbattery_sys_test.cpp55 uint32_t maxRgb = (255 << 16) | (255 << 8) | 255; in HWTEST_F() local
63 // The value ranges from 0 to maxRgb in HWTEST_F()
64 ASSERT_TRUE(lightConf[i].rgb >= 0 && lightConf[i].rgb <= maxRgb); in HWTEST_F()

Completed in 1 milliseconds