Home
last modified time | relevance | path

Searched defs:SetFullScreen (Results 1 – 7 of 7) sorted by relevance

/ohos5.0/foundation/ability/ability_runtime/test/mock/frameworks_kits_ability_native_test/include/
H A Dmock_window.h72 virtual WMError SetFullScreen(bool status) {return WMError::WM_OK;} in SetFullScreen() function
/ohos5.0/foundation/window/window_manager/utils/src/
H A Dwindow_property.cpp81 void WindowProperty::SetFullScreen(bool isFullScreen) in SetFullScreen() function in OHOS::Rosen::WindowProperty
/ohos5.0/foundation/window/window_manager/previewer/src/
H A Dwindow_impl.cpp436 WMError WindowImpl::SetFullScreen(bool status) in SetFullScreen() function in OHOS::Rosen::WindowImpl
/ohos5.0/foundation/window/window_manager/interfaces/innerkits/wm/
H A Dwindow.h874 virtual WMError SetFullScreen(bool status) { return WMError::WM_OK; } in SetFullScreen() function
/ohos5.0/foundation/window/window_manager/wm/src/
H A Dwindow_impl.cpp1031 WMError WindowImpl::SetFullScreen(bool status) in SetFullScreen() function in OHOS::Rosen::WindowImpl
H A Dwindow_scene_session_impl.cpp2160 WMError WindowSceneSessionImpl::SetFullScreen(bool status) in SetFullScreen() function in OHOS::Rosen::WindowSceneSessionImpl
/ohos5.0/foundation/window/window_manager/interfaces/kits/napi/window_runtime/window_napi/
H A Djs_window.cpp318 napi_value JsWindow::SetFullScreen(napi_env env, napi_callback_info info) in SetFullScreen() function in OHOS::Rosen::JsWindow