Searched refs:StopScreens (Results 1 - 6 of 6) sorted by relevance
/foundation/window/window_manager/dmserver/test/unittest/ |
H A D | abstract_screen_controller_test.cpp | 172 ASSERT_EQ(DMError::DM_OK, absController_->StopScreens(screens, ScreenCombination::SCREEN_MIRROR)); in HWTEST_F() 184 ASSERT_EQ(DMError::DM_OK, absController_->StopScreens(screens, ScreenCombination::SCREEN_MIRROR)); in HWTEST_F() 198 ASSERT_EQ(DMError::DM_OK, absController_->StopScreens(screens, ScreenCombination::SCREEN_MIRROR)); in HWTEST_F() 212 ASSERT_EQ(DMError::DM_OK, absController_->StopScreens(screens, ScreenCombination::SCREEN_MIRROR)); in HWTEST_F() 226 ASSERT_EQ(DMError::DM_OK, absController_->StopScreens(screens, ScreenCombination::SCREEN_MIRROR)); in HWTEST_F() 745 ASSERT_EQ(DMError::DM_OK, absController_->StopScreens(screenIds, ScreenCombination::SCREEN_EXPAND)); in HWTEST_F() 764 ASSERT_EQ(DMError::DM_OK, absController_->StopScreens(screenIds, ScreenCombination::SCREEN_EXPAND)); in HWTEST_F() 1107 * @tc.name: StopScreens 1108 * @tc.desc: StopScreens test 1111 HWTEST_F(AbstractScreenControllerTest, StopScreens, Functio [all...] |
/foundation/window/window_manager/dmserver/include/ |
H A D | abstract_screen_controller.h | 74 DMError StopScreens(const std::vector<ScreenId>& screenIds, ScreenCombination stopCombination);
|
/foundation/window/window_manager/dmserver/src/ |
H A D | display_manager_service.cpp | 573 DMError ret = abstractScreenController_->StopScreens(allMirrorScreenIds, ScreenCombination::SCREEN_MIRROR);
in StopMirror() 744 DMError ret = abstractScreenController_->StopScreens(allExpandScreenIds, ScreenCombination::SCREEN_EXPAND);
in StopExpand()
|
H A D | abstract_screen_controller.cpp | 1113 DMError AbstractScreenController::StopScreens(const std::vector<ScreenId>& screenIds, ScreenCombination stopCombination)
in StopScreens() function in OHOS::Rosen::AbstractScreenController
|
/foundation/window/window_manager/window_scene/screen_session_manager/include/ |
H A D | screen_session_manager.h | 172 DMError StopScreens(const std::vector<ScreenId>& screenIds, ScreenCombination stopCombination);
|
/foundation/window/window_manager/window_scene/screen_session_manager/src/ |
H A D | screen_session_manager.cpp | 3270 DMError ret = StopScreens(allMirrorScreenIds, ScreenCombination::SCREEN_MIRROR); in StopMirror() 3280 DMError ScreenSessionManager::StopScreens(const std::vector<ScreenId>& screenIds, ScreenCombination stopCombination) in StopScreens() function in OHOS::Rosen::ScreenSessionManager 3283 TLOGI(WmsLogTag::DMS, "StopScreens ScreenId: %{public}" PRIu64"", screenId); in StopScreens() 3286 TLOGW(WmsLogTag::DMS, "StopScreens screen:%{public}" PRIu64" is nullptr", screenId); in StopScreens() 3291 TLOGW(WmsLogTag::DMS, "StopScreens groupDmsId:%{public}" PRIu64"is not in smsScreenGroupMap_", in StopScreens() 3296 TLOGW(WmsLogTag::DMS, "StopScreens try to stop screen in another combination"); in StopScreens() 3301 TLOGW(WmsLogTag::DMS, "StopScreens try to stop main mirror screen"); in StopScreens() 3550 DMError ret = StopScreens(allExpandScreenIds, ScreenCombination::SCREEN_EXPAND); in StopExpand()
|
Completed in 17 milliseconds