Home
last modified time | relevance | path

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

/foundation/window/window_manager/wm/src/
H A Dwindow.cpp40 sptr<WindowSessionImpl> windowSessionImpl = nullptr; in CreateWindowWithSession() local
43 windowSessionImpl = sptr<WindowSceneSessionImpl>::MakeSptr(option); in CreateWindowWithSession()
46 windowSessionImpl = sptr<WindowExtensionSessionImpl>::MakeSptr(option); in CreateWindowWithSession()
48 if (windowSessionImpl == nullptr) { in CreateWindowWithSession()
49 WLOGFE("malloc windowSessionImpl failed"); in CreateWindowWithSession()
53 windowSessionImpl->SetWindowType(option->GetWindowType()); in CreateWindowWithSession()
54 WMError error = windowSessionImpl->Create(context, iSession, identityToken); in CreateWindowWithSession()
60 return windowSessionImpl; in CreateWindowWithSession()
156 sptr<WindowSessionImpl> windowSessionImpl = sptr<WindowSceneSessionImpl>::MakeSptr(option); in CreatePiP() local
157 if (windowSessionImpl in CreatePiP()
[all...]

Completed in 1 milliseconds