Searched refs:CreateCjWindowObject (Results 1 – 4 of 4) sorted by relevance
37 sptr<CJWindowImpl> windowImpl = CreateCjWindowObject(window); in CreateCjSubWindowArrayObject()60 auto windowImpl = CreateCjWindowObject(window); in GetMainWindow()88 sptr<CJWindowImpl> windowImpl = CreateCjWindowObject(window); in CreateSubWindow()
72 auto instance = CreateCjWindowObject(window); in CreateNewSystemWindow()136 sptr<CJWindowImpl> newWindow = CreateCjWindowObject(window); in FindWindow()
118 sptr<CJWindowImpl> CreateCjWindowObject(sptr<Window>& window);
44 sptr<CJWindowImpl> CreateCjWindowObject(sptr<Window>& window) in CreateCjWindowObject() function