Home
last modified time | relevance | path

Searched refs:DM_ERROR_NOT_SYSTEM_APP (Results 1 - 10 of 10) sorted by relevance

/foundation/window/window_manager/dmserver/src/
H A Ddisplay_manager_service.cpp158 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 Ddm_common.h134 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 Ddm_common.h158 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 Dscreen_session_manager_proxy_test.cpp197 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 Dscreen_session_manager_test.cpp83 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 Djs_err_utils.cpp168 {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 Dscreen_session_manager.cpp339 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 Ddisplay_manager_service_test.cpp642 ASSERT_NE(ret, DMError::DM_ERROR_NOT_SYSTEM_APP); in HWTEST_F()
/foundation/window/window_manager/interfaces/kits/napi/display_runtime/
H A Djs_display_manager.cpp593 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 Djs_screen_manager.cpp782 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()

Completed in 25 milliseconds