Home
last modified time | relevance | path

Searched refs:CreateCjWindowObject (Results 1 – 4 of 4) 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()
60 auto windowImpl = CreateCjWindowObject(window); in GetMainWindow()
88 sptr<CJWindowImpl> windowImpl = CreateCjWindowObject(window); in CreateSubWindow()
H A Dwindow_manager_impl.cpp72 auto instance = CreateCjWindowObject(window); in CreateNewSystemWindow()
136 sptr<CJWindowImpl> newWindow = CreateCjWindowObject(window); in FindWindow()
H A Dwindow_impl.h118 sptr<CJWindowImpl> CreateCjWindowObject(sptr<Window>& window);
H A Dwindow_impl.cpp44 sptr<CJWindowImpl> CreateCjWindowObject(sptr<Window>& window) in CreateCjWindowObject() function