Home
last modified time | relevance | path

Searched refs:onlySelf (Results 1 – 13 of 13) sorted by relevance

/ohos5.0/foundation/window/window_manager/wmserver/src/
H A Dwindow_node_state_machine.cpp36 void WindowNodeStateMachine::SetDestroyTaskParam(bool onlySelf) in SetDestroyTaskParam() argument
38 destroyOnlySelf_ = destroyOnlySelf_ && onlySelf; in SetDestroyTaskParam()
H A Dwindow_manager_service.cpp1019 WMError WindowManagerService::DestroyWindow(uint32_t windowId, bool onlySelf) in DestroyWindow() argument
1025 auto task = [this, windowId, onlySelf]() { in DestroyWindow()
1030 node->stateMachine_.SetDestroyTaskParam(onlySelf); in DestroyWindow()
H A Dwindow_root.cpp1103 WMError WindowRoot::DestroyWindow(uint32_t windowId, bool onlySelf) in DestroyWindow() argument
1110 WLOGI("windowId %{public}u, onlySelf:%{public}u.", windowId, onlySelf); in DestroyWindow()
1121 if (onlySelf) { in DestroyWindow()
H A Dwindow_controller.cpp646 WMError WindowController::DestroyWindow(uint32_t windowId, bool onlySelf) in DestroyWindow() argument
656 WMError res = windowRoot_->DestroyWindow(windowId, onlySelf); in DestroyWindow()
/ohos5.0/foundation/window/window_manager/wmserver/include/
H A Dwindow_node_state_machine.h67 void SetDestroyTaskParam(bool onlySelf);
H A Dwindow_controller.h49 WMError DestroyWindow(uint32_t windowId, bool onlySelf);
H A Dwindow_root.h55 WMError DestroyWindow(uint32_t windowId, bool onlySelf);
H A Dwindow_manager_service.h100 WMError DestroyWindow(uint32_t windowId, bool onlySelf = false) override;
/ohos5.0/foundation/window/window_manager/wmserver/include/zidl/
H A Dwindow_manager_proxy.h39 WMError DestroyWindow(uint32_t windowId, bool onlySelf = false) override;
H A Dwindow_manager_interface.h100 virtual WMError DestroyWindow(uint32_t windowId, bool onlySelf = false) = 0;
/ohos5.0/foundation/window/window_manager/wmserver/test/unittest/
H A Dwindow_manager_stub_impl.h39 WMError DestroyWindow(uint32_t windowId, bool onlySelf = false)
H A Dwindow_root_test.cpp1360 bool onlySelf = false; variable
1361 auto ret = windowRoot_->DestroyWindow(windowId, onlySelf);
/ohos5.0/foundation/window/window_manager/window_scene/session_manager/include/zidl/
H A Dscene_session_manager_interface.h180 …WMError DestroyWindow(uint32_t windowId, bool onlySelf = false) override { return WMError::WM_OK; }