Home
last modified time | relevance | path

Searched refs:ScreenPropertyChangeType (Results 1 - 13 of 13) sorted by relevance

/foundation/window/window_manager/window_scene/interfaces/kits/napi/screen_session_manager/
H A Djs_screen_utils.cpp155 static_cast<int32_t>(ScreenPropertyChangeType::UNSPECIFIED))); in CreateJsScreenPropertyChangeType()
157 static_cast<int32_t>(ScreenPropertyChangeType::ROTATION_BEGIN))); in CreateJsScreenPropertyChangeType()
159 static_cast<int32_t>(ScreenPropertyChangeType::ROTATION_END))); in CreateJsScreenPropertyChangeType()
161 static_cast<int32_t>(ScreenPropertyChangeType::ROTATION_UPDATE_PROPERTY_ONLY))); in CreateJsScreenPropertyChangeType()
H A Djs_screen_session_manager.cpp71 napi_set_named_property(env, exportObj, "ScreenPropertyChangeType", in Init()
448 ScreenPropertyChangeType type = ScreenPropertyChangeType::UNSPECIFIED; in OnUpdateScreenRotationProperty()
450 if (!ConvertFromJsValue(env, argv[ARGC_THREE], type) || type < ScreenPropertyChangeType::UNSPECIFIED || in OnUpdateScreenRotationProperty()
451 type > ScreenPropertyChangeType::ROTATION_UPDATE_PROPERTY_ONLY) { // 3: the 4rd argv in OnUpdateScreenRotationProperty()
/foundation/window/window_manager/window_scene/screen_session_manager_client/src/
H A Dscreen_session_manager_client.cpp304 ScreenPropertyChangeType screenPropertyChangeType) in UpdateScreenRotationProperty()
313 if (screenPropertyChangeType == ScreenPropertyChangeType::ROTATION_END || in UpdateScreenRotationProperty()
314 screenPropertyChangeType == ScreenPropertyChangeType::ROTATION_UPDATE_PROPERTY_ONLY) { in UpdateScreenRotationProperty()
461 ScreenPropertyChangeType::ROTATION_UPDATE_PROPERTY_ONLY); in SwitchUserCallback()
/foundation/window/window_manager/window_scene/test/dms_unittest/
H A Dscreen_session_manager_client_test.cpp421 ScreenPropertyChangeType screenPropertyChangeType = ScreenPropertyChangeType::ROTATION_BEGIN; in HWTEST_F()
449 ScreenPropertyChangeType screenPropertyChangeType = ScreenPropertyChangeType::ROTATION_BEGIN; in HWTEST_F()
1276 ScreenPropertyChangeType screenPropertyChangeType = ScreenPropertyChangeType::ROTATION_BEGIN; in HWTEST_F()
H A Dscreen_session_manager_test.cpp1881 ScreenPropertyChangeType screenPropertyChangeType = ScreenPropertyChangeType::ROTATION_BEGIN; in HWTEST_F()
/foundation/window/window_manager/window_scene/screen_session_manager_client/include/
H A Dscreen_session_manager_client.h54 ScreenPropertyChangeType screenPropertyChangeType);
/foundation/window/window_manager/interfaces/innerkits/dm/
H A Ddm_common.h106 enum class ScreenPropertyChangeType : uint32_t { class
/foundation/window/window_manager/window_scene/screen_session_manager/include/zidl/
H A Dscreen_session_manager_interface.h164 ScreenPropertyChangeType screenPropertyChangeType) {} in UpdateScreenRotationProperty()
H A Dscreen_session_manager_proxy.h156 ScreenPropertyChangeType screenPropertyChangeType) override;
/foundation/window/window_manager/window_scene/screen_session_manager/include/
H A Dscreen_session_manager.h262 ScreenPropertyChangeType screenPropertyChangeType) override;
/foundation/window/window_manager/window_scene/screen_session_manager/src/zidl/
H A Dscreen_session_manager_stub.cpp706 auto screenPropertyChangeType = static_cast<ScreenPropertyChangeType>(data.ReadUint32()); in OnRemoteRequest()
H A Dscreen_session_manager_proxy.cpp2459 ScreenPropertyChangeType screenPropertyChangeType) in UpdateScreenRotationProperty()
/foundation/window/window_manager/window_scene/screen_session_manager/src/
H A Dscreen_session_manager.cpp2455 ScreenPropertyChangeType screenPropertyChangeType) in UpdateScreenRotationProperty()
2464 if (screenPropertyChangeType == ScreenPropertyChangeType::ROTATION_BEGIN) { in UpdateScreenRotationProperty()
2468 } else if (screenPropertyChangeType == ScreenPropertyChangeType::ROTATION_END) { in UpdateScreenRotationProperty()
2473 } else if (screenPropertyChangeType == ScreenPropertyChangeType::ROTATION_UPDATE_PROPERTY_ONLY) { in UpdateScreenRotationProperty()

Completed in 30 milliseconds