Searched refs:DrawWindowColor (Results 1 - 2 of 2) sorted by relevance
/foundation/window/window_manager/test/systemtest/dms/ |
H A D | display_manager_test.cpp | 56 bool DrawWindowColor(const sptr<Window>& window, uint32_t color, int32_t width, int32_t height); 110 DrawWindowColor(window, color, width, height); // 0x66000000 color_black in CreateWindow() 115 bool DisplayManagerTest::DrawWindowColor(const sptr<Window>& window, uint32_t color, int32_t width, int32_t height) in DrawWindowColor() function in OHOS::Rosen::DisplayManagerTest
|
H A D | screen_manager_test.cpp | 47 bool DrawWindowColor(const sptr<Window>& window, uint32_t color);
161 bool ScreenManagerTest::DrawWindowColor(const sptr<Window>& window, uint32_t color)
in DrawWindowColor() function in OHOS::Rosen::ScreenManagerTest 606 ASSERT_EQ(true, DrawWindowColor(window, COLOR_RED));
in HWTEST_F() 1043 ASSERT_EQ(true, DrawWindowColor(window, COLOR_RED));
in HWTEST_F()
|
Completed in 4 milliseconds