Searched refs:needNotifyServer (Results 1 – 8 of 8) sorted by relevance
/ohos5.0/foundation/window/window_manager/wm/include/ |
H A D | window_scene_session_impl.h | 32 WMError Destroy(bool needNotifyServer, bool needClearListener = true) override; 205 WMError DestroyInner(bool needNotifyServer);
|
H A D | window_extension_session_impl.h | 73 WMError Destroy(bool needNotifyServer, bool needClearListener = true) override;
|
H A D | window_impl.h | 400 WMError Destroy(bool needNotifyServer, bool needClearListener = true);
|
H A D | window_session_impl.h | 80 virtual WMError Destroy(bool needNotifyServer, bool needClearListener = true);
|
/ohos5.0/foundation/window/window_manager/wm/src/ |
H A D | window_extension_session_impl.cpp | 182 WMError WindowExtensionSessionImpl::Destroy(bool needNotifyServer, bool needClearListener) in Destroy() argument 185 … "needClearListener: %{public}d", GetPersistentId(), state_, needNotifyServer, needClearListener); in Destroy()
|
H A D | window_scene_session_impl.cpp | 1355 WMError WindowSceneSessionImpl::DestroyInner(bool needNotifyServer) in DestroyInner() argument 1358 if (!WindowHelper::IsMainWindow(GetType()) && needNotifyServer) { in DestroyInner() 1413 WMError WindowSceneSessionImpl::Destroy(bool needNotifyServer, bool needClearListener) in Destroy() argument 1420 … "needClearListener: %{public}d", GetPersistentId(), state_, needNotifyServer, needClearListener); in Destroy() 1427 auto ret = DestroyInner(needNotifyServer); in Destroy()
|
H A D | window_impl.cpp | 1571 WMError WindowImpl::Destroy(bool needNotifyServer, bool needClearListener) in Destroy() argument 1579 if (needNotifyServer) { in Destroy()
|
H A D | window_session_impl.cpp | 672 WMError WindowSessionImpl::Destroy(bool needNotifyServer, bool needClearListener) in Destroy() argument 675 … "needClearListener: %{public}d", GetPersistentId(), state_, needNotifyServer, needClearListener); in Destroy()
|