Searched refs:OnScreenRotationLockedChanged (Results 1 – 9 of 9) sorted by relevance
/ohos5.0/foundation/window/window_manager/window_scene/test/dms_unittest/ |
H A D | screen_session_manager_client_proxy_test.cpp | 166 HWTEST_F(ScreenSessionManagerClientProxyTest, OnScreenRotationLockedChanged, Function | SmallTest |… 172 screenSessionManagerClientProxy_->OnScreenRotationLockedChanged(screenId, isLocked);
|
H A D | screen_session_manager_client_test.cpp | 659 screenSessionManagerClient_->OnScreenRotationLockedChanged(screenId, isLocked); 673 screenSessionManagerClient_->OnScreenRotationLockedChanged(screenId, isLocked);
|
/ohos5.0/foundation/window/window_manager/window_scene/screen_session_manager/include/zidl/ |
H A D | screen_session_manager_client_proxy.h | 40 void OnScreenRotationLockedChanged(ScreenId screenId, bool isLocked) override;
|
H A D | screen_session_manager_client_interface.h | 60 virtual void OnScreenRotationLockedChanged(ScreenId screenId, bool isLocked) = 0;
|
/ohos5.0/foundation/window/window_manager/window_scene/screen_session_manager/include/ |
H A D | screen_session_manager_client.h | 104 void OnScreenRotationLockedChanged(ScreenId screenId, bool isLocked) override;
|
/ohos5.0/foundation/window/window_manager/window_scene/screen_session_manager/src/zidl/ |
H A D | screen_session_manager_client_stub.cpp | 194 OnScreenRotationLockedChanged(screenId, isLocked); in HandleOnScreenRotationLockedChanged()
|
H A D | screen_session_manager_client_proxy.cpp | 260 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 D | screen_session_manager_client.cpp | 220 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 D | screen_session_manager.cpp | 5026 clientProxy_->OnScreenRotationLockedChanged(screenId, isLocked); in OnScreenRotationLockedChange()
|