/foundation/window/window_manager/dmserver/src/ |
H A D | display_manager_service.cpp | 158 return DMError::DM_ERROR_NOT_SYSTEM_APP;
in HasPrivateWindow() 245 return DMError::DM_ERROR_NOT_SYSTEM_APP;
in DestroyVirtualScreen() 275 return DMError::DM_ERROR_NOT_SYSTEM_APP;
in SetOrientation() 368 return DMError::DM_ERROR_NOT_SYSTEM_APP;
in RegisterDisplayManagerAgent() 383 return DMError::DM_ERROR_NOT_SYSTEM_APP;
in UnregisterDisplayManagerAgent() 532 return DMError::DM_ERROR_NOT_SYSTEM_APP;
in MakeMirror() 564 return DMError::DM_ERROR_NOT_SYSTEM_APP;
in StopMirror() 662 return DMError::DM_ERROR_NOT_SYSTEM_APP;
in GetAllScreenInfos() 681 return DMError::DM_ERROR_NOT_SYSTEM_APP;
in MakeExpand() 736 return DMError::DM_ERROR_NOT_SYSTEM_APP;
in StopExpand() [all...] |
/foundation/window/window_manager/previewer/include/ |
H A D | dm_common.h | 134 DM_ERROR_NOT_SYSTEM_APP = 202, member in OHOS::Rosen::DMError 145 DM_ERROR_NOT_SYSTEM_APP = 202, member in OHOS::Rosen::DmErrorCode 171 {DMError::DM_ERROR_NOT_SYSTEM_APP, DmErrorCode::DM_ERROR_NOT_SYSTEM_APP }, member in OHOS::Rosen::DMError
|
/foundation/window/window_manager/interfaces/innerkits/dm/ |
H A D | dm_common.h | 158 DM_ERROR_NOT_SYSTEM_APP = 202, member in OHOS::Rosen::DMError 169 DM_ERROR_NOT_SYSTEM_APP = 202, member in OHOS::Rosen::DmErrorCode 195 {DMError::DM_ERROR_NOT_SYSTEM_APP, DmErrorCode::DM_ERROR_NOT_SYSTEM_APP }, member in OHOS::Rosen::DMError
|
/foundation/window/window_manager/window_scene/test/dms_unittest/ |
H A D | screen_session_manager_proxy_test.cpp | 197 DMError res = DMError::DM_ERROR_NOT_SYSTEM_APP; in HWTEST_F() 225 DMError res = DMError::DM_ERROR_NOT_SYSTEM_APP; in HWTEST_F() 253 DMError res = DMError::DM_ERROR_NOT_SYSTEM_APP; in HWTEST_F() 283 DMError res = DMError::DM_ERROR_NOT_SYSTEM_APP; in HWTEST_F() 311 DMError res = DMError::DM_ERROR_NOT_SYSTEM_APP; in HWTEST_F() 339 DMError res = DMError::DM_ERROR_NOT_SYSTEM_APP; in HWTEST_F() 367 DMError res = DMError::DM_ERROR_NOT_SYSTEM_APP; in HWTEST_F() 395 DMError res = DMError::DM_ERROR_NOT_SYSTEM_APP; in HWTEST_F() 423 DMError res = DMError::DM_ERROR_NOT_SYSTEM_APP; in HWTEST_F() 450 DMError res = DMError::DM_ERROR_NOT_SYSTEM_APP; in HWTEST_F() [all...] |
H A D | screen_session_manager_test.cpp | 83 EXPECT_NE(DMError::DM_ERROR_NOT_SYSTEM_APP, ssm_->RegisterDisplayManagerAgent(displayManagerAgent, type)); in HWTEST_F() 84 EXPECT_NE(DMError::DM_ERROR_NOT_SYSTEM_APP, ssm_->UnregisterDisplayManagerAgent(displayManagerAgent, type)); in HWTEST_F() 1787 ASSERT_NE(DMError::DM_ERROR_NOT_SYSTEM_APP, ssm_->StopExpand(expandScreenIds)); in HWTEST_F()
|
/foundation/window/window_manager/interfaces/kits/napi/common/ |
H A D | js_err_utils.cpp | 168 {DMError::DM_ERROR_NOT_SYSTEM_APP, DM_ERROR_MSG_NOT_SYSTEM_APP }, member in OHOS::Rosen::DMError 185 {DmErrorCode::DM_ERROR_NOT_SYSTEM_APP, DM_ERROR_CODE_MSG_NOT_SYSTEM_APP }, member in OHOS::Rosen::DmErrorCode
|
/foundation/window/window_manager/window_scene/screen_session_manager/src/ |
H A D | screen_session_manager.cpp | 339 return DMError::DM_ERROR_NOT_SYSTEM_APP; in CheckDisplayMangerAgentTypeAndPermission() 1036 return DMError::DM_ERROR_NOT_SYSTEM_APP; in SetScreenActiveMode() 1136 return DMError::DM_ERROR_NOT_SYSTEM_APP; in SetVirtualPixelRatio() 1172 return DMError::DM_ERROR_NOT_SYSTEM_APP; in SetVirtualPixelRatioSystem() 1189 return DMError::DM_ERROR_NOT_SYSTEM_APP; in SetResolution() 1263 return DMError::DM_ERROR_NOT_SYSTEM_APP; in SetScreenColorGamut() 1299 return DMError::DM_ERROR_NOT_SYSTEM_APP; in SetScreenGamutMap() 1320 return DMError::DM_ERROR_NOT_SYSTEM_APP; in SetScreenColorTransform() 2389 return DMError::DM_ERROR_NOT_SYSTEM_APP; in IsScreenRotationLocked() 2406 return DMError::DM_ERROR_NOT_SYSTEM_APP; in SetScreenRotationLocked() [all...] |
/foundation/window/window_manager/dmserver/test/unittest/ |
H A D | display_manager_service_test.cpp | 642 ASSERT_NE(ret, DMError::DM_ERROR_NOT_SYSTEM_APP); in HWTEST_F()
|
/foundation/window/window_manager/interfaces/kits/napi/display_runtime/ |
H A D | js_display_manager.cpp | 593 if (ret == DmErrorCode::DM_ERROR_NOT_SYSTEM_APP) {
in OnRegisterDisplayManagerCallback() 637 if (ret == DmErrorCode::DM_ERROR_NOT_SYSTEM_APP) {
in OnUnregisterDisplayManagerCallback()
|
/foundation/window/window_manager/interfaces/kits/napi/screen_runtime/napi/ |
H A D | js_screen_manager.cpp | 782 ret = DmErrorCode::DM_ERROR_NOT_SYSTEM_APP;
in OnCreateVirtualScreen() 1154 napi_set_named_property(env, objValue, "DM_ERROR_NOT_SYSTEM_APP",
in InitDisplayErrorCode() 1155 CreateJsValue(env, static_cast<int32_t>(DmErrorCode::DM_ERROR_NOT_SYSTEM_APP)));
in InitDisplayErrorCode()
|