Home
last modified time | relevance | path

Searched defs:TestWindowInfo (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/multimodalinput/input/test/unittest/common/include/
H A Dwindow_utils_test.h38 struct TestWindowInfo { struct
50 sptr<Rosen::Window> CreateWindow(const TestWindowInfo& info); argument
/ohos5.0/foundation/window/window_manager/test/systemtest/wms/
H A Dwindow_test_utils.h37 struct TestWindowInfo { struct
38 std::string name;
39 Rect rect;
40 WindowType type;
41 WindowMode mode;
65 static sptr<Window> CreateTestWindow(const TestWindowInfo& info); argument