Home
last modified time | relevance | path

Searched refs:SetScreenRotationLocked (Results 1 – 25 of 27) sorted by relevance

12

/foundation/window/window_manager/dmserver/include/
Dscreen_rotation_controller.h52 static DMError SetScreenRotationLocked(bool isLocked);
Ddisplay_manager_proxy.h47 DMError SetScreenRotationLocked(bool isLocked) override;
Ddisplay_manager_interface.h106 virtual DMError SetScreenRotationLocked(bool isLocked) = 0;
Ddisplay_manager_service.h54 DMError SetScreenRotationLocked(bool isLocked) override;
/foundation/window/window_manager/window_scene/session_manager/include/
Dscreen_rotation_property.h52 static DMError SetScreenRotationLocked(bool isLocked);
Dscreen_session_manager.h102 DMError SetScreenRotationLocked(bool isLocked) override;
/foundation/window/window_manager/interfaces/innerkits/dm/
Dscreen_manager.h187 DMError SetScreenRotationLocked(bool isLocked);
/foundation/window/window_manager/test/common/mock/
Dmock_display_manager_adapter.h77 MOCK_METHOD1(SetScreenRotationLocked, DMError(bool isLocked));
/foundation/window/window_manager/dm/src/
Ddisplay_manager_adapter.cpp143 DMError ScreenManagerAdapter::SetScreenRotationLocked(bool isLocked) in SetScreenRotationLocked() function in OHOS::Rosen::ScreenManagerAdapter
147 return displayManagerServiceProxy_->SetScreenRotationLocked(isLocked); in SetScreenRotationLocked()
Dscreen_manager.cpp539 DMError ScreenManager::SetScreenRotationLocked(bool isLocked) in SetScreenRotationLocked() function in OHOS::Rosen::ScreenManager
541 return SingletonContainer::Get<ScreenManagerAdapter>().SetScreenRotationLocked(isLocked); in SetScreenRotationLocked()
/foundation/window/window_manager/window_scene/session_manager/include/zidl/
Dscreen_session_manager_proxy.h85 virtual DMError SetScreenRotationLocked(bool isLocked) override;
Dscreen_session_manager_interface.h44 virtual DMError SetScreenRotationLocked(bool isLocked) override { return DMError::DM_OK; } in SetScreenRotationLocked() function
/foundation/window/window_manager/dm/test/unittest/
Dscreen_manager_test.cpp333 HWTEST_F(ScreenManagerTest, SetScreenRotationLocked, Function | SmallTest | Level1)
337 EXPECT_CALL(m->Mock(), SetScreenRotationLocked(_)).Times(1);
338 auto result = ScreenManager::GetInstance().SetScreenRotationLocked(true);
/foundation/window/window_manager/dm/include/
Ddisplay_manager_adapter.h111 virtual DMError SetScreenRotationLocked(bool isLocked);
/foundation/window/window_manager/dmserver/test/unittest/
Dscreen_rotation_controller_test.cpp109 ScreenRotationController::SetScreenRotationLocked(false);
112 ScreenRotationController::SetScreenRotationLocked(true);
Ddisplay_manager_service_test.cpp399 dms_->SetScreenRotationLocked(false);
/foundation/window/window_manager/dmserver/src/
Dscreen_rotation_controller.cpp56 DMError ScreenRotationController::SetScreenRotationLocked(bool isLocked) in SetScreenRotationLocked() function in OHOS::Rosen::ScreenRotationController
Ddisplay_manager_service.cpp749 DMError DisplayManagerService::SetScreenRotationLocked(bool isLocked) in SetScreenRotationLocked() function in OHOS::Rosen::DisplayManagerService
755 return ScreenRotationController::SetScreenRotationLocked(isLocked); in SetScreenRotationLocked()
Ddisplay_manager_stub.cpp335 DMError ret = SetScreenRotationLocked(isLocked); in OnRemoteRequest()
/foundation/window/window_manager/window_scene/session_manager/src/
Dscreen_rotation_property.cpp66 DMError ScreenRotationProperty::SetScreenRotationLocked(bool isLocked) in SetScreenRotationLocked() function in OHOS::Rosen::ScreenRotationProperty
Dscreen_session_manager.cpp627 DMError ScreenSessionManager::SetScreenRotationLocked(bool isLocked) in SetScreenRotationLocked() function in OHOS::Rosen::ScreenSessionManager
634 return ScreenRotationProperty::SetScreenRotationLocked(isLocked); in SetScreenRotationLocked()
/foundation/window/window_manager/window_scene/session_manager/src/zidl/
Dscreen_session_manager_stub.cpp295 DMError ret = SetScreenRotationLocked(isLocked); in OnRemoteRequest()
/foundation/window/window_manager/interfaces/kits/napi/screen_runtime/napi/
Djs_screen_manager.cpp121 static NativeValue* SetScreenRotationLocked(NativeEngine* engine, NativeCallbackInfo* info) in SetScreenRotationLocked() function in OHOS::Rosen::JsScreenManager
836 SingletonContainer::Get<ScreenManager>().SetScreenRotationLocked(isLocked)); in OnSetScreenRotationLocked()
1023 JsScreenManager::SetScreenRotationLocked); in JsScreenManagerInit()
/foundation/window/window_manager/test/fuzztest/dms/screenmanager_fuzzer/
Dscreenmanager_fuzzer.cpp229 screenManager.SetScreenRotationLocked(flag); in SetScreenRotationLockedFuzzTest()
/foundation/window/window_manager/test/systemtest/dms/
Dscreen_manager_test.cpp886 ScreenManager::GetInstance().SetScreenRotationLocked(!originalLockStatus);
890 ScreenManager::GetInstance().SetScreenRotationLocked(originalLockStatus);

12