Searched refs:LIGHT_PLAYER_ID (Results 1 – 1 of 1) sorted by relevance
84 static constexpr int32_t LIGHT_PLAYER_ID = 2; variable10626 ASSERT_TRUE(controller.setLightPlayerId(lights[0].id, LIGHT_PLAYER_ID)); in TEST_F()10627 ASSERT_EQ(controller.getLightPlayerId(lights[0].id).value_or(-1), LIGHT_PLAYER_ID); in TEST_F()10668 ASSERT_TRUE(controller.setLightPlayerId(lights[0].id, LIGHT_PLAYER_ID)); in TEST_F()10669 ASSERT_EQ(controller.getLightPlayerId(lights[0].id).value_or(-1), LIGHT_PLAYER_ID); in TEST_F()