Searched refs:onlySelf (Results 1 – 13 of 13) sorted by relevance
/ohos5.0/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 | 1019 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 D | window_root.cpp | 1103 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 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()
|
/ohos5.0/foundation/window/window_manager/wmserver/include/ |
H A D | window_node_state_machine.h | 67 void SetDestroyTaskParam(bool onlySelf);
|
H A D | window_controller.h | 49 WMError DestroyWindow(uint32_t windowId, bool onlySelf);
|
H A D | window_root.h | 55 WMError DestroyWindow(uint32_t windowId, bool onlySelf);
|
H A D | window_manager_service.h | 100 WMError DestroyWindow(uint32_t windowId, bool onlySelf = false) override;
|
/ohos5.0/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;
|
/ohos5.0/foundation/window/window_manager/wmserver/test/unittest/ |
H A D | window_manager_stub_impl.h | 39 WMError DestroyWindow(uint32_t windowId, bool onlySelf = false)
|
H A D | window_root_test.cpp | 1360 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 D | scene_session_manager_interface.h | 180 …WMError DestroyWindow(uint32_t windowId, bool onlySelf = false) override { return WMError::WM_OK; }
|