Home
last modified time | relevance | path

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

/foundation/window/window_manager/test/systemtest/dms/
H A Dscreen_gamut_test.cpp143 constexpr int32_t invalidColorGamutIndex = -1; // index < 0 in HWTEST_F() local
144 ret = defaultScreen_->SetScreenColorGamut(invalidColorGamutIndex); in HWTEST_F()
172 const int32_t invalidColorGamutIndex = static_cast<int32_t>(colorGamuts.size()); // index >= size in HWTEST_F() local
173 ret = defaultScreen_->SetScreenColorGamut(invalidColorGamutIndex); in HWTEST_F()

Completed in 2 milliseconds