/ohos5.0/foundation/window/window_manager/window_scene/screen_session_manager/src/ |
H A D | screen_session_manager_client.cpp | 293 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 D | js_screen_session_manager.h | 45 static napi_value UpdateScreenRotationProperty(napi_env env, napi_callback_info info);
|
H A D | js_screen_session_manager.cpp | 77 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 D | screen_session_manager_client_test.cpp | 407 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 D | screen_session_manager_test.cpp | 1217 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 D | screen_session_manager_client.h | 52 …void UpdateScreenRotationProperty(ScreenId screenId, const RRect& bounds, ScreenDirectionInfo dire…
|
/ohos5.0/foundation/window/window_manager/window_scene/session_manager/include/zidl/ |
H A D | screen_session_manager_proxy.h | 152 … void UpdateScreenRotationProperty(ScreenId screenId, const RRectT<float>& bounds, float rotation,
|
H A D | screen_session_manager_interface.h | 154 …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 D | screen_session_manager.h | 261 void UpdateScreenRotationProperty(ScreenId screenId, const RRect& bounds, float rotation,
|
/ohos5.0/foundation/window/window_manager/window_scene/session_manager/src/zidl/ |
H A D | screen_session_manager_stub.cpp | 674 UpdateScreenRotationProperty(screenId, bounds, rotation, screenPropertyChangeType); in OnRemoteRequest()
|
H A D | screen_session_manager_proxy.cpp | 2380 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 D | screen_session_manager.cpp | 2247 void ScreenSessionManager::UpdateScreenRotationProperty(ScreenId screenId, const RRect& bounds, flo… in UpdateScreenRotationProperty() function in OHOS::Rosen::ScreenSessionManager
|