Home
last modified time | relevance | path

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

/ohos5.0/foundation/window/window_manager/wmserver/include/
H A Ddrag_controller.h100 std::shared_ptr<VsyncStation> GetVsyncStationByWindowId(uint32_t windowId);
/ohos5.0/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
/ohos5.0/foundation/window/window_manager/wmserver/test/unittest/
H A Ddrag_controller_test.cpp264 …std::shared_ptr<VsyncStation> vsyncStationRes = moveDragController_->GetVsyncStationByWindowId(win…
279 …std::shared_ptr<VsyncStation> vsyncStation = moveDragController_->GetVsyncStationByWindowId(window…