/foundation/window/window_manager/dmserver/include/ |
D | screen_rotation_controller.h | 52 static DMError SetScreenRotationLocked(bool isLocked);
|
D | display_manager_proxy.h | 47 DMError SetScreenRotationLocked(bool isLocked) override;
|
D | display_manager_interface.h | 106 virtual DMError SetScreenRotationLocked(bool isLocked) = 0;
|
D | display_manager_service.h | 54 DMError SetScreenRotationLocked(bool isLocked) override;
|
/foundation/window/window_manager/window_scene/session_manager/include/ |
D | screen_rotation_property.h | 52 static DMError SetScreenRotationLocked(bool isLocked);
|
D | screen_session_manager.h | 102 DMError SetScreenRotationLocked(bool isLocked) override;
|
/foundation/window/window_manager/interfaces/innerkits/dm/ |
D | screen_manager.h | 187 DMError SetScreenRotationLocked(bool isLocked);
|
/foundation/window/window_manager/test/common/mock/ |
D | mock_display_manager_adapter.h | 77 MOCK_METHOD1(SetScreenRotationLocked, DMError(bool isLocked));
|
/foundation/window/window_manager/dm/src/ |
D | display_manager_adapter.cpp | 143 DMError ScreenManagerAdapter::SetScreenRotationLocked(bool isLocked) in SetScreenRotationLocked() function in OHOS::Rosen::ScreenManagerAdapter 147 return displayManagerServiceProxy_->SetScreenRotationLocked(isLocked); in SetScreenRotationLocked()
|
D | screen_manager.cpp | 539 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/ |
D | screen_session_manager_proxy.h | 85 virtual DMError SetScreenRotationLocked(bool isLocked) override;
|
D | screen_session_manager_interface.h | 44 virtual DMError SetScreenRotationLocked(bool isLocked) override { return DMError::DM_OK; } in SetScreenRotationLocked() function
|
/foundation/window/window_manager/dm/test/unittest/ |
D | screen_manager_test.cpp | 333 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/ |
D | display_manager_adapter.h | 111 virtual DMError SetScreenRotationLocked(bool isLocked);
|
/foundation/window/window_manager/dmserver/test/unittest/ |
D | screen_rotation_controller_test.cpp | 109 ScreenRotationController::SetScreenRotationLocked(false); 112 ScreenRotationController::SetScreenRotationLocked(true);
|
D | display_manager_service_test.cpp | 399 dms_->SetScreenRotationLocked(false);
|
/foundation/window/window_manager/dmserver/src/ |
D | screen_rotation_controller.cpp | 56 DMError ScreenRotationController::SetScreenRotationLocked(bool isLocked) in SetScreenRotationLocked() function in OHOS::Rosen::ScreenRotationController
|
D | display_manager_service.cpp | 749 DMError DisplayManagerService::SetScreenRotationLocked(bool isLocked) in SetScreenRotationLocked() function in OHOS::Rosen::DisplayManagerService 755 return ScreenRotationController::SetScreenRotationLocked(isLocked); in SetScreenRotationLocked()
|
D | display_manager_stub.cpp | 335 DMError ret = SetScreenRotationLocked(isLocked); in OnRemoteRequest()
|
/foundation/window/window_manager/window_scene/session_manager/src/ |
D | screen_rotation_property.cpp | 66 DMError ScreenRotationProperty::SetScreenRotationLocked(bool isLocked) in SetScreenRotationLocked() function in OHOS::Rosen::ScreenRotationProperty
|
D | screen_session_manager.cpp | 627 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/ |
D | screen_session_manager_stub.cpp | 295 DMError ret = SetScreenRotationLocked(isLocked); in OnRemoteRequest()
|
/foundation/window/window_manager/interfaces/kits/napi/screen_runtime/napi/ |
D | js_screen_manager.cpp | 121 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/ |
D | screenmanager_fuzzer.cpp | 229 screenManager.SetScreenRotationLocked(flag); in SetScreenRotationLockedFuzzTest()
|
/foundation/window/window_manager/test/systemtest/dms/ |
D | screen_manager_test.cpp | 886 ScreenManager::GetInstance().SetScreenRotationLocked(!originalLockStatus); 890 ScreenManager::GetInstance().SetScreenRotationLocked(originalLockStatus);
|