Searched refs:vsyncStationMap_ (Results 1 – 3 of 3) sorted by relevance
251 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()
229 moveDragController_->vsyncStationMap_.emplace(windowId, vsyncStation);263 moveDragController_->vsyncStationMap_.emplace(windowId, vsyncStation);277 moveDragController_->vsyncStationMap_.clear();
111 std::map<NodeId, std::shared_ptr<VsyncStation>> vsyncStationMap_; variable