Home
last modified time | relevance | path

Searched refs:stopCombination (Results 1 - 5 of 5) sorted by relevance

/foundation/window/window_manager/dmserver/test/unittest/
H A Dabstract_screen_controller_test.cpp1114 ScreenCombination stopCombination = ScreenCombination::SCREEN_ALONE; in HWTEST_F() local
1115 DMError ret = absController_->StopScreens(screenIds, stopCombination); in HWTEST_F()
1119 ret = absController_->StopScreens(screenIds, stopCombination); in HWTEST_F()
1123 ret = absController_->StopScreens(screenIds, stopCombination); in HWTEST_F()
1127 ret = absController_->StopScreens(screenIds, stopCombination); in HWTEST_F()
1131 stopCombination = ScreenCombination::SCREEN_MIRROR; in HWTEST_F()
1132 ret = absController_->StopScreens(screenIds, stopCombination); in HWTEST_F()
/foundation/window/window_manager/dmserver/include/
H A Dabstract_screen_controller.h74 DMError StopScreens(const std::vector<ScreenId>& screenIds, ScreenCombination stopCombination);
/foundation/window/window_manager/window_scene/screen_session_manager/include/
H A Dscreen_session_manager.h172 DMError StopScreens(const std::vector<ScreenId>& screenIds, ScreenCombination stopCombination);
/foundation/window/window_manager/dmserver/src/
H A Dabstract_screen_controller.cpp1113 DMError AbstractScreenController::StopScreens(const std::vector<ScreenId>& screenIds, ScreenCombination stopCombination) in StopScreens() argument
1133 if (screenGroup->combination_ != stopCombination) { in StopScreens()
/foundation/window/window_manager/window_scene/screen_session_manager/src/
H A Dscreen_session_manager.cpp3280 DMError ScreenSessionManager::StopScreens(const std::vector<ScreenId>& screenIds, ScreenCombination stopCombination) in StopScreens() argument
3295 if (screenGroup->combination_ != stopCombination) { in StopScreens()

Completed in 17 milliseconds