Home
last modified time | relevance | path

Searched defs:SetWindowType (Results 1 – 15 of 15) sorted by relevance

/ohos5.0/foundation/window/window_manager/wmserver/include/
H A Dwindow_node_state_machine.h84 void SetWindowType(WindowType type) in SetWindowType() function
/ohos5.0/foundation/window/window_manager/utils/src/
H A Dwindow_transition_info.cpp111 void WindowTransitionInfo::SetWindowType(WindowType windowType) in SetWindowType() function in OHOS::Rosen::WindowTransitionInfo
H A Dwindow_property.cpp57 void WindowProperty::SetWindowType(WindowType type) in SetWindowType() function in OHOS::Rosen::WindowProperty
/ohos5.0/foundation/barrierfree/accessibility/frameworks/common/src/
H A Daccessibility_window_info.cpp131 void AccessibilityWindowInfo::SetWindowType(const uint32_t type) in SetWindowType() function in OHOS::Accessibility::AccessibilityWindowInfo
/ohos5.0/foundation/window/window_manager/previewer/src/
H A Dwindow_option.cpp36 void WindowOption::SetWindowType(WindowType type) in SetWindowType() function in OHOS::Rosen::WindowOption
H A Dwindow_impl.cpp251 WMError WindowImpl::SetWindowType(WindowType type) in SetWindowType() function in OHOS::Rosen::WindowImpl
/ohos5.0/foundation/ability/ability_runtime/interfaces/inner_api/auto_fill_manager/src/
H A Dauto_fill_extension_callback.cpp264 void AutoFillExtensionCallback::SetWindowType(const AutoFill::AutoFillWindowType &autoFillWindowTyp… in SetWindowType() function in OHOS::AbilityRuntime::AutoFillExtensionCallback
/ohos5.0/foundation/window/window_manager/wm/src/
H A Dwindow_option.cpp31 void WindowOption::SetWindowType(WindowType type) in SetWindowType() function in OHOS::Rosen::WindowOption
H A Dwindow_impl.cpp434 WMError WindowImpl::SetWindowType(WindowType type) in SetWindowType() function in OHOS::Rosen::WindowImpl
H A Dwindow_session_impl.cpp1735 WMError WindowSessionImpl::SetWindowType(WindowType type) in SetWindowType() function in OHOS::Rosen::WindowSessionImpl
/ohos5.0/foundation/ability/ability_runtime/test/mock/frameworks_kits_ability_native_test/include/
H A Dmock_window.h61 virtual WMError SetWindowType(WindowType type) {return WMError::WM_OK;} in SetWindowType() function
/ohos5.0/foundation/window/window_manager/wmserver/src/
H A Dwindow_controller.cpp1008 WMError WindowController::SetWindowType(uint32_t windowId, WindowType type) in SetWindowType() function in OHOS::Rosen::WindowController
/ohos5.0/foundation/window/window_manager/window_scene/common/src/
H A Dwindow_session_property.cpp174 void WindowSessionProperty::SetWindowType(WindowType type) in SetWindowType() function in OHOS::Rosen::WindowSessionProperty
/ohos5.0/foundation/window/window_manager/interfaces/innerkits/wm/
H A Dwindow.h752 virtual WMError SetWindowType(WindowType type) { return WMError::WM_OK; } in SetWindowType() function
/ohos5.0/foundation/window/window_manager/interfaces/kits/napi/window_runtime/window_napi/
H A Djs_window.cpp235 napi_value JsWindow::SetWindowType(napi_env env, napi_callback_info info) in SetWindowType() function in OHOS::Rosen::JsWindow