Home
last modified time | relevance | path

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

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