Home
last modified time | relevance | path

Searched refs:GetDisplayIdsDuringMoveDrag (Results 1 - 4 of 4) sorted by relevance

/foundation/window/window_manager/window_scene/test/unittest/
H A Dmove_drag_controller_test.cpp153 * @tc.name: GetDisplayIdsDuringMoveDrag
154 * @tc.desc: test function : GetDisplayIdsDuringMoveDrag
157 HWTEST_F(MoveDragControllerTest, GetDisplayIdsDuringMoveDrag, Function | SmallTest | Level1) in HWTEST_F()
159 std::set<uint64_t> res = moveDragController->GetDisplayIdsDuringMoveDrag(); in HWTEST_F()
208 ASSERT_EQ(true, moveDragController->GetDisplayIdsDuringMoveDrag().find(1) != in HWTEST_F()
209 moveDragController->GetDisplayIdsDuringMoveDrag().end()); in HWTEST_F()
1098 std::set<uint64_t> res = moveDragController->GetDisplayIdsDuringMoveDrag(); in HWTEST_F()
/foundation/window/window_manager/window_scene/session/host/include/
H A Dmove_drag_controller.h93 std::set<uint64_t> GetDisplayIdsDuringMoveDrag();
/foundation/window/window_manager/window_scene/session/host/src/
H A Dmove_drag_controller.cpp151 std::set<uint64_t> MoveDragController::GetDisplayIdsDuringMoveDrag() in GetDisplayIdsDuringMoveDrag() function in OHOS::Rosen::MoveDragController
H A Dscene_session.cpp2451 for (const auto displayId : moveDragController_->GetDisplayIdsDuringMoveDrag()) { in HandleMoveDragSurfaceNode()

Completed in 12 milliseconds