Home
last modified time | relevance | path

Searched defs:NotifyWindowAttachStateChange (Results 1 – 4 of 4) sorted by relevance

/foundation/window/window_manager/window_scene/session/container/include/zidl/
Dsession_stage_interface.h182 virtual WSError NotifyWindowAttachStateChange(bool isAttach) { return WSError::WS_DO_NOTHING; } in NotifyWindowAttachStateChange() function
/foundation/window/window_manager/wm/include/
Dwindow_session_impl.h657 WSError NotifyWindowAttachStateChange(bool isAttach) override { return WSError::WS_OK; } in NotifyWindowAttachStateChange() function
/foundation/window/window_manager/window_scene/session/container/src/zidl/
Dsession_stage_proxy.cpp1403 WSError SessionStageProxy::NotifyWindowAttachStateChange(bool isAttach) in NotifyWindowAttachStateChange() function in OHOS::Rosen::SessionStageProxy
/foundation/window/window_manager/wm/src/
Dwindow_scene_session_impl.cpp4403 WSError WindowSceneSessionImpl::NotifyWindowAttachStateChange(bool isAttach) in NotifyWindowAttachStateChange() function in OHOS::Rosen::WindowSceneSessionImpl