Home
last modified time | relevance | path

Searched refs:DM_ERROR_INVALID_CALLING (Results 1 - 9 of 9) sorted by relevance

/foundation/window/window_manager/previewer/include/
H A Ddm_common.h132 DM_ERROR_INVALID_CALLING = 200, member in OHOS::Rosen::DMError
149 DM_ERROR_INVALID_CALLING = 1400002, member in OHOS::Rosen::DmErrorCode
170 {DMError::DM_ERROR_INVALID_CALLING, DmErrorCode::DM_ERROR_INVALID_CALLING }, member in OHOS::Rosen::DMError
/foundation/window/window_manager/interfaces/innerkits/dm/
H A Ddm_common.h156 DM_ERROR_INVALID_CALLING = 200, member in OHOS::Rosen::DMError
173 DM_ERROR_INVALID_CALLING = 1400002, member in OHOS::Rosen::DmErrorCode
194 {DMError::DM_ERROR_INVALID_CALLING, DmErrorCode::DM_ERROR_INVALID_CALLING }, member in OHOS::Rosen::DMError
/foundation/window/window_manager/interfaces/kits/napi/common/
H A Djs_err_utils.cpp166 {DMError::DM_ERROR_INVALID_CALLING, DM_ERROR_MSG_INVALID_CALLING }, member in OHOS::Rosen::DMError
189 {DmErrorCode::DM_ERROR_INVALID_CALLING, DM_ERROR_CODE_MSG_INVALID_CALLING }, member in OHOS::Rosen::DmErrorCode
/foundation/window/window_manager/interfaces/kits/napi/screenshot/
H A Dnative_screenshot_module.cpp375 (int32_t)DMError::DM_ERROR_INVALID_CALLING, "DM_ERROR_INVALID_CALLING"); in ScreenshotModuleInit()
388 (int32_t)DmErrorCode::DM_ERROR_INVALID_CALLING, "DM_ERROR_INVALID_CALLING"); in ScreenshotModuleInit()
/foundation/window/window_manager/dmserver/src/
H A Ddisplay_manager_service.cpp248 return DMError::DM_ERROR_INVALID_CALLING; in DestroyVirtualScreen()
268 return DMError::DM_ERROR_INVALID_CALLING; in SetVirtualScreenSurface()
/foundation/window/window_manager/interfaces/kits/napi/screen_runtime/napi/
H A Djs_screen_manager.cpp221 return DmErrorCode::DM_ERROR_INVALID_CALLING; in RegisterScreenListenerWithType()
242 return DmErrorCode::DM_ERROR_INVALID_CALLING; in RegisterScreenListenerWithType()
1162 napi_set_named_property(env, objValue, "DM_ERROR_INVALID_CALLING", in InitDisplayErrorCode()
1163 CreateJsValue(env, static_cast<int32_t>(DmErrorCode::DM_ERROR_INVALID_CALLING))); in InitDisplayErrorCode()
1207 napi_set_named_property(env, objValue, "DM_ERROR_INVALID_CALLING", in InitDisplayError()
1208 CreateJsValue(env, static_cast<int32_t>(DMError::DM_ERROR_INVALID_CALLING))); in InitDisplayError()
/foundation/window/window_manager/dmserver/test/unittest/
H A Ddisplay_manager_service_test.cpp244 EXPECT_EQ(result, DMError::DM_ERROR_INVALID_CALLING); in HWTEST_F()
/foundation/window/window_manager/interfaces/kits/napi/display_runtime/
H A Djs_display_manager.cpp955 napi_set_named_property(env, objValue, "DM_ERROR_INVALID_CALLING", in InitDisplayErrorCode()
956 CreateJsValue(env, static_cast<int32_t>(DmErrorCode::DM_ERROR_INVALID_CALLING))); in InitDisplayErrorCode()
1001 napi_set_named_property(env, objValue, "DM_ERROR_INVALID_CALLING", in InitDisplayError()
1002 CreateJsValue(env, static_cast<int32_t>(DMError::DM_ERROR_INVALID_CALLING))); in InitDisplayError()
/foundation/window/window_manager/window_scene/screen_session_manager/src/
H A Dscreen_session_manager.cpp4166 *errorCode = DmErrorCode::DM_ERROR_INVALID_CALLING; in GetSnapshotArea()
5759 return DMError::DM_ERROR_INVALID_CALLING; in SetVirtualScreenSecurityExemption()

Completed in 22 milliseconds