Searched refs:onlySelf (Results 1 - 13 of 13) sorted by relevance
/foundation/window/window_manager/wmserver/src/ |
H A D | window_node_state_machine.cpp | 36 void WindowNodeStateMachine::SetDestroyTaskParam(bool onlySelf) in SetDestroyTaskParam() argument 38 destroyOnlySelf_ = destroyOnlySelf_ && onlySelf; in SetDestroyTaskParam()
|
H A D | window_manager_service.cpp | 1022 WMError WindowManagerService::DestroyWindow(uint32_t windowId, bool onlySelf) in DestroyWindow() argument 1028 auto task = [this, windowId, onlySelf]() { in DestroyWindow() 1033 node->stateMachine_.SetDestroyTaskParam(onlySelf); in DestroyWindow()
|
H A D | window_root.cpp | 1102 WMError WindowRoot::DestroyWindow(uint32_t windowId, bool onlySelf) in DestroyWindow() argument 1109 WLOGI("windowId %{public}u, onlySelf:%{public}u.", windowId, onlySelf); in DestroyWindow() 1120 if (onlySelf) { in DestroyWindow()
|
H A D | window_controller.cpp | 646 WMError WindowController::DestroyWindow(uint32_t windowId, bool onlySelf) in DestroyWindow() argument 656 WMError res = windowRoot_->DestroyWindow(windowId, onlySelf); in DestroyWindow()
|
/foundation/window/window_manager/wmserver/include/ |
H A D | window_node_state_machine.h | 67 void SetDestroyTaskParam(bool onlySelf);
|
H A D | window_root.h | 55 WMError DestroyWindow(uint32_t windowId, bool onlySelf);
|
H A D | window_controller.h | 49 WMError DestroyWindow(uint32_t windowId, bool onlySelf);
|
H A D | window_manager_service.h | 99 WMError DestroyWindow(uint32_t windowId, bool onlySelf = false) override;
|
/foundation/window/window_manager/wmserver/test/unittest/ |
H A D | window_manager_stub_impl.h | 39 WMError DestroyWindow(uint32_t windowId, bool onlySelf = false) in DestroyWindow()
|
H A D | window_root_test.cpp | 1360 bool onlySelf = false; in HWTEST_F() local 1361 auto ret = windowRoot_->DestroyWindow(windowId, onlySelf); in HWTEST_F()
|
/foundation/window/window_manager/wmserver/include/zidl/ |
H A D | window_manager_proxy.h | 39 WMError DestroyWindow(uint32_t windowId, bool onlySelf = false) override;
|
H A D | window_manager_interface.h | 100 virtual WMError DestroyWindow(uint32_t windowId, bool onlySelf = false) = 0;
|
/foundation/window/window_manager/window_scene/session_manager/include/zidl/ |
H A D | scene_session_manager_interface.h | 177 WMError DestroyWindow(uint32_t windowId, bool onlySelf = false) override { return WMError::WM_OK; }
|
Completed in 17 milliseconds