Home
last modified time | relevance | path

Searched refs:idToSoloistMap_ (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_client/core/ui/
H A Drs_ui_display_soloist.cpp432 for (auto it = idToSoloistMap_.begin(); it != idToSoloistMap_.end();) { in VsyncCallbackInner()
434 it = idToSoloistMap_.erase(it); in VsyncCallbackInner()
498 if (!idToSoloistMap_.count(id)) { in Start()
504 idToSoloistMap_[id]->RequestNextVSync(); in Start()
514 if (!idToSoloistMap_.count(id)) { in Stop()
519 idToSoloistMap_[id]->RequestNextVSync(); in Stop()
529 if (idToSoloistMap_.count(id)) { in RemoveSoloist()
543 if (!idToSoloistMap_.count(id)) { in InsertOnVsyncCallback()
555 if (!idToSoloistMap_.count(id)) { in InsertFrameRateRange()
566 if (!idToSoloistMap_.count(id)) { in InsertUseExclusiveThreadFlag()
[all …]
H A Drs_ui_display_soloist.h179 IdToSoloistMapType idToSoloistMap_; variable