Home
last modified time | relevance | path

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

/ohos5.0/foundation/window/window_manager/test/systemtest/dms/
H A Dscreen_manager_test.cpp339 defaultOption_.isForShot_ = false;
358 defaultOption_.isForShot_ = false;
380 defaultOption_.isForShot_ = false;
400 defaultOption_.isForShot_ = false;
430 defaultOption_.isForShot_ = true;
467 defaultOption_.surface_ = nullptr;
468 defaultOption_.isForShot_ = true;
530 defaultOption_.isForShot_ = false;
1010 defaultOption_.isForShot_ = true;
1063 defaultOption_.isForShot_ = true;
[all …]
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_client/test/systemtest/
H A Drs_interfaces_virtual_screen_test.cpp45 static VirtualScreenOption defaultOption_; member in OHOS::Rosen::RSInterfacesVirtualScreenTest
57 VirtualScreenOption RSInterfacesVirtualScreenTest::defaultOption_ = { member in OHOS::Rosen::RSInterfacesVirtualScreenTest
68 defaultOption_.width_ = defaultWidth_; in SetUpTestCase()
69 defaultOption_.height_ = defaultHeight_; in SetUpTestCase()
94 defaultOption_.surface_ = utils.pSurface_;
95 defaultOption_.isForShot_ = false;
97 ScreenId virtualScreenId = ScreenManager::GetInstance().CreateVirtualScreen(defaultOption_);
H A Drs_interfaces_system_test.cpp45 static VirtualScreenOption defaultOption_; member in OHOS::Rosen::RSInterfacesSystemTest
57 VirtualScreenOption RSInterfacesSystemTest::defaultOption_ = { member in OHOS::Rosen::RSInterfacesSystemTest
69 defaultOption_.width_ = defaultWidth_; in SetUpTestCase()
70 defaultOption_.height_ = defaultHeight_; in SetUpTestCase()
95 defaultOption_.surface_ = utils.pSurface_;
96 defaultOption_.isForShot_ = false;
98 ScreenId virtualScreenId = ScreenManager::GetInstance().CreateVirtualScreen(defaultOption_);