Home
last modified time | relevance | path

Searched refs:WM_ERROR_DEVICE_NOT_SUPPORT (Results 1 - 24 of 24) sorted by relevance

/foundation/window/window_manager/interfaces/innerkits/wm/
H A Dwindow.h757 virtual WMError SetMainWindowTopmost(bool isTopmost) { return WMError::WM_ERROR_DEVICE_NOT_SUPPORT; } in SetMainWindowTopmost()
842 return WMError::WM_ERROR_DEVICE_NOT_SUPPORT; in SetTitleAndDockHoverShown()
900 virtual WMError MoveToAsync(int32_t x, int32_t y) { return WMError::WM_ERROR_DEVICE_NOT_SUPPORT; } in MoveToAsync()
916 virtual WMError ResizeAsync(uint32_t width, uint32_t height) { return WMError::WM_ERROR_DEVICE_NOT_SUPPORT; } in ResizeAsync()
1025 return WMError::WM_ERROR_DEVICE_NOT_SUPPORT; in SetDialogBackGestureEnabled()
1110 virtual WMError RequestFocusByClient(bool isFocused) const { return WMError::WM_ERROR_DEVICE_NOT_SUPPORT; } in RequestFocusByClient()
1537 return WMError::WM_ERROR_DEVICE_NOT_SUPPORT; in Maximize()
1551 virtual WMError Minimize() { return WMError::WM_ERROR_DEVICE_NOT_SUPPORT; } in Minimize()
1565 virtual WMError Restore() { return WMError::WM_ERROR_DEVICE_NOT_SUPPORT; } in Restore()
1589 virtual WmErrorCode StartMoveSystemWindow() { return WmErrorCode::WM_ERROR_DEVICE_NOT_SUPPORT; } in StartMoveSystemWindow()
[all...]
H A Dwm_common.h211 WM_ERROR_DEVICE_NOT_SUPPORT = 801, // the value do not change.It is defined on all system member in OHOS::Rosen::WindowType::WindowModeType::WMError
236 WM_ERROR_DEVICE_NOT_SUPPORT = 801, member in OHOS::Rosen::WindowType::WindowModeType::WmErrorCode
/foundation/window/window_manager/previewer/include/
H A Dwindow.h169 return WMError::WM_ERROR_DEVICE_NOT_SUPPORT; in SetTitleAndDockHoverShown()
175 virtual WMError MoveToAsync(int32_t x, int32_t y) { return WMError::WM_ERROR_DEVICE_NOT_SUPPORT; } in MoveToAsync()
177 virtual WMError ResizeAsync(uint32_t width, uint32_t height) { return WMError::WM_ERROR_DEVICE_NOT_SUPPORT; } in ResizeAsync()
205 virtual WMError RequestFocusByClient(bool isFocused) { return WMError::WM_ERROR_DEVICE_NOT_SUPPORT; } in RequestFocusByClient()
273 virtual WMError Restore() { return WMError::WM_ERROR_DEVICE_NOT_SUPPORT; } in Restore()
295 virtual WMError SetDefaultDensityEnabled(bool enabled) { return WMError::WM_ERROR_DEVICE_NOT_SUPPORT; } in SetDefaultDensityEnabled()
317 virtual WMError EnableDrag(bool enableDrag) { return WMError::WM_ERROR_DEVICE_NOT_SUPPORT; }; in EnableDrag()
320 return WMError::WM_ERROR_DEVICE_NOT_SUPPORT; in RegisterWindowNoInteractionListener()
324 return WMError::WM_ERROR_DEVICE_NOT_SUPPORT; in UnregisterWindowNoInteractionListener()
328 virtual WMError SetDecorVisible(bool isVisible) { return WMError::WM_ERROR_DEVICE_NOT_SUPPORT; } in SetDecorVisible()
[all...]
H A Dwm_common.h180 WM_ERROR_DEVICE_NOT_SUPPORT = 801, // the value do not change.It is defined on all system. member in OHOS::Rosen::WindowType::WindowState::WMError
205 WM_ERROR_DEVICE_NOT_SUPPORT = 801, member in OHOS::Rosen::WindowType::WindowState::WmErrorCode
273 {WMError::WM_ERROR_DEVICE_NOT_SUPPORT, WmErrorCode::WM_ERROR_DEVICE_NOT_SUPPORT }, member in OHOS::Rosen::WindowType::WindowState::WmErrorCode::SystemBarSettingFlag::WMError
/foundation/window/window_manager/utils/src/
H A Dwm_common.cpp23 {WMError::WM_ERROR_DEVICE_NOT_SUPPORT, WmErrorCode::WM_ERROR_DEVICE_NOT_SUPPORT }, member in OHOS::Rosen::WMError
/foundation/window/window_manager/wm/test/unittest/
H A Dwindow_test.cpp529 EXPECT_EQ(WMError::WM_ERROR_DEVICE_NOT_SUPPORT, ret); in HWTEST_F()
1712 ASSERT_EQ(WMError::WM_ERROR_DEVICE_NOT_SUPPORT, ret); in HWTEST_F()
1728 ASSERT_NE(WMError::WM_ERROR_DEVICE_NOT_SUPPORT, ret); in HWTEST_F()
2249 ASSERT_EQ(WMError::WM_ERROR_DEVICE_NOT_SUPPORT, window->SetResizeByDragEnabled(true)); in HWTEST_F()
2262 ASSERT_EQ(WMError::WM_ERROR_DEVICE_NOT_SUPPORT, window->SetRaiseByClickEnabled(true)); in HWTEST_F()
2275 ASSERT_EQ(WMError::WM_ERROR_DEVICE_NOT_SUPPORT, window->RaiseAboveTarget(2)); in HWTEST_F()
2288 ASSERT_EQ(WMError::WM_ERROR_DEVICE_NOT_SUPPORT, window->HideNonSystemFloatingWindows(false)); in HWTEST_F()
2303 ASSERT_EQ(WMError::WM_ERROR_DEVICE_NOT_SUPPORT, ret); in HWTEST_F()
2318 ASSERT_EQ(WMError::WM_ERROR_DEVICE_NOT_SUPPORT, ret); in HWTEST_F()
2331 ASSERT_EQ(WMError::WM_ERROR_DEVICE_NOT_SUPPORT, windo in HWTEST_F()
[all...]
H A Dwindow_scene_session_impl_test3.cpp1324 EXPECT_EQ(WMError::WM_ERROR_DEVICE_NOT_SUPPORT, ret); in HWTEST_F()
1333 EXPECT_EQ(WMError::WM_ERROR_DEVICE_NOT_SUPPORT, ret); in HWTEST_F()
1415 EXPECT_EQ(WMError::WM_ERROR_DEVICE_NOT_SUPPORT, ret); in HWTEST_F()
1425 EXPECT_EQ(WMError::WM_ERROR_DEVICE_NOT_SUPPORT, ret); in HWTEST_F()
1973 EXPECT_EQ(WMError::WM_ERROR_DEVICE_NOT_SUPPORT, ret); in HWTEST_F()
1976 EXPECT_EQ(WMError::WM_ERROR_DEVICE_NOT_SUPPORT, ret); in HWTEST_F()
H A Dwindow_impl_test3.cpp1403 EXPECT_CALL(m->Mock(), GetTopWindowId(_, _)).WillRepeatedly(Return(WMError::WM_ERROR_DEVICE_NOT_SUPPORT)); in HWTEST_F()
1437 WMError ret = WMError::WM_ERROR_DEVICE_NOT_SUPPORT; in HWTEST_F()
H A Dwindow_scene_session_impl_test.cpp1654 EXPECT_EQ(WMError::WM_ERROR_DEVICE_NOT_SUPPORT, window->SetTitleAndDockHoverShown(true, true)); in HWTEST_F()
1751 ASSERT_EQ(WMError::WM_ERROR_DEVICE_NOT_SUPPORT, window->SetGestureBackEnabled(false)); in HWTEST_F()
H A Dwindow_scene_session_impl_test2.cpp1804 ASSERT_EQ(res, WMError::WM_ERROR_DEVICE_NOT_SUPPORT); in HWTEST_F()
H A Dwindow_session_impl_test4.cpp163 ASSERT_EQ(WMError::WM_ERROR_DEVICE_NOT_SUPPORT, res); in HWTEST_F()
/foundation/window/window_manager/interfaces/kits/napi/common/
H A Djs_err_utils.cpp69 {WMError::WM_ERROR_DEVICE_NOT_SUPPORT, WM_ERROR_MSG_DEVICE_NOT_SUPPORT }, member in OHOS::Rosen::WMError
117 {WmErrorCode::WM_ERROR_DEVICE_NOT_SUPPORT, WM_ERROR_CODE_MSG_DEVICE_NOT_SUPPORT }, member in OHOS::Rosen::WmErrorCode
/foundation/window/window_manager/interfaces/kits/napi/extension_window/
H A Djs_extension_window.cpp332 CreateJsError(env, static_cast<int32_t>(WmErrorCode::WM_ERROR_DEVICE_NOT_SUPPORT))); in OnSetWindowKeepScreenOn()
350 CreateJsError(env, static_cast<int32_t>(WmErrorCode::WM_ERROR_DEVICE_NOT_SUPPORT))); in OnSetWindowBrightness()
363 return NapiThrowError(env, WmErrorCode::WM_ERROR_DEVICE_NOT_SUPPORT); in OnGetUIContext()
374 CreateJsError(env, static_cast<int32_t>(WmErrorCode::WM_ERROR_DEVICE_NOT_SUPPORT))); in OnSetPreferredOrientation()
387 return NapiThrowError(env, WmErrorCode::WM_ERROR_DEVICE_NOT_SUPPORT); in OnGetPreferredOrientation()
395 CreateJsError(env, static_cast<int32_t>(WmErrorCode::WM_ERROR_DEVICE_NOT_SUPPORT))); in OnSetSpecificSystemBarEnabled()
411 CreateJsError(env, static_cast<int32_t>(WmErrorCode::WM_ERROR_DEVICE_NOT_SUPPORT))); in OnResizeWindow()
430 CreateJsError(env, static_cast<int32_t>(WmErrorCode::WM_ERROR_DEVICE_NOT_SUPPORT))); in OnMoveWindowTo()
460 return NapiThrowError(env, WmErrorCode::WM_ERROR_DEVICE_NOT_SUPPORT); in OnSetWindowBackgroundColorSync()
928 napi_throw(env, CreateJsError(env, static_cast<int32_t>(WmErrorCode::WM_ERROR_DEVICE_NOT_SUPPORT))); in OnCreateSubWindowWithOptions()
[all...]
/foundation/window/window_manager/previewer/src/
H A Dwindow_impl.cpp1122 return WMError::WM_ERROR_DEVICE_NOT_SUPPORT; in RegisterWindowVisibilityChangeListener()
1127 return WMError::WM_ERROR_DEVICE_NOT_SUPPORT; in UnregisterWindowVisibilityChangeListener()
1132 return WmErrorCode::WM_ERROR_DEVICE_NOT_SUPPORT; in KeepKeyboardOnFocus()
1137 return WMError::WM_ERROR_DEVICE_NOT_SUPPORT; in SetSingleFrameComposerEnabled()
/foundation/window/window_manager/interfaces/kits/napi/embeddable_window_stage/
H A Djs_embeddable_window_stage.cpp105 static_cast<int32_t>(WmErrorCode::WM_ERROR_DEVICE_NOT_SUPPORT))); in OnGetSubWindow()
126 static_cast<int32_t>(WmErrorCode::WM_ERROR_DEVICE_NOT_SUPPORT))); in OnCreateSubWindow()
/foundation/window/window_manager/wm/src/
H A Dwindow.cpp91 errCode = WMError::WM_ERROR_DEVICE_NOT_SUPPORT; in Create()
H A Dwindow_session_impl.cpp1524 return WMError::WM_ERROR_DEVICE_NOT_SUPPORT; in SetTopmost()
1903 return WMError::WM_ERROR_DEVICE_NOT_SUPPORT; in SetSubWindowModal()
2257 return WMError::WM_ERROR_DEVICE_NOT_SUPPORT; in RegisterMainWindowCloseListeners()
2275 return WMError::WM_ERROR_DEVICE_NOT_SUPPORT; in UnregisterMainWindowCloseListeners()
2540 return WMError::WM_ERROR_DEVICE_NOT_SUPPORT; in SetTitleButtonVisible()
2571 return WMError::WM_ERROR_DEVICE_NOT_SUPPORT; in SetWindowContainerColor()
H A Dwindow_scene_session_impl.cpp304 return WMError::WM_ERROR_DEVICE_NOT_SUPPORT; in GetParentSessionAndVerify()
650 return WMError::WM_ERROR_DEVICE_NOT_SUPPORT; in Create()
1957 return WMError::WM_ERROR_DEVICE_NOT_SUPPORT; in SetTitleAndDockHoverShown()
2337 return WMError::WM_ERROR_DEVICE_NOT_SUPPORT; in Restore()
2358 return WMError::WM_ERROR_DEVICE_NOT_SUPPORT; in Recover()
4345 return WMError::WM_ERROR_DEVICE_NOT_SUPPORT; in SetGestureBackEnabled()
/foundation/window/window_manager/interfaces/kits/napi/picture_in_picture_napi/
H A Djs_pip_window_manager.cpp226 WMError::WM_ERROR_DEVICE_NOT_SUPPORT), "device not support pip.")); in NapiSendTask()
/foundation/window/window_manager/wmserver/include/zidl/
H A Dwindow_manager_interface.h248 int32_t x, int32_t y, std::vector<int32_t>& windowIds) { return WMError::WM_ERROR_DEVICE_NOT_SUPPORT; } in GetWindowIdsByCoordinate()
/foundation/window/window_manager/interfaces/kits/napi/window_runtime/window_napi/
H A Djs_window_utils.cpp321 napi_set_named_property(env, objValue, "WM_ERROR_DEVICE_NOT_SUPPORT", CreateJsValue(env, in WindowErrorInit()
322 static_cast<int32_t>(WMError::WM_ERROR_DEVICE_NOT_SUPPORT))); in WindowErrorInit()
351 napi_set_named_property(env, objValue, "WM_ERROR_DEVICE_NOT_SUPPORT", CreateJsValue(env, in WindowErrorCodeInit()
352 static_cast<int32_t>(WmErrorCode::WM_ERROR_DEVICE_NOT_SUPPORT))); in WindowErrorCodeInit()
H A Djs_window.cpp3523 task.Reject(env, JsErrUtils::CreateJsError(env, WMError::WM_ERROR_DEVICE_NOT_SUPPORT)); in OnSetDimBehind()
3704 return NapiThrowError(env, WmErrorCode::WM_ERROR_DEVICE_NOT_SUPPORT); in OnSetWindowTopmost()
3901 task.Reject(env, JsErrUtils::CreateJsError(env, WMError::WM_ERROR_DEVICE_NOT_SUPPORT)); in OnSetOutsideTouchable()
6274 if (ret == WMError::WM_ERROR_DEVICE_NOT_SUPPORT) { in OnGetWindowDecorHeight()
6275 return NapiThrowError(env, WmErrorCode::WM_ERROR_DEVICE_NOT_SUPPORT); in OnGetWindowDecorHeight()
6896 napi_throw(env, JsErrUtils::CreateJsError(env, WmErrorCode::WM_ERROR_DEVICE_NOT_SUPPORT)); in OnCreateSubWindowWithOptions()
/foundation/window/window_manager/window_scene/session_manager/src/zidl/
H A Dscene_session_manager_proxy.cpp2200 return WMError::WM_ERROR_DEVICE_NOT_SUPPORT; in MinimizeAllAppWindows()
2210 return WMError::WM_ERROR_DEVICE_NOT_SUPPORT; in ToggleShownStateForAllAppWindows()
/foundation/window/window_manager/interfaces/kits/napi/window_runtime/window_stage_napi/
H A Djs_window_stage.cpp659 napi_throw(env, JsErrUtils::CreateJsError(env, WmErrorCode::WM_ERROR_DEVICE_NOT_SUPPORT)); in OnCreateSubWindowWithOptions()

Completed in 65 milliseconds