Home
last modified time | relevance | path

Searched refs:SetScreenRotationLockedFromJs (Results 1 - 23 of 23) sorted by relevance

/foundation/window/window_manager/interfaces/innerkits/dm/
H A Dscreen_manager.h270 DMError SetScreenRotationLockedFromJs(bool isLocked);
/foundation/window/window_manager/dmserver/include/
H A Ddisplay_manager_proxy.h48 DMError SetScreenRotationLockedFromJs(bool isLocked) override;
H A Ddisplay_manager_service.h55 DMError SetScreenRotationLockedFromJs(bool isLocked) override;
H A Ddisplay_manager_interface.h64 virtual DMError SetScreenRotationLockedFromJs(bool isLocked) = 0;
/foundation/window/window_manager/dmserver/test/unittest/
H A Ddisplay_manager_proxy_test.cpp1314 * @tc.name: SetScreenRotationLockedFromJs
1315 * @tc.desc: test DisplayManagerProxy::SetScreenRotationLockedFromJs
1318 HWTEST_F(DisplayManagerProxyTest, SetScreenRotationLockedFromJs, Function | SmallTest | Level1) in HWTEST_F()
1323 auto result1 = proxy1.SetScreenRotationLockedFromJs(true); in HWTEST_F()
1330 auto result2 = proxy2.SetScreenRotationLockedFromJs(true); in HWTEST_F()
1334 auto result3 = proxy2.SetScreenRotationLockedFromJs(true); in HWTEST_F()
1541 auto result1 = proxy1.SetScreenRotationLockedFromJs(true); in HWTEST_F()
1548 auto result2 = proxy2.SetScreenRotationLockedFromJs(true); in HWTEST_F()
1552 auto result3 = proxy2.SetScreenRotationLockedFromJs(true); in HWTEST_F()
H A Ddisplay_manager_service_test.cpp487 * @tc.name: SetScreenRotationLockedFromJs
488 * @tc.desc: SetScreenRotationLockedFromJs
491 HWTEST_F(DisplayManagerServiceTest, SetScreenRotationLockedFromJs, Function | SmallTest | Level3) in HWTEST_F()
494 DMError ret = dms_->SetScreenRotationLockedFromJs(isLocked); in HWTEST_F()
/foundation/window/window_manager/dm/src/
H A Ddisplay_manager_adapter.cpp259 DMError ScreenManagerAdapter::SetScreenRotationLockedFromJs(bool isLocked) in SetScreenRotationLockedFromJs() function in OHOS::Rosen::ScreenManagerAdapter
262 WLOGFI("DisplayManagerAdapter::SetScreenRotationLockedFromJs"); in SetScreenRotationLockedFromJs()
263 return displayManagerServiceProxy_->SetScreenRotationLockedFromJs(isLocked); in SetScreenRotationLockedFromJs()
H A Dscreen_manager.cpp627 DMError ScreenManager::SetScreenRotationLockedFromJs(bool isLocked) in SetScreenRotationLockedFromJs() function in OHOS::Rosen::ScreenManager
629 return SingletonContainer::Get<ScreenManagerAdapter>().SetScreenRotationLockedFromJs(isLocked); in SetScreenRotationLockedFromJs()
/foundation/window/window_manager/window_scene/interfaces/kits/napi/screen_session_manager/
H A Djs_screen_session.cpp202 screenSession_->SetScreenRotationLockedFromJs(isLocked); in OnSetScreenRotationLocked()
209 SingletonContainer::Get<ScreenManager>().SetScreenRotationLockedFromJs(isLocked)); in OnSetScreenRotationLocked()
/foundation/window/window_manager/dm/include/
H A Ddisplay_manager_adapter.h139 virtual DMError SetScreenRotationLockedFromJs(bool isLocked);
/foundation/window/window_manager/window_scene/screen_session_manager/include/zidl/
H A Dscreen_session_manager_interface.h64 virtual DMError SetScreenRotationLockedFromJs(bool isLocked) override { return DMError::DM_OK; }
H A Dscreen_session_manager_proxy.h119 virtual DMError SetScreenRotationLockedFromJs(bool isLocked) override;
/foundation/window/window_manager/window_scene/session/screen/include/
H A Dscreen_session.h168 void SetScreenRotationLockedFromJs(bool isLocked);
/foundation/window/window_manager/window_scene/test/dms_unittest/
H A Dscreen_session_manager_proxy_test.cpp1281 * @tc.name: SetScreenRotationLockedFromJs
1282 * @tc.desc: SetScreenRotationLockedFromJs
1285 HWTEST_F(ScreenSessionManagerProxyTest, SetScreenRotationLockedFromJs, Function | SmallTest | Level1) in HWTEST_F()
1294 screenSessionManagerProxy->SetScreenRotationLockedFromJs(isLocked)); in HWTEST_F()
1297 screenSessionManagerProxy->SetScreenRotationLockedFromJs(isLocked)); in HWTEST_F()
H A Dscreen_session_test.cpp1613 * @tc.name: SetScreenRotationLockedFromJs
1617 HWTEST_F(ScreenSessionTest, SetScreenRotationLockedFromJs, Function | SmallTest | Level2) in HWTEST_F()
1619 GTEST_LOG_(INFO) << "ScreenSessionTest: SetScreenRotationLockedFromJs start"; in HWTEST_F()
1622 session->SetScreenRotationLockedFromJs(isLocked); in HWTEST_F()
1625 GTEST_LOG_(INFO) << "ScreenSessionTest: SetScreenRotationLockedFromJs end"; in HWTEST_F()
/foundation/window/window_manager/dmserver/src/
H A Ddisplay_manager_stub.cpp371 DMError ret = SetScreenRotationLockedFromJs(isLocked); in OnRemoteRequest()
H A Ddisplay_manager_service.cpp793 DMError DisplayManagerService::SetScreenRotationLockedFromJs(bool isLocked) in SetScreenRotationLockedFromJs() function in OHOS::Rosen::DisplayManagerService
H A Ddisplay_manager_proxy.cpp1695 DMError DisplayManagerProxy::SetScreenRotationLockedFromJs(bool isLocked) in SetScreenRotationLockedFromJs() function in OHOS::Rosen::DisplayManagerProxy
/foundation/window/window_manager/window_scene/screen_session_manager/include/
H A Dscreen_session_manager.h134 DMError SetScreenRotationLockedFromJs(bool isLocked) override;
/foundation/window/window_manager/window_scene/screen_session_manager/src/zidl/
H A Dscreen_session_manager_stub.cpp551 DMError ret = SetScreenRotationLockedFromJs(isLocked); in OnRemoteRequest()
H A Dscreen_session_manager_proxy.cpp1845 DMError OHOS::Rosen::ScreenSessionManagerProxy::SetScreenRotationLockedFromJs(bool isLocked) in SetScreenRotationLockedFromJs() function in OHOS::Rosen::OHOS::Rosen::ScreenSessionManagerProxy
/foundation/window/window_manager/window_scene/session/screen/src/
H A Dscreen_session.cpp725 void ScreenSession::SetScreenRotationLockedFromJs(bool isLocked) in SetScreenRotationLockedFromJs() function in OHOS::Rosen::ScreenSession
/foundation/window/window_manager/window_scene/screen_session_manager/src/
H A Dscreen_session_manager.cpp2215 SetScreenRotationLockedFromJs(islocked); in SetRotateLockedFromSettingData()
2418 DMError ScreenSessionManager::SetScreenRotationLockedFromJs(bool isLocked) in SetScreenRotationLockedFromJs() function in OHOS::Rosen::ScreenSessionManager
2430 screenSession->SetScreenRotationLockedFromJs(isLocked); in SetScreenRotationLockedFromJs()

Completed in 42 milliseconds