Home
last modified time | relevance | path

Searched refs:OnScreenOrientationChanged (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.cpp152 HWTEST_F(ScreenSessionManagerClientProxyTest, OnScreenOrientationChanged, Function | SmallTest | Le…
158 screenSessionManagerClientProxy_->OnScreenOrientationChanged(screenId, screenOrientation);
H A Dscreen_session_manager_client_test.cpp631 screenSessionManagerClient_->OnScreenOrientationChanged(screenId, screenOrientation);
645 screenSessionManagerClient_->OnScreenOrientationChanged(screenId, screenOrientation);
/ohos5.0/foundation/window/window_manager/window_scene/screen_session_manager/include/zidl/
H A Dscreen_session_manager_client_proxy.h39 void OnScreenOrientationChanged(ScreenId screenId, float screenOrientation) override;
H A Dscreen_session_manager_client_interface.h59 virtual void OnScreenOrientationChanged(ScreenId screenId, float screenOrientation) = 0;
/ohos5.0/foundation/window/window_manager/window_scene/screen_session_manager/include/
H A Dscreen_session_manager_client.h103 void OnScreenOrientationChanged(ScreenId screenId, float screenOrientation) override;
/ohos5.0/foundation/window/window_manager/window_scene/screen_session_manager/src/zidl/
H A Dscreen_session_manager_client_stub.cpp185 OnScreenOrientationChanged(screenId, screenOrientation); in HandleOnScreenOrientationChanged()
H A Dscreen_session_manager_client_proxy.cpp229 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 Dscreen_session_manager_client.cpp210 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 Dscreen_session_manager.cpp5016 clientProxy_->OnScreenOrientationChanged(screenId, screenOrientation); in OnScreenOrientationChange()