Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/pipeline/
H A Dpipeline_base.cpp691 for (auto& callback : subWindowVsyncCallbacks_) { in OnVsyncEvent()
920 subWindowVsyncCallbacks_.try_emplace(subWindowId, std::move(callback)); in SetSubWindowVsyncCallback()
972 subWindowVsyncCallbacks_.erase(subWindowId); in RemoveSubWindowVsyncCallback()
H A Dpipeline_base.h1519 std::unordered_map<int32_t, AceVsyncCallback> subWindowVsyncCallbacks_; variable