Home
last modified time | relevance | path

Searched refs:AUTO_ROTATION_PORTRAIT_RESTRICTED (Results 1 – 17 of 17) sorted by relevance

/foundation/window/window_manager/window_scene/interfaces/kits/napi/scene_session_manager/
Djs_scene_utils.h67 AUTO_ROTATION_PORTRAIT_RESTRICTED, enumerator
131 {Orientation::AUTO_ROTATION_PORTRAIT_RESTRICTED,
132 JsSessionOrientation::AUTO_ROTATION_PORTRAIT_RESTRICTED},
/foundation/window/window_manager/interfaces/kits/napi/window_runtime/window_napi/
Djs_window_utils.h143 AUTO_ROTATION_PORTRAIT_RESTRICTED = 9, enumerator
158 …{ApiOrientation::AUTO_ROTATION_PORTRAIT_RESTRICTED, Orientation::AUTO_ROTATION_PORTRAIT_RESTRI…
Djs_window_utils.cpp200 static_cast<int32_t>(Orientation::AUTO_ROTATION_PORTRAIT_RESTRICTED))); in OrientationInit()
/foundation/window/window_manager/dmserver/test/unittest/
Dscreen_rotation_controller_test.cpp236 orientation = Orientation::AUTO_ROTATION_PORTRAIT_RESTRICTED;
326 Orientation::AUTO_ROTATION_PORTRAIT_RESTRICTED));
360 orientation = Orientation::AUTO_ROTATION_PORTRAIT_RESTRICTED;
365 orientation = Orientation::AUTO_ROTATION_PORTRAIT_RESTRICTED;
499 …enRotationController::ProcessOrientationSwitch(Orientation::AUTO_ROTATION_PORTRAIT_RESTRICTED, tru…
/foundation/window/window_manager/wm/include/
Dwindow_scene_session_impl.h37 {OHOS::AppExecFwk::DisplayOrientation::AUTO_ROTATION_PORTRAIT_RESTRICTED,
38 Orientation::AUTO_ROTATION_PORTRAIT_RESTRICTED},
Dwindow_impl.h75 {OHOS::AppExecFwk::DisplayOrientation::AUTO_ROTATION_PORTRAIT_RESTRICTED,
76 Orientation::AUTO_ROTATION_PORTRAIT_RESTRICTED},
/foundation/window/window_manager/dmserver/src/
Dscreen_rotation_controller.cpp146 case Orientation::AUTO_ROTATION_PORTRAIT_RESTRICTED: { in CalcTargetDisplayRotation()
240 case Orientation::AUTO_ROTATION_PORTRAIT_RESTRICTED: { in ProcessSwitchToSensorRelatedOrientation()
/foundation/window/window_manager/window_scene/session_manager/src/
Dscreen_rotation_property.cpp151 case Orientation::AUTO_ROTATION_PORTRAIT_RESTRICTED: { in CalcTargetDisplayRotation()
244 case Orientation::AUTO_ROTATION_PORTRAIT_RESTRICTED: { in ProcessSwitchToSensorRelatedOrientation()
/foundation/window/window_manager/previewer/include/
Ddm_common.h213 AUTO_ROTATION_PORTRAIT_RESTRICTED = 9, enumerator
/foundation/window/window_manager/interfaces/innerkits/dm/
Ddm_common.h207 AUTO_ROTATION_PORTRAIT_RESTRICTED = 9, enumerator
/foundation/ability/ability_runtime/frameworks/simulator/common/include/
Dability_info.h66 AUTO_ROTATION_PORTRAIT_RESTRICTED, enumerator
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_kit_service_test/
Dbms_bundle_get_window_properties_test.cpp73 const int32_t AUTO_ROTATION_PORTRAIT_RESTRICTED = 11; variable
388 …auto res = CheckWindowProperty1(ABILITY_NAME_TEST_11, AUTO_ROTATION_PORTRAIT_RESTRICTED, ORIENTATI…
/foundation/window/window_manager/wmserver/src/
Dstarting_window.cpp51 {OHOS::AppExecFwk::DisplayOrientation::AUTO_ROTATION_PORTRAIT_RESTRICTED,
52 Orientation::AUTO_ROTATION_PORTRAIT_RESTRICTED},
/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_base/include/
Dability_info.h85 AUTO_ROTATION_PORTRAIT_RESTRICTED, enumerator
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/
Dmodule_profile.cpp107 {"auto_rotation_portrait_restricted", DisplayOrientation::AUTO_ROTATION_PORTRAIT_RESTRICTED},
/foundation/bundlemanager/bundle_framework/interfaces/kits/js/bundle_manager/
Dbundle_manager.cpp3097 …napi_create_int32(env, static_cast<int32_t>(DisplayOrientation::AUTO_ROTATION_PORTRAIT_RESTRICTED), in CreateDisplayOrientationObject()
/foundation/bundlemanager/bundle_framework/interfaces/kits/js/bundlemgr/
Dbundle_mgr.cpp2829 static_cast<int32_t>(DisplayOrientation::AUTO_ROTATION_PORTRAIT_RESTRICTED))); in CreateDisplayOrientationObject()