Home
last modified time | relevance | path

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

/ohos5.0/foundation/window/window_manager/wmserver/src/
H A Ddrag_controller.cpp251 auto iter = vsyncStationMap_.find(windowId); in HandleWindowRemovedOrDestroyed()
252 if (iter != vsyncStationMap_.end()) { in HandleWindowRemovedOrDestroyed()
255 vsyncStationMap_.erase(windowId); in HandleWindowRemovedOrDestroyed()
543 auto iter = vsyncStationMap_.find(windowId); in GetVsyncStationByWindowId()
544 if (iter != vsyncStationMap_.end()) { in GetVsyncStationByWindowId()
568 vsyncStationMap_.emplace(windowId, vsyncStation); in GetVsyncStationByWindowId()
/ohos5.0/foundation/window/window_manager/wmserver/test/unittest/
H A Ddrag_controller_test.cpp229 moveDragController_->vsyncStationMap_.emplace(windowId, vsyncStation);
263 moveDragController_->vsyncStationMap_.emplace(windowId, vsyncStation);
277 moveDragController_->vsyncStationMap_.clear();
/ohos5.0/foundation/window/window_manager/wmserver/include/
H A Ddrag_controller.h111 std::map<NodeId, std::shared_ptr<VsyncStation>> vsyncStationMap_; variable