Home
last modified time | relevance | path

Searched refs:platformWindow_ (Results 1 - 3 of 3) sorted by relevance

/foundation/arkui/ace_engine/frameworks/core/common/
H A Dwindow.cpp21 Window::Window(std::unique_ptr<PlatformWindow> platformWindow) : platformWindow_(std::move(platformWindow)) in Window()
23 CHECK_NULL_VOID(platformWindow_); in Window()
25 platformWindow_->RegisterVsyncCallback(callback); in Window()
34 if (!isRequestVsync_ && platformWindow_ != nullptr) { in RequestFrame()
35 platformWindow_->RequestFrame(); in RequestFrame()
42 CHECK_NULL_VOID(platformWindow_); in SetRootRenderNode()
43 platformWindow_->SetRootRenderNode(root); in SetRootRenderNode()
71 if (platformWindow_ != nullptr) { in SetUiDvsyncSwitch()
72 platformWindow_->SetUiDvsyncSwitch(dvsyncSwitch); in SetUiDvsyncSwitch()
H A Dwindow.h61 platformWindow_->Destroy(); in Destroy()
62 platformWindow_.reset(); in Destroy()
231 std::unique_ptr<PlatformWindow> platformWindow_; member in OHOS::OHOS::Ace::Window
/foundation/arkui/ace_engine/test/mock/core/common/
H A Dmock_window.cpp19 Window::Window(std::unique_ptr<PlatformWindow> platformWindow) : platformWindow_(std::move(platformWindow)) {} in Window()

Completed in 2 milliseconds