Home
last modified time | relevance | path

Searched refs:DM_ERROR_NULLPTR (Results 1 - 25 of 40) sorted by relevance

12

/foundation/window/window_manager/window_scene/test/dms_unittest/
H A Dmulti_screen_manager_test.cpp172 EXPECT_EQ(ret, DMError::DM_ERROR_NULLPTR); in HWTEST_F()
328 EXPECT_EQ(ret, DMError::DM_ERROR_NULLPTR); in HWTEST_F()
341 EXPECT_EQ(ret, DMError::DM_ERROR_NULLPTR); in HWTEST_F()
354 EXPECT_EQ(ret, DMError::DM_ERROR_NULLPTR); in HWTEST_F()
367 EXPECT_EQ(ret, DMError::DM_ERROR_NULLPTR); in HWTEST_F()
380 EXPECT_EQ(ret, DMError::DM_ERROR_NULLPTR); in HWTEST_F()
393 EXPECT_EQ(ret, DMError::DM_ERROR_NULLPTR); in HWTEST_F()
406 EXPECT_EQ(ret, DMError::DM_ERROR_NULLPTR); in HWTEST_F()
419 EXPECT_EQ(ret, DMError::DM_ERROR_NULLPTR); in HWTEST_F()
432 EXPECT_EQ(ret, DMError::DM_ERROR_NULLPTR); in HWTEST_F()
[all...]
H A Dscreen_session_manager_lite_test.cpp81 ASSERT_EQ(ret, DMError::DM_ERROR_NULLPTR); in HWTEST_F()
95 ASSERT_EQ(ret, DMError::DM_ERROR_NULLPTR); in HWTEST_F()
/foundation/window/window_manager/dm/test/unittest/
H A Ddisplay_change_unit_test.cpp119 ASSERT_EQ(DMError::DM_ERROR_NULLPTR, ret); in HWTEST_F()
124 ASSERT_EQ(DMError::DM_ERROR_NULLPTR, ret); in HWTEST_F()
136 .Times(1).WillOnce(Return(DMError::DM_ERROR_NULLPTR)); in HWTEST_F()
138 ASSERT_EQ(DMError::DM_ERROR_NULLPTR, ret); in HWTEST_F()
143 ASSERT_EQ(DMError::DM_ERROR_NULLPTR, ret); in HWTEST_F()
H A Ddisplay_power_unit_test.cpp101 ASSERT_EQ(DMError::DM_ERROR_NULLPTR, ret); in HWTEST_F()
106 ASSERT_EQ(DMError::DM_ERROR_NULLPTR, ret); in HWTEST_F()
118 .Times(1).WillOnce(Return(DMError::DM_ERROR_NULLPTR)); in HWTEST_F()
120 ASSERT_EQ(DMError::DM_ERROR_NULLPTR, ret); in HWTEST_F()
125 ASSERT_EQ(DMError::DM_ERROR_NULLPTR, ret); in HWTEST_F()
139 ASSERT_EQ(DMError::DM_ERROR_NULLPTR, ret); in HWTEST_F()
153 ASSERT_EQ(DMError::DM_ERROR_NULLPTR, ret); in HWTEST_F()
H A Ddisplay_manager_test.cpp198 EXPECT_CALL(m->Mock(), RegisterDisplayManagerAgent(_, _)).Times(1).WillOnce(Return(DMError::DM_ERROR_NULLPTR)); in HWTEST_F()
224 ASSERT_EQ(ret, DMError::DM_ERROR_NULLPTR); in HWTEST_F()
397 ASSERT_EQ(ret, DMError::DM_ERROR_NULLPTR); in HWTEST_F()
424 ASSERT_EQ(ret, DMError::DM_ERROR_NULLPTR); in HWTEST_F()
438 ASSERT_EQ(ret, DMError::DM_ERROR_NULLPTR); in HWTEST_F()
450 ASSERT_EQ(ret, DMError::DM_ERROR_NULLPTR); in HWTEST_F()
466 ASSERT_EQ(ret, DMError::DM_ERROR_NULLPTR); in HWTEST_F()
526 ASSERT_EQ(ret, DMError::DM_ERROR_NULLPTR); in HWTEST_F()
551 ASSERT_EQ(ret, DMError::DM_ERROR_NULLPTR); in HWTEST_F()
587 ASSERT_EQ(ret, DMError::DM_ERROR_NULLPTR); in HWTEST_F()
[all...]
H A Dscreen_manager_test.cpp380 EXPECT_CALL(m->Mock(), IsScreenRotationLocked(_)).Times(1).WillOnce(Return(DMError::DM_ERROR_NULLPTR)); in HWTEST_F()
433 ASSERT_EQ(DMError::DM_ERROR_NULLPTR, result); in HWTEST_F()
443 ASSERT_EQ(DMError::DM_ERROR_NULLPTR, result); in HWTEST_F()
504 ASSERT_EQ(DMError::DM_ERROR_NULLPTR, result); in HWTEST_F()
657 ASSERT_EQ(DMError::DM_ERROR_NULLPTR, ret); in HWTEST_F()
668 ASSERT_EQ(DMError::DM_ERROR_NULLPTR, ret); in HWTEST_F()
679 ASSERT_EQ(DMError::DM_ERROR_NULLPTR, ret); in HWTEST_F()
/foundation/window/window_manager/dmserver/src/
H A Ddisplay_manager_proxy.cpp238 return DMError::DM_ERROR_NULLPTR; in SetOrientation()
309 return DMError::DM_ERROR_NULLPTR; in GetScreenSupportedColorGamuts()
348 return DMError::DM_ERROR_NULLPTR; in GetScreenColorGamut()
380 return DMError::DM_ERROR_NULLPTR; in SetScreenColorGamut()
407 return DMError::DM_ERROR_NULLPTR; in GetScreenGamutMap()
439 return DMError::DM_ERROR_NULLPTR; in SetScreenGamutMap()
466 return DMError::DM_ERROR_NULLPTR; in SetScreenColorTransform()
493 return DMError::DM_ERROR_NULLPTR; in GetPixelFormat()
525 return DMError::DM_ERROR_NULLPTR; in SetPixelFormat()
552 return DMError::DM_ERROR_NULLPTR; in GetSupportedHDRFormats()
[all...]
H A Ddisplay_dumper.cpp127 case DMError::DM_ERROR_NULLPTR: in ShowIllegalArgsInfo()
173 return DMError::DM_ERROR_NULLPTR; in DumpAllScreenInfo()
198 return DMError::DM_ERROR_NULLPTR; in DumpScreenInfo()
221 return DMError::DM_ERROR_NULLPTR; in DumpSpecifiedScreenInfo()
264 return DMError::DM_ERROR_NULLPTR; in DumpAllDisplayInfo()
277 return DMError::DM_ERROR_NULLPTR; in DumpSpecifiedDisplayInfo()
H A Ddisplay_manager_service.cpp170 return DMError::DM_ERROR_NULLPTR; in HasPrivateWindow()
372 return DMError::DM_ERROR_NULLPTR; in RegisterDisplayManagerAgent()
387 return DMError::DM_ERROR_NULLPTR; in UnregisterDisplayManagerAgent()
554 return DMError::DM_ERROR_NULLPTR; in MakeMirror()
605 return DMError::DM_ERROR_NULLPTR; in AddSurfaceNodeToDisplay()
617 return DMError::DM_ERROR_NULLPTR; in RemoveSurfaceNodeFromDisplay()
706 return DMError::DM_ERROR_NULLPTR; in MakeExpand()
721 return DMError::DM_ERROR_NULLPTR; in MakeExpand()
726 return DMError::DM_ERROR_NULLPTR; in MakeExpand()
H A Ddisplay_manager_agent_controller.cpp30 return dmAgentContainer_.RegisterAgent(displayManagerAgent, type) ? DMError::DM_OK :DMError::DM_ERROR_NULLPTR; in RegisterDisplayManagerAgent()
37 return dmAgentContainer_.UnregisterAgent(displayManagerAgent, type) ? DMError::DM_OK :DMError::DM_ERROR_NULLPTR; in UnregisterDisplayManagerAgent()
H A Dabstract_screen_controller.cpp151 return DMError::DM_ERROR_NULLPTR; in AddSurfaceNodeToScreen()
162 return DMError::DM_ERROR_NULLPTR; in RemoveSurfaceNodeFromScreen()
741 return DMError::DM_ERROR_NULLPTR; in SetOrientation()
745 return DMError::DM_ERROR_NULLPTR; in SetOrientation()
768 return DMError::DM_ERROR_NULLPTR; in SetOrientation()
1012 return DMError::DM_ERROR_NULLPTR; in SetScreenActiveMode()
1020 return DMError::DM_ERROR_NULLPTR; in SetScreenActiveMode()
1025 return DMError::DM_ERROR_NULLPTR; in SetScreenActiveMode()
1085 return DMError::DM_ERROR_NULLPTR; in MakeMirror()
1094 return DMError::DM_ERROR_NULLPTR; in MakeMirror()
[all...]
/foundation/window/window_manager/dm/src/
H A Ddisplay_manager.cpp1045 return DMError::DM_ERROR_NULLPTR; in RegisterPrivateWindowListener()
1054 return DMError::DM_ERROR_NULLPTR; in UnregisterPrivateWindowListener()
1063 return DMError::DM_ERROR_NULLPTR; in RegisterPrivateWindowListChangeListener()
1072 return DMError::DM_ERROR_NULLPTR; in UnregisterPrivateWindowListChangeListener()
1103 return DMError::DM_ERROR_NULLPTR; in UnregisterPrivateWindowListener()
1142 return DMError::DM_ERROR_NULLPTR; in UnregisterPrivateWindowListChangeListener()
1159 return DMError::DM_ERROR_NULLPTR; in RegisterDisplayListener()
1170 return DMError::DM_ERROR_NULLPTR; in UnregisterDisplayListener()
1187 return DMError::DM_ERROR_NULLPTR; in UnregisterDisplayListener()
1216 return DMError::DM_ERROR_NULLPTR; in RegisterDisplayPowerEventListener()
[all...]
H A Dscreen_manager.cpp299 return DMError::DM_ERROR_NULLPTR; in RegisterScreenListener()
310 return DMError::DM_ERROR_NULLPTR; in UnregisterScreenListener()
320 return DMError::DM_ERROR_NULLPTR; in UnregisterScreenListener()
339 return DMError::DM_ERROR_NULLPTR; in RegisterScreenGroupListener()
350 return DMError::DM_ERROR_NULLPTR; in UnregisterScreenGroupListener()
360 return DMError::DM_ERROR_NULLPTR; in UnregisterScreenGroupListener()
379 return DMError::DM_ERROR_NULLPTR; in RegisterVirtualScreenGroupListener()
390 return DMError::DM_ERROR_NULLPTR; in UnregisterVirtualScreenGroupListener()
400 return DMError::DM_ERROR_NULLPTR; in UnregisterVirtualScreenGroupListener()
/foundation/window/window_manager/dmserver/test/unittest/
H A Ddisplay_manager_proxy_test.cpp260 ASSERT_EQ(DMError::DM_ERROR_NULLPTR, result1); in HWTEST_F()
283 ASSERT_EQ(DMError::DM_ERROR_NULLPTR, result1); in HWTEST_F()
310 EXPECT_EQ(DMError::DM_ERROR_NULLPTR, result1); in HWTEST_F()
334 EXPECT_EQ(DMError::DM_ERROR_NULLPTR, result1); in HWTEST_F()
362 EXPECT_EQ(DMError::DM_ERROR_NULLPTR, result1); in HWTEST_F()
389 EXPECT_EQ(DMError::DM_ERROR_NULLPTR, result1); in HWTEST_F()
485 EXPECT_EQ(DMError::DM_ERROR_NULLPTR, result1); in HWTEST_F()
510 EXPECT_EQ(DMError::DM_ERROR_NULLPTR, result1); in HWTEST_F()
535 EXPECT_EQ(DMError::DM_ERROR_NULLPTR, result1); in HWTEST_F()
559 EXPECT_EQ(DMError::DM_ERROR_NULLPTR, result in HWTEST_F()
[all...]
H A Ddisplay_manager_service_test.cpp176 ASSERT_EQ(DMError::DM_ERROR_NULLPTR, dms_->HasPrivateWindow(1, hasPrivateWindow)); in HWTEST_F()
261 ASSERT_EQ(DMError::DM_ERROR_NULLPTR, dms_->SetOrientationFromWindow(0, orientation, true)); in HWTEST_F()
308 ASSERT_EQ(DMError::DM_ERROR_NULLPTR, dms_->RegisterDisplayManagerAgent(nullptr, type)); in HWTEST_F()
309 ASSERT_EQ(DMError::DM_ERROR_NULLPTR, dms_->UnregisterDisplayManagerAgent(nullptr, type)); in HWTEST_F()
380 ASSERT_EQ(DMError::DM_ERROR_NULLPTR, dms_->SetScreenActiveMode(SCREEN_ID_INVALID, 0)); in HWTEST_F()
402 EXPECT_EQ(result, DMError::DM_ERROR_NULLPTR); in HWTEST_F()
558 ASSERT_EQ(ret, DMError::DM_ERROR_NULLPTR); in HWTEST_F()
602 ASSERT_EQ(DMError::DM_ERROR_NULLPTR, ret); in HWTEST_F()
H A Ddisplay_manager_service_inner_test.cpp153 EXPECT_EQ(DMError::DM_ERROR_NULLPTR, ret); in HWTEST_F()
157 EXPECT_EQ(DMError::DM_ERROR_NULLPTR, ret); in HWTEST_F()
/foundation/window/window_manager/dm_lite/src/
H A Ddisplay_manager_lite.cpp259 return DMError::DM_ERROR_NULLPTR; in RegisterDisplayListener()
270 return DMError::DM_ERROR_NULLPTR; in UnregisterDisplayListener()
287 return DMError::DM_ERROR_NULLPTR; in UnregisterDisplayListener()
338 return DMError::DM_ERROR_NULLPTR; in RegisterFoldStatusListener()
367 return DMError::DM_ERROR_NULLPTR; in UnregisterFoldStatusListener()
378 return DMError::DM_ERROR_NULLPTR; in UnregisterFoldStatusListener()
407 return DMError::DM_ERROR_NULLPTR; in RegisterDisplayModeListener()
436 return DMError::DM_ERROR_NULLPTR; in UnregisterDisplayModeListener()
447 return DMError::DM_ERROR_NULLPTR; in UnregisterDisplayModeListener()
H A Dscreen_manager_lite.cpp173 return DMError::DM_ERROR_NULLPTR; in RegisterScreenListener()
184 return DMError::DM_ERROR_NULLPTR; in UnregisterScreenListener()
194 return DMError::DM_ERROR_NULLPTR; in UnregisterScreenListener()
/foundation/window/window_manager/window_scene/screen_session_manager/src/zidl/
H A Dscreen_session_manager_proxy.cpp196 return DMError::DM_ERROR_NULLPTR; in GetScreenColorGamut()
228 return DMError::DM_ERROR_NULLPTR; in SetScreenColorGamut()
255 return DMError::DM_ERROR_NULLPTR; in GetScreenGamutMap()
287 return DMError::DM_ERROR_NULLPTR; in SetScreenGamutMap()
314 return DMError::DM_ERROR_NULLPTR; in SetScreenColorTransform()
341 return DMError::DM_ERROR_NULLPTR; in GetPixelFormat()
373 return DMError::DM_ERROR_NULLPTR; in SetPixelFormat()
400 return DMError::DM_ERROR_NULLPTR; in GetSupportedHDRFormats()
439 return DMError::DM_ERROR_NULLPTR; in GetScreenHDRFormat()
471 return DMError::DM_ERROR_NULLPTR; in SetScreenHDRFormat()
[all...]
/foundation/window/window_manager/window_scene/screen_session_manager/src/
H A Dscreen_session_manager_lite.cpp86 return DMError::DM_ERROR_NULLPTR; in RegisterDisplayManagerAgent()
96 return DMError::DM_ERROR_NULLPTR; in UnregisterDisplayManagerAgent()
/foundation/window/window_manager/dm_lite/test/unittest/
H A Ddisplay_manager_lite_test.cpp202 ASSERT_EQ(ret, DMError::DM_ERROR_NULLPTR); in HWTEST_F()
230 ASSERT_EQ(ret, DMError::DM_ERROR_NULLPTR); in HWTEST_F()
242 ASSERT_EQ(ret, DMError::DM_ERROR_NULLPTR); in HWTEST_F()
267 ASSERT_EQ(ret, DMError::DM_ERROR_NULLPTR); in HWTEST_F()
324 ASSERT_EQ(ret, DMError::DM_ERROR_NULLPTR); in HWTEST_F()
336 ASSERT_EQ(ret, DMError::DM_ERROR_NULLPTR); in HWTEST_F()
/foundation/window/window_manager/previewer/include/
H A Ddm_common.h124 DM_ERROR_NULLPTR = 120, member in OHOS::Rosen::DMError
162 {DMError::DM_ERROR_NULLPTR, DmErrorCode::DM_ERROR_INVALID_SCREEN }, member in OHOS::Rosen::DMError
/foundation/window/window_manager/test/systemtest/dms/
H A Ddisplay_change_test.cpp194 ASSERT_EQ(DMError::DM_ERROR_NULLPTR, ret); in HWTEST_F()
218 ASSERT_EQ(DMError::DM_ERROR_NULLPTR, ret); in HWTEST_F()
230 ASSERT_EQ(DMError::DM_ERROR_NULLPTR, ret); in HWTEST_F()
H A Ddisplay_power_test.cpp149 ASSERT_EQ(DMError::DM_ERROR_NULLPTR, ret); in HWTEST_F()
173 ASSERT_EQ(DMError::DM_ERROR_NULLPTR, ret); in HWTEST_F()
185 ASSERT_EQ(DMError::DM_ERROR_NULLPTR, ret); in HWTEST_F()
/foundation/window/window_manager/interfaces/innerkits/dm/
H A Ddm_common.h148 DM_ERROR_NULLPTR = 120, member in OHOS::Rosen::DMError
186 {DMError::DM_ERROR_NULLPTR, DmErrorCode::DM_ERROR_INVALID_SCREEN }, member in OHOS::Rosen::DMError

Completed in 28 milliseconds

12