Home
last modified time | relevance | path

Searched refs:OnScreenRotationLockedChanged (Results 1 – 9 of 9) sorted by relevance

/ohos5.0/foundation/window/window_manager/window_scene/test/dms_unittest/
H A Dscreen_session_manager_client_proxy_test.cpp166 HWTEST_F(ScreenSessionManagerClientProxyTest, OnScreenRotationLockedChanged, Function | SmallTest |…
172 screenSessionManagerClientProxy_->OnScreenRotationLockedChanged(screenId, isLocked);
H A Dscreen_session_manager_client_test.cpp659 screenSessionManagerClient_->OnScreenRotationLockedChanged(screenId, isLocked);
673 screenSessionManagerClient_->OnScreenRotationLockedChanged(screenId, isLocked);
/ohos5.0/foundation/window/window_manager/window_scene/screen_session_manager/include/zidl/
H A Dscreen_session_manager_client_proxy.h40 void OnScreenRotationLockedChanged(ScreenId screenId, bool isLocked) override;
H A Dscreen_session_manager_client_interface.h60 virtual void OnScreenRotationLockedChanged(ScreenId screenId, bool isLocked) = 0;
/ohos5.0/foundation/window/window_manager/window_scene/screen_session_manager/include/
H A Dscreen_session_manager_client.h104 void OnScreenRotationLockedChanged(ScreenId screenId, bool isLocked) override;
/ohos5.0/foundation/window/window_manager/window_scene/screen_session_manager/src/zidl/
H A Dscreen_session_manager_client_stub.cpp194 OnScreenRotationLockedChanged(screenId, isLocked); in HandleOnScreenRotationLockedChanged()
H A Dscreen_session_manager_client_proxy.cpp260 void ScreenSessionManagerClientProxy::OnScreenRotationLockedChanged(ScreenId screenId, bool isLocke… in OnScreenRotationLockedChanged() function in OHOS::Rosen::ScreenSessionManagerClientProxy
/ohos5.0/foundation/window/window_manager/window_scene/screen_session_manager/src/
H A Dscreen_session_manager_client.cpp220 void ScreenSessionManagerClient::OnScreenRotationLockedChanged(ScreenId screenId, bool isLocked) in OnScreenRotationLockedChanged() function in OHOS::Rosen::ScreenSessionManagerClient
/ohos5.0/foundation/window/window_manager/window_scene/session_manager/src/
H A Dscreen_session_manager.cpp5026 clientProxy_->OnScreenRotationLockedChanged(screenId, isLocked); in OnScreenRotationLockedChange()