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