Home
last modified time | relevance | path

Searched refs:WM_ERROR_SAMGR (Results 1 - 12 of 12) sorted by relevance

/foundation/window/window_manager/wm/src/
H A Dwindow_adapter_lite.cpp57 INIT_PROXY_CHECK_RETURN(WMError::WM_ERROR_SAMGR); in RegisterWindowManagerAgent()
60 CHECK_PROXY_RETURN_ERROR_IF_NULL(wmsProxy, WMError::WM_ERROR_SAMGR); in RegisterWindowManagerAgent()
76 INIT_PROXY_CHECK_RETURN(WMError::WM_ERROR_SAMGR); in UnregisterWindowManagerAgent()
79 CHECK_PROXY_RETURN_ERROR_IF_NULL(wmsProxy, WMError::WM_ERROR_SAMGR); in UnregisterWindowManagerAgent()
117 INIT_PROXY_CHECK_RETURN(WMError::WM_ERROR_SAMGR); in CheckWindowId()
120 CHECK_PROXY_RETURN_ERROR_IF_NULL(wmsProxy, WMError::WM_ERROR_SAMGR); in CheckWindowId()
126 INIT_PROXY_CHECK_RETURN(WMError::WM_ERROR_SAMGR); in GetVisibilityWindowInfo()
129 CHECK_PROXY_RETURN_ERROR_IF_NULL(wmsProxy, WMError::WM_ERROR_SAMGR); in GetVisibilityWindowInfo()
210 INIT_PROXY_CHECK_RETURN(WMError::WM_ERROR_SAMGR); in GetWindowModeType()
214 CHECK_PROXY_RETURN_ERROR_IF_NULL(wmsProxy, WMError::WM_ERROR_SAMGR); in GetWindowModeType()
[all...]
H A Dwindow_adapter.cpp72 INIT_PROXY_CHECK_RETURN(WMError::WM_ERROR_SAMGR); in CreateWindow()
75 CHECK_PROXY_RETURN_ERROR_IF_NULL(wmsProxy, WMError::WM_ERROR_SAMGR); in CreateWindow()
81 INIT_PROXY_CHECK_RETURN(WMError::WM_ERROR_SAMGR); in AddWindow()
84 CHECK_PROXY_RETURN_ERROR_IF_NULL(wmsProxy, WMError::WM_ERROR_SAMGR); in AddWindow()
90 INIT_PROXY_CHECK_RETURN(WMError::WM_ERROR_SAMGR); in RemoveWindow()
93 CHECK_PROXY_RETURN_ERROR_IF_NULL(wmsProxy, WMError::WM_ERROR_SAMGR); in RemoveWindow()
99 INIT_PROXY_CHECK_RETURN(WMError::WM_ERROR_SAMGR); in DestroyWindow()
102 CHECK_PROXY_RETURN_ERROR_IF_NULL(wmsProxy, WMError::WM_ERROR_SAMGR); in DestroyWindow()
108 INIT_PROXY_CHECK_RETURN(WMError::WM_ERROR_SAMGR); in RequestFocus()
111 CHECK_PROXY_RETURN_ERROR_IF_NULL(wmsProxy, WMError::WM_ERROR_SAMGR); in RequestFocus()
[all...]
/foundation/graphic/graphic_surface/interfaces/inner_api/common/
H A Dgraphic_common_c.h79 WM_ERROR_SAMGR = GSERROR_CONNOT_CONNECT_SAMGR, enumerator
/foundation/graphic/graphic_2d/interfaces/inner_api/common/
H A Dgraphic_common_c.h76 WM_ERROR_SAMGR = GSERROR_CONNOT_CONNECT_SAMGR, enumerator
/foundation/window/window_manager/utils/src/
H A Dwm_common.cpp39 {WMError::WM_ERROR_SAMGR, WmErrorCode::WM_ERROR_SYSTEM_ABNORMALLY }, member in OHOS::Rosen::WMError
/foundation/window/window_manager/wm/test/unittest/
H A Dwindow_adapter_test.cpp117 ASSERT_EQ(ret, WMError::WM_ERROR_SAMGR); in HWTEST_F()
498 ASSERT_EQ(WMError::WM_ERROR_SAMGR, ret); in HWTEST_F()
514 ASSERT_EQ(WMError::WM_ERROR_SAMGR, ret); in HWTEST_F()
529 ASSERT_EQ(WMError::WM_ERROR_SAMGR, ret); in HWTEST_F()
H A Dwindow_impl_test.cpp117 EXPECT_CALL(m->Mock(), CreateWindow(_, _, _, _, _)).Times(1).WillOnce(Return(WMError::WM_ERROR_SAMGR)); in HWTEST_F()
118 ASSERT_EQ(WMError::WM_ERROR_SAMGR, window->Create(INVALID_WINDOW_ID)); in HWTEST_F()
558 * @tc.desc: Show window with add window WM_ERROR_SAMGR
570 EXPECT_CALL(m->Mock(), AddWindow(_)).Times(1).WillOnce(Return(WMError::WM_ERROR_SAMGR)); in HWTEST_F()
571 ASSERT_EQ(WMError::WM_ERROR_SAMGR, window->Show()); in HWTEST_F()
598 * @tc.desc: Show window with add window OK & Hide window with remove window WM_ERROR_SAMGR
612 EXPECT_CALL(m->Mock(), RemoveWindow(_, _)).Times(1).WillOnce(Return(WMError::WM_ERROR_SAMGR)); in HWTEST_F()
613 ASSERT_EQ(WMError::WM_ERROR_SAMGR, window->Hide()); in HWTEST_F()
686 * @tc.desc: SetSystemBarProperty with adapter return WM_ERROR_SAMGR
701 EXPECT_CALL(m->Mock(), UpdateProperty(_, _)).Times(1).WillOnce(Return(WMError::WM_ERROR_SAMGR)); in HWTEST_F()
[all...]
H A Dwindow_impl_test2.cpp309 EXPECT_CALL(m->Mock(), UpdateProperty(_, _)).Times(1).WillOnce(Return(WMError::WM_ERROR_SAMGR)); in HWTEST_F()
314 EXPECT_CALL(m->Mock(), UpdateProperty(_, _)).Times(1).WillOnce(Return(WMError::WM_ERROR_SAMGR)); in HWTEST_F()
339 EXPECT_CALL(m->Mock(), UpdateProperty(_, _)).Times(1).WillOnce(Return(WMError::WM_ERROR_SAMGR)); in HWTEST_F()
/foundation/window/window_manager/previewer/include/
H A Dwm_common.h186 WM_ERROR_SAMGR, member in OHOS::Rosen::WindowType::WindowState::WMError
289 {WMError::WM_ERROR_SAMGR, WmErrorCode::WM_ERROR_SYSTEM_ABNORMALLY }, member in OHOS::Rosen::WindowType::WindowState::WmErrorCode::SystemBarSettingFlag::WMError
/foundation/window/window_manager/interfaces/kits/napi/common/
H A Djs_err_utils.cpp74 {WMError::WM_ERROR_SAMGR, WM_ERROR_MSG_SAMGR }, member in OHOS::Rosen::WMError
/foundation/window/window_manager/interfaces/innerkits/wm/
H A Dwm_common.h217 WM_ERROR_SAMGR, member in OHOS::Rosen::WindowType::WindowModeType::WMError
/foundation/window/window_manager/interfaces/kits/napi/window_runtime/window_napi/
H A Djs_window_utils.cpp329 napi_set_named_property(env, objValue, "WM_ERROR_SAMGR", CreateJsValue(env, in WindowErrorInit()
330 static_cast<int32_t>(WMError::WM_ERROR_SAMGR))); in WindowErrorInit()

Completed in 16 milliseconds