Searched refs:ilm_takeScreenshot (Results 1 – 4 of 4) sorted by relevance
366 ilmErrorTypes ilm_takeScreenshot(t_ilm_uint screen, t_ilm_const_string filename);
551 TEST_F(IlmCommandTest, ilm_takeScreenshot) { in TEST_F() argument561 ASSERT_EQ(ILM_SUCCESS, ilm_takeScreenshot(0, outputFile)); in TEST_F()579 ASSERT_NE(ILM_SUCCESS, ilm_takeScreenshot(0xdeadbeef, outputFile)); in TEST_F()
154 ilmErrorTypes callResult = ilm_takeScreenshot(input->getUint("id"),
2347 ilm_takeScreenshot(t_ilm_uint screen, t_ilm_const_string filename) in ilm_takeScreenshot() function