Home
last modified time | relevance | path

Searched refs:GetVsyncStationByWindowId (Results 1 - 3 of 3) sorted by relevance

/foundation/window/window_manager/wmserver/include/
H A Ddrag_controller.h101 std::shared_ptr<VsyncStation> GetVsyncStationByWindowId(uint32_t windowId);
/foundation/window/window_manager/wmserver/src/
H A Ddrag_controller.cpp286 auto vsyncStation = GetVsyncStationByWindowId(windowId); in ConsumePointerEvent()
539 std::shared_ptr<VsyncStation> MoveDragController::GetVsyncStationByWindowId(uint32_t windowId) in GetVsyncStationByWindowId() function in OHOS::Rosen::MoveDragController
/foundation/window/window_manager/wmserver/test/unittest/
H A Ddrag_controller_test.cpp254 * @tc.desc: GetVsyncStationByWindowId Test Succ
264 std::shared_ptr<VsyncStation> vsyncStationRes = moveDragController_->GetVsyncStationByWindowId(windowId); in HWTEST_F()
270 * @tc.desc: GetVsyncStationByWindowId Test Fail
279 std::shared_ptr<VsyncStation> vsyncStation = moveDragController_->GetVsyncStationByWindowId(windowId); in HWTEST_F()

Completed in 4 milliseconds