Home
last modified time | relevance | path

Searched refs:UpdateScreenRotationProperty (Results 1 – 12 of 12) sorted by relevance

/ohos5.0/foundation/window/window_manager/window_scene/screen_session_manager/src/
H A Dscreen_session_manager_client.cpp293 void ScreenSessionManagerClient::UpdateScreenRotationProperty(ScreenId screenId, const RRect& bound… in UpdateScreenRotationProperty() function in OHOS::Rosen::ScreenSessionManagerClient
302 …screenSessionManager_->UpdateScreenRotationProperty(screenId, bounds, directionInfo.notifyRotation… in UpdateScreenRotationProperty()
463 screenSessionManager_->UpdateScreenRotationProperty(screenId, bounds, rotation, in SwitchUserCallback()
/ohos5.0/foundation/window/window_manager/window_scene/interfaces/kits/napi/screen_session_manager/
H A Djs_screen_session_manager.h45 static napi_value UpdateScreenRotationProperty(napi_env env, napi_callback_info info);
H A Djs_screen_session_manager.cpp77 JsScreenSessionManager::UpdateScreenRotationProperty); in Init()
123 napi_value JsScreenSessionManager::UpdateScreenRotationProperty(napi_env env, napi_callback_info in… in UpdateScreenRotationProperty() function in OHOS::Rosen::JsScreenSessionManager
456 …ScreenSessionManagerClient::GetInstance().UpdateScreenRotationProperty(screenId, bounds, direction… in OnUpdateScreenRotationProperty()
/ohos5.0/foundation/window/window_manager/window_scene/test/dms_unittest/
H A Dscreen_session_manager_client_test.cpp407 HWTEST_F(ScreenSessionManagerClientTest, UpdateScreenRotationProperty, Function | SmallTest | Level…
425 screenSessionManagerClient_->UpdateScreenRotationProperty(screenId, bounds, directionInfo,
459 screenSessionManagerClient_->UpdateScreenRotationProperty(screenId, bounds, directionInfo,
490 screenSessionManagerClient_->UpdateScreenRotationProperty(screenId, bounds, directionInfo,
H A Dscreen_session_manager_test.cpp1217 HWTEST_F(ScreenSessionManagerTest, UpdateScreenRotationProperty, Function | SmallTest | Level3)
1227 …ScreenSessionManager::GetInstance().UpdateScreenRotationProperty(1, bounds, 1, screenPropertyChang…
1233 ScreenSessionManager::GetInstance().UpdateScreenRotationProperty(1, bounds, rotation,
/ohos5.0/foundation/window/window_manager/window_scene/screen_session_manager/include/
H A Dscreen_session_manager_client.h52 …void UpdateScreenRotationProperty(ScreenId screenId, const RRect& bounds, ScreenDirectionInfo dire…
/ohos5.0/foundation/window/window_manager/window_scene/session_manager/include/zidl/
H A Dscreen_session_manager_proxy.h152 … void UpdateScreenRotationProperty(ScreenId screenId, const RRectT<float>& bounds, float rotation,
H A Dscreen_session_manager_interface.h154 …virtual void UpdateScreenRotationProperty(ScreenId screenId, const RRectT<float>& bounds, float ro… in UpdateScreenRotationProperty() function
/ohos5.0/foundation/window/window_manager/window_scene/session_manager/include/
H A Dscreen_session_manager.h261 void UpdateScreenRotationProperty(ScreenId screenId, const RRect& bounds, float rotation,
/ohos5.0/foundation/window/window_manager/window_scene/session_manager/src/zidl/
H A Dscreen_session_manager_stub.cpp674 UpdateScreenRotationProperty(screenId, bounds, rotation, screenPropertyChangeType); in OnRemoteRequest()
H A Dscreen_session_manager_proxy.cpp2380 void ScreenSessionManagerProxy::UpdateScreenRotationProperty(ScreenId screenId, const RRect& bounds… in UpdateScreenRotationProperty() function in OHOS::Rosen::ScreenSessionManagerProxy
/ohos5.0/foundation/window/window_manager/window_scene/session_manager/src/
H A Dscreen_session_manager.cpp2247 void ScreenSessionManager::UpdateScreenRotationProperty(ScreenId screenId, const RRect& bounds, flo… in UpdateScreenRotationProperty() function in OHOS::Rosen::ScreenSessionManager