Home
last modified time | relevance | path

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

/foundation/window/window_manager/wm/src/
H A Dwindow_adapter_lite.cpp137 windowManagerServiceProxy_ = SessionManagerLite::GetInstance().GetSceneSessionManagerLiteProxy(); in InitSSMProxy()
138 if (!windowManagerServiceProxy_ || !windowManagerServiceProxy_->AsObject()) { in InitSSMProxy()
147 sptr<IRemoteObject> remoteObject = windowManagerServiceProxy_->AsObject(); in InitSSMProxy()
175 if (windowManagerServiceProxy_ != nullptr && windowManagerServiceProxy_->AsObject() != nullptr) { in ClearWindowAdapter()
176 windowManagerServiceProxy_->AsObject()->RemoveDeathRecipient(wmsDeath_); in ClearWindowAdapter()
179 windowManagerServiceProxy_ = nullptr; in ClearWindowAdapter()
286 return windowManagerServiceProxy_; in GetWindowManagerServiceProxy()
H A Dwindow_adapter.cpp297 windowManagerServiceProxy_ = iface_cast<IWindowManager>(remoteObject); in InitWMSProxy()
298 if (!windowManagerServiceProxy_ || !windowManagerServiceProxy_->AsObject()) { in InitWMSProxy()
378 if (!windowManagerServiceProxy_ || !windowManagerServiceProxy_->AsObject()) { in ReregisterWindowManagerAgent()
386 if (windowManagerServiceProxy_->RegisterWindowManagerAgent(it.first, agent) != WMError::WM_OK) { in ReregisterWindowManagerAgent()
405 windowManagerServiceProxy_ = SessionManager::GetInstance().GetSceneSessionManagerProxy(); in InitSSMProxy()
406 if (!windowManagerServiceProxy_ || !windowManagerServiceProxy_->AsObject()) { in InitSSMProxy()
415 sptr<IRemoteObject> remoteObject = windowManagerServiceProxy_ in InitSSMProxy()
[all...]
/foundation/window/window_manager/wm/test/unittest/
H A Dwindow_adapter_test.cpp114 windowAdapter.windowManagerServiceProxy_ = nullptr; in HWTEST_F()
493 windowAdapter.windowManagerServiceProxy_ = nullptr; in HWTEST_F()
510 windowAdapter.windowManagerServiceProxy_ = nullptr; in HWTEST_F()
578 windowAdapter.windowManagerServiceProxy_ = nullptr; in HWTEST_F()
592 windowAdapter.windowManagerServiceProxy_ = nullptr; in HWTEST_F()
608 windowAdapter.windowManagerServiceProxy_ = nullptr; in HWTEST_F()
639 windowAdapter.windowManagerServiceProxy_ = nullptr; in HWTEST_F()
/foundation/window/window_manager/wm/include/
H A Dwindow_adapter_lite.h70 sptr<IWindowManagerLite> windowManagerServiceProxy_ = nullptr; member in OHOS::Rosen::WindowAdapterLite
H A Dwindow_adapter.h161 sptr<IWindowManager> windowManagerServiceProxy_ = nullptr; member in OHOS::Rosen::WindowAdapter

Completed in 9 milliseconds