/ohos5.0/foundation/window/window_manager/window_scene/screen_session_manager/src/ |
H A D | screen_session_manager_client.cpp | 294 ScreenDirectionInfo directionInfo, ScreenPropertyChangeType screenPropertyChangeType) in UpdateScreenRotationProperty() argument 301 directionInfo.phyRotation_, screenPropertyChangeType); in UpdateScreenRotationProperty() 303 screenPropertyChangeType); in UpdateScreenRotationProperty() 306 if (screenPropertyChangeType == ScreenPropertyChangeType::ROTATION_END || in UpdateScreenRotationProperty() 307 screenPropertyChangeType == ScreenPropertyChangeType::ROTATION_UPDATE_PROPERTY_ONLY) { in UpdateScreenRotationProperty()
|
/ohos5.0/foundation/window/window_manager/window_scene/test/dms_unittest/ |
H A D | screen_session_manager_client_test.cpp | 424 ScreenPropertyChangeType screenPropertyChangeType = ScreenPropertyChangeType::ROTATION_BEGIN; variable 426 screenPropertyChangeType); 458 ScreenPropertyChangeType screenPropertyChangeType = ScreenPropertyChangeType::ROTATION_BEGIN; variable 460 screenPropertyChangeType); 489 ScreenPropertyChangeType screenPropertyChangeType = ScreenPropertyChangeType::ROTATION_BEGIN; variable 491 screenPropertyChangeType);
|
H A D | screen_session_manager_test.cpp | 1226 ScreenPropertyChangeType screenPropertyChangeType = ScreenPropertyChangeType::ROTATION_BEGIN; variable 1227 …SessionManager::GetInstance().UpdateScreenRotationProperty(1, bounds, 1, screenPropertyChangeType); 1234 screenPropertyChangeType);
|
/ohos5.0/foundation/window/window_manager/window_scene/session_manager/include/zidl/ |
H A D | screen_session_manager_proxy.h | 153 ScreenPropertyChangeType screenPropertyChangeType) override; 155 float phyRotation, ScreenPropertyChangeType screenPropertyChangeType) override;
|
H A D | screen_session_manager_interface.h | 155 ScreenPropertyChangeType screenPropertyChangeType) {} in UpdateScreenRotationProperty() argument 157 float phyRotation, ScreenPropertyChangeType screenPropertyChangeType) {} in UpdateScreenDirectionInfo() argument
|
/ohos5.0/foundation/window/window_manager/window_scene/screen_session_manager/include/ |
H A D | screen_session_manager_client.h | 53 ScreenPropertyChangeType screenPropertyChangeType);
|
/ohos5.0/foundation/window/window_manager/window_scene/session_manager/src/zidl/ |
H A D | screen_session_manager_stub.cpp | 660 … auto screenPropertyChangeType = static_cast<ScreenPropertyChangeType>(data.ReadUint32()); in OnRemoteRequest() local 662 screenPropertyChangeType); in OnRemoteRequest() 673 … auto screenPropertyChangeType = static_cast<ScreenPropertyChangeType>(data.ReadUint32()); in OnRemoteRequest() local 674 UpdateScreenRotationProperty(screenId, bounds, rotation, screenPropertyChangeType); in OnRemoteRequest()
|
H A D | screen_session_manager_proxy.cpp | 2338 float rotation, float phyRotation, ScreenPropertyChangeType screenPropertyChangeType) in UpdateScreenDirectionInfo() argument 2369 if (!data.WriteUint32(static_cast<uint32_t>(screenPropertyChangeType))) { in UpdateScreenDirectionInfo() 2381 ScreenPropertyChangeType screenPropertyChangeType) in UpdateScreenRotationProperty() argument 2408 if (!data.WriteUint32(static_cast<uint32_t>(screenPropertyChangeType))) { in UpdateScreenRotationProperty()
|
/ohos5.0/foundation/window/window_manager/window_scene/session_manager/include/ |
H A D | screen_session_manager.h | 262 ScreenPropertyChangeType screenPropertyChangeType) override; 264 float phyRotation, ScreenPropertyChangeType screenPropertyChangeType) override;
|
/ohos5.0/foundation/window/window_manager/window_scene/session_manager/src/ |
H A D | screen_session_manager.cpp | 2229 float phyRotation, ScreenPropertyChangeType screenPropertyChangeType) in UpdateScreenDirectionInfo() argument 2231 if (screenPropertyChangeType == ScreenPropertyChangeType::ROTATION_END) { in UpdateScreenDirectionInfo() 2248 ScreenPropertyChangeType screenPropertyChangeType) in UpdateScreenRotationProperty() argument 2251 std::string changeType = TransferPropertyChangeTypeToString(screenPropertyChangeType); in UpdateScreenRotationProperty() 2262 if (screenPropertyChangeType == ScreenPropertyChangeType::ROTATION_BEGIN) { in UpdateScreenRotationProperty() 2266 } else if (screenPropertyChangeType == ScreenPropertyChangeType::ROTATION_END) { in UpdateScreenRotationProperty() 2271 … } else if (screenPropertyChangeType == ScreenPropertyChangeType::ROTATION_UPDATE_PROPERTY_ONLY) { in UpdateScreenRotationProperty()
|