/foundation/window/window_manager/previewer/include/ |
H A D | dm_common.h | 132 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 D | dm_common.h | 156 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 D | js_err_utils.cpp | 166 {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 D | native_screenshot_module.cpp | 375 (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 D | display_manager_service.cpp | 248 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 D | js_screen_manager.cpp | 221 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 D | display_manager_service_test.cpp | 244 EXPECT_EQ(result, DMError::DM_ERROR_INVALID_CALLING); in HWTEST_F()
|
/foundation/window/window_manager/interfaces/kits/napi/display_runtime/ |
H A D | js_display_manager.cpp | 955 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 D | screen_session_manager.cpp | 4166 *errorCode = DmErrorCode::DM_ERROR_INVALID_CALLING; in GetSnapshotArea() 5759 return DMError::DM_ERROR_INVALID_CALLING; in SetVirtualScreenSecurityExemption()
|