Home
last modified time | relevance | path

Searched defs:isLayoutFullScreen (Results 1 – 16 of 16) sorted by relevance

/foundation/window/window_manager/interfaces/kits/cj/window_runtime/
Dwindow_utils.h56 bool isLayoutFullScreen; member
Dwindow_impl.cpp282 int32_t CJWindowImpl::SetWindowLayoutFullScreen(bool isLayoutFullScreen) in SetWindowLayoutFullScreen()
Dwindow_ffi.cpp191 int32_t FfiOHOSWindowSetWindowLayoutFullScreen(int64_t id, bool isLayoutFullScreen) in FfiOHOSWindowSetWindowLayoutFullScreen()
/foundation/window/window_manager/window_scene/session/host/include/zidl/
Dsession_interface.h72 virtual WSError OnLayoutFullScreenChange(bool isLayoutFullScreen) { return WSError::WS_OK; } in OnLayoutFullScreenChange()
/foundation/window/window_manager/window_scene/test/unittest/
Dscene_session_manager_test2.cpp1651 bool isLayoutFullScreen = true; variable
Dscene_session_test5.cpp452 NotifyLayoutFullScreenChangeFunc func = [](bool isLayoutFullScreen) { in __anonedbbdda00602()
Dscene_session_manager_test4.cpp1220 bool isLayoutFullScreen = true; variable
/foundation/arkui/ace_engine/frameworks/core/pipeline/
Dpipeline_base.h1157 virtual void SetIsLayoutFullScreen(bool isLayoutFullScreen) {} in SetIsLayoutFullScreen()
1158 virtual void SetIsNeedAvoidWindow(bool isLayoutFullScreen) {} in SetIsNeedAvoidWindow()
/foundation/window/window_manager/window_scene/session/host/src/zidl/
Dsession_stub.cpp405 bool isLayoutFullScreen = data.ReadBool(); in HandleLayoutFullScreenChange() local
Dsession_proxy.cpp664 WSError SessionProxy::OnLayoutFullScreenChange(bool isLayoutFullScreen) in OnLayoutFullScreenChange()
/foundation/window/window_manager/window_scene/common/src/
Dwindow_session_property.cpp1507 void WindowSessionProperty::SetIsLayoutFullScreen(bool isLayoutFullScreen) in SetIsLayoutFullScreen()
/foundation/window/window_manager/window_scene/session/host/src/
Dscene_session.cpp4778 void SceneSession::SetIsLayoutFullScreen(bool isLayoutFullScreen) in SetIsLayoutFullScreen()
4788 WSError SceneSession::OnLayoutFullScreenChange(bool isLayoutFullScreen) in OnLayoutFullScreenChange()
/foundation/window/window_manager/window_scene/interfaces/kits/napi/scene_session_manager/
Djs_scene_session.cpp653 …nchangeCallback->onLayoutFullScreenChangeFunc_ = [weakThis = wptr(this)](bool isLayoutFullScreen) { in ProcessLayoutFullScreenChangeRegister()
664 void JsSceneSession::OnLayoutFullScreenChange(bool isLayoutFullScreen) in OnLayoutFullScreenChange()
Djs_scene_session_manager.cpp3282 bool isLayoutFullScreen = false; in OnGetIsLayoutFullScreen() local
/foundation/window/window_manager/interfaces/kits/napi/window_runtime/window_napi/
Djs_window.cpp2581 bool isLayoutFullScreen = false; in OnSetLayoutFullScreen() local
2679 bool isLayoutFullScreen = false; in OnSetWindowLayoutFullScreen() local
/foundation/window/window_manager/window_scene/session_manager/src/
Dscene_session_manager.cpp9360 WSError SceneSessionManager::GetIsLayoutFullScreen(bool& isLayoutFullScreen) in GetIsLayoutFullScreen()