Home
last modified time | relevance | path

Searched refs:screenPropertyChangeType (Results 1 – 10 of 10) sorted by relevance

/ohos5.0/foundation/window/window_manager/window_scene/screen_session_manager/src/
H A Dscreen_session_manager_client.cpp294 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 Dscreen_session_manager_client_test.cpp424 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 Dscreen_session_manager_test.cpp1226 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 Dscreen_session_manager_proxy.h153 ScreenPropertyChangeType screenPropertyChangeType) override;
155 float phyRotation, ScreenPropertyChangeType screenPropertyChangeType) override;
H A Dscreen_session_manager_interface.h155 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 Dscreen_session_manager_client.h53 ScreenPropertyChangeType screenPropertyChangeType);
/ohos5.0/foundation/window/window_manager/window_scene/session_manager/src/zidl/
H A Dscreen_session_manager_stub.cpp660 … 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 Dscreen_session_manager_proxy.cpp2338 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 Dscreen_session_manager.h262 ScreenPropertyChangeType screenPropertyChangeType) override;
264 float phyRotation, ScreenPropertyChangeType screenPropertyChangeType) override;
/ohos5.0/foundation/window/window_manager/window_scene/session_manager/src/
H A Dscreen_session_manager.cpp2229 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()