Home
last modified time | relevance | path

Searched defs:windowImpl (Results 1 – 13 of 13) sorted by relevance

/ohos5.0/foundation/window/window_manager/interfaces/kits/cj/window_runtime/
H A Dwindow_stage_impl.cpp37 sptr<CJWindowImpl> windowImpl = CreateCjWindowObject(window); in CreateCjSubWindowArrayObject() local
60 auto windowImpl = CreateCjWindowObject(window); in GetMainWindow() local
88 sptr<CJWindowImpl> windowImpl = CreateCjWindowObject(window); in CreateSubWindow() local
H A Dwindow_manager_impl.cpp127 sptr<CJWindowImpl> windowImpl = FindCjWindowObject(name); in FindWindow() local
H A Dwindow_impl.cpp51 sptr<CJWindowImpl> windowImpl = FindCjWindowObject(windowName); in CreateCjWindowObject() local
/ohos5.0/foundation/arkui/ui_lite/frameworks/window/
H A Dwindow.cpp37 WindowImpl* windowImpl = dynamic_cast<WindowImpl*>(window); in DestroyWindow() local
/ohos5.0/foundation/arkui/ui_lite/frameworks/core/
H A Drender_manager.cpp47 WindowImpl* windowImpl = reinterpret_cast<WindowImpl*>(winNode->data_); in Callback() local
191 WindowImpl* windowImpl = reinterpret_cast<WindowImpl*>(winNode->data_); in RefreshScreen() local
/ohos5.0/foundation/window/window_manager/interfaces/kits/napi/extension_window/
H A Djs_extension_window.cpp315 sptr<Window> windowImpl = win->GetWindow(); in LoadContentTask() local
458 sptr<Window> windowImpl = extensionWindow_->GetWindow(); in OnGetWindowPropertiesSync() local
494 sptr<Window> windowImpl = extWindow->GetWindow(); in OnDestroyWindow() local
521 sptr<Window> windowImpl = extensionWindow_->GetWindow(); in OnIsWindowShowingSync() local
548 sptr<Window> windowImpl = extWindow->GetWindow(); in OnShowWindow() local
725 const sptr<Window>& windowImpl) in OnRegisterRectChangeCallback()
763 sptr<Window> windowImpl = extensionWindow_->GetWindow(); in OnRegisterExtensionWindowCallback() local
801 sptr<Window> windowImpl = extensionWindow_->GetWindow(); in OnUnRegisterExtensionWindowCallback() local
853 sptr<Window> windowImpl = extensionWindow_->GetWindow(); in OnHideNonSecureWindows() local
887 sptr<Window> windowImpl = extensionWindow_->GetWindow(); in OnSetWaterMarkFlag() local
[all …]
/ohos5.0/foundation/window/window_manager/previewer/src/
H A Dwindow.cpp36 sptr<WindowImpl> windowImpl = new(std::nothrow) WindowImpl(option); in Create() local
/ohos5.0/foundation/window/window_manager/wmserver/test/unittest/
H A Dwindow_group_mgr_test.cpp79 sptr<WindowImpl> windowImpl = new WindowImpl(windowOption); in SetUpTestCase() local
H A Dwindow_manager_stub_test.cpp446 sptr<WindowImpl> windowImpl = new WindowImpl(windowOption); variable
478 sptr<WindowImpl> windowImpl = new WindowImpl(windowOption); variable
/ohos5.0/foundation/window/window_manager/interfaces/kits/napi/embeddable_window_stage/
H A Djs_embeddable_window_stage.cpp176 sptr<Window> windowImpl = windowExtensionSessionImpl_; in OnEvent() local
218 sptr<Window> windowImpl = windowExtensionSessionImpl_; in OffEvent() local
263 sptr<Window> windowImpl, napi_env env, NapiAsyncTask& task, sptr<IRemoteObject> parentToken, in LoadContentTask()
/ohos5.0/foundation/window/window_manager/wm/src/
H A Dwindow.cpp99 sptr<WindowImpl> windowImpl = new(std::nothrow) WindowImpl(option); in Create() local
H A Dwindow_agent.cpp26 WindowAgent::WindowAgent(sptr<WindowImpl>& windowImpl) in WindowAgent()
/ohos5.0/foundation/window/window_manager/wm/test/unittest/
H A Dwindow_impl_test5.cpp1138 sptr<WindowImpl> windowImpl = new (std::nothrow) WindowImpl(option); variable
1168 sptr<WindowImpl> windowImpl = new (std::nothrow) WindowImpl(option); variable