Searched refs:OnScreenOrientationChanged (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 | 152 HWTEST_F(ScreenSessionManagerClientProxyTest, OnScreenOrientationChanged, Function | SmallTest | Le… 158 screenSessionManagerClientProxy_->OnScreenOrientationChanged(screenId, screenOrientation);
|
H A D | screen_session_manager_client_test.cpp | 631 screenSessionManagerClient_->OnScreenOrientationChanged(screenId, screenOrientation); 645 screenSessionManagerClient_->OnScreenOrientationChanged(screenId, screenOrientation);
|
/ohos5.0/foundation/window/window_manager/window_scene/screen_session_manager/include/zidl/ |
H A D | screen_session_manager_client_proxy.h | 39 void OnScreenOrientationChanged(ScreenId screenId, float screenOrientation) override;
|
H A D | screen_session_manager_client_interface.h | 59 virtual void OnScreenOrientationChanged(ScreenId screenId, float screenOrientation) = 0;
|
/ohos5.0/foundation/window/window_manager/window_scene/screen_session_manager/include/ |
H A D | screen_session_manager_client.h | 103 void OnScreenOrientationChanged(ScreenId screenId, float screenOrientation) override;
|
/ohos5.0/foundation/window/window_manager/window_scene/screen_session_manager/src/zidl/ |
H A D | screen_session_manager_client_stub.cpp | 185 OnScreenOrientationChanged(screenId, screenOrientation); in HandleOnScreenOrientationChanged()
|
H A D | screen_session_manager_client_proxy.cpp | 229 void ScreenSessionManagerClientProxy::OnScreenOrientationChanged(ScreenId screenId, float screenOri… in OnScreenOrientationChanged() 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 | 210 void ScreenSessionManagerClient::OnScreenOrientationChanged(ScreenId screenId, float screenOrientat… in OnScreenOrientationChanged() function in OHOS::Rosen::ScreenSessionManagerClient
|
/ohos5.0/foundation/window/window_manager/window_scene/session_manager/src/ |
H A D | screen_session_manager.cpp | 5016 clientProxy_->OnScreenOrientationChanged(screenId, screenOrientation); in OnScreenOrientationChange()
|