Home
last modified time | relevance | path

Searched refs:GetAllValidScreenIds (Results 1 - 6 of 6) sorted by relevance

/foundation/window/window_manager/dmserver/src/
H A Ddisplay_manager_service.cpp535 auto allMirrorScreenIds = abstractScreenController_->GetAllValidScreenIds(mirrorScreenIds); in MakeMirror()
567 auto allMirrorScreenIds = abstractScreenController_->GetAllValidScreenIds(mirrorScreenIds); in StopMirror()
699 auto allExpandScreenIds = abstractScreenController_->GetAllValidScreenIds(expandScreenIds); in MakeExpand()
738 auto allExpandScreenIds = abstractScreenController_->GetAllValidScreenIds(expandScreenIds); in StopExpand()
H A Dabstract_screen_controller.cpp87 std::vector<ScreenId> AbstractScreenController::GetAllValidScreenIds(const std::vector<ScreenId>& screenIds) const in GetAllValidScreenIds() function in OHOS::Rosen::AbstractScreenController
/foundation/window/window_manager/dmserver/include/
H A Dabstract_screen_controller.h53 std::vector<ScreenId> GetAllValidScreenIds(const std::vector<ScreenId>& screenIds) const;
/foundation/window/window_manager/dmserver/test/unittest/
H A Dabstract_screen_controller_test.cpp288 * @tc.name: GetAllValidScreenIds
289 * @tc.desc: GetAllValidScreenIds test
292 HWTEST_F(AbstractScreenControllerTest, GetAllValidScreenIds, Function | SmallTest | Level3) in HWTEST_F()
296 ASSERT_EQ(valid, absController_->GetAllValidScreenIds(screenIds)); in HWTEST_F()
/foundation/window/window_manager/window_scene/screen_session_manager/include/
H A Dscreen_session_manager.h153 std::vector<ScreenId> GetAllValidScreenIds(const std::vector<ScreenId>& screenIds) const;
/foundation/window/window_manager/window_scene/screen_session_manager/src/
H A Dscreen_session_manager.cpp3187 auto allMirrorScreenIds = GetAllValidScreenIds(mirrorScreenIds); in MakeMirror()
3263 auto allMirrorScreenIds = GetAllValidScreenIds(mirrorScreenIds); in StopMirror()
3481 auto allExpandScreenIds = GetAllValidScreenIds(screenId); in MakeExpand()
3543 auto allExpandScreenIds = GetAllValidScreenIds(expandScreenIds); in StopExpand()
4201 std::vector<ScreenId> ScreenSessionManager::GetAllValidScreenIds(const std::vector<ScreenId>& screenIds) const in GetAllValidScreenIds() function in OHOS::Rosen::ScreenSessionManager

Completed in 22 milliseconds