Home
last modified time | relevance | path

Searched refs:stars (Results 1 – 3 of 3) sorted by relevance

/system/utest/fidl-simple/
A Dspaceship_tests.c101 const uint32_t stars[3] = {11u, 0u, UINT32_MAX}; in spaceship_test() local
103 ASSERT_EQ(ZX_OK, fidl_test_spaceship_SpaceShipAdjustHeading(client, stars, 3, &result), ""); in spaceship_test()
109 const uint32_t stars[num_stars_overflow]; in spaceship_test() local
113 fidl_test_spaceship_SpaceShipAdjustHeading(client, stars, num_stars_overflow, &result), in spaceship_test()
A Dspaceship_tests.cpp124 const uint32_t stars[3] = {11u, 0u, UINT32_MAX}; in spaceship_test() local
127 fidl_test_spaceship_SpaceShipAdjustHeading(client.get(), stars, 3, &result)); in spaceship_test()
133 const uint32_t stars[kNumStarsOverflow] = {}; in spaceship_test() local
137 stars, in spaceship_test()
329 const uint32_t stars[3] = {11u, 0u, UINT32_MAX}; in spaceship_async_test() local
332 fidl_test_spaceship_SpaceShipAdjustHeading(client.get(), stars, 3, &result)); in spaceship_async_test()
A Dspaceship.fidl56 1: AdjustHeading(vector<uint32>:MaxStarsAdjustHeading stars) -> (int8 result);

Completed in 6 milliseconds