/foundation/window/window_manager/interfaces/kits/napi/window_runtime/window_napi/ |
H A D | js_window_utils.h | 189 AUTO_ROTATION_LANDSCAPE_RESTRICTED = 10,
member in OHOS::Rosen::ApiWindowMode::ApiOrientation 211 {ApiOrientation::AUTO_ROTATION_LANDSCAPE_RESTRICTED, Orientation::AUTO_ROTATION_LANDSCAPE_RESTRICTED },
member in OHOS::Rosen::ApiWindowMode::ApiOrientation 232 {Orientation::AUTO_ROTATION_LANDSCAPE_RESTRICTED, ApiOrientation::AUTO_ROTATION_LANDSCAPE_RESTRICTED },
member in OHOS::Rosen::ApiWindowMode::Orientation
|
H A D | js_window_utils.cpp | 179 napi_set_named_property(env, objValue, "AUTO_ROTATION_LANDSCAPE_RESTRICTED", CreateJsValue(env,
in OrientationInit() 180 static_cast<int32_t>(ApiOrientation::AUTO_ROTATION_LANDSCAPE_RESTRICTED)));
in OrientationInit()
|
/foundation/window/window_manager/dmserver/test/unittest/ |
H A D | screen_rotation_controller_test.cpp | 161 orientation = Orientation::AUTO_ROTATION_LANDSCAPE_RESTRICTED; in HWTEST_F() 247 Orientation::AUTO_ROTATION_LANDSCAPE_RESTRICTED)); in HWTEST_F() 293 orientation = Orientation::AUTO_ROTATION_LANDSCAPE_RESTRICTED; in HWTEST_F() 298 orientation = Orientation::AUTO_ROTATION_LANDSCAPE_RESTRICTED; in HWTEST_F() 403 ScreenRotationController::ProcessOrientationSwitch(Orientation::AUTO_ROTATION_LANDSCAPE_RESTRICTED, true); in HWTEST_F()
|
/foundation/ability/ability_runtime/frameworks/simulator/common/include/ |
H A D | ability_info.h | 65 AUTO_ROTATION_LANDSCAPE_RESTRICTED, member in OHOS::AppExecFwk::DisplayOrientation
|
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_kit_service_test/ |
H A D | bms_bundle_get_window_properties_test.cpp | 72 const int32_t AUTO_ROTATION_LANDSCAPE_RESTRICTED = 10; member 373 * 3.orientation equals to 10 (AUTO_ROTATION_LANDSCAPE_RESTRICTED) 377 auto res = CheckWindowProperty1(ABILITY_NAME_TEST_10, AUTO_ROTATION_LANDSCAPE_RESTRICTED, ORIENTATION); in HWTEST_F()
|
/foundation/window/window_manager/dmserver/src/ |
H A D | screen_rotation_controller.cpp | 155 case Orientation::AUTO_ROTATION_LANDSCAPE_RESTRICTED: { in CalcTargetDisplayRotation() 254 case Orientation::AUTO_ROTATION_LANDSCAPE_RESTRICTED: { in ProcessSwitchToSensorRelatedOrientation()
|
/foundation/window/window_manager/wmserver/src/ |
H A D | starting_window.cpp | 49 {OHOS::AppExecFwk::DisplayOrientation::AUTO_ROTATION_LANDSCAPE_RESTRICTED, member in OHOS::Rosen::OHOS::AppExecFwk::DisplayOrientation 50 Orientation::AUTO_ROTATION_LANDSCAPE_RESTRICTED},
|
/foundation/window/window_manager/previewer/include/ |
H A D | dm_common.h | 250 AUTO_ROTATION_LANDSCAPE_RESTRICTED = 10, member in OHOS::Rosen::Orientation
|
/foundation/window/window_manager/utils/test/unittest/ |
H A D | window_transition_info_test.cpp | 464 orientationIn = AppExecFwk::DisplayOrientation::AUTO_ROTATION_LANDSCAPE_RESTRICTED; in HWTEST_F() 467 ASSERT_EQ(orientationOut, AppExecFwk::DisplayOrientation::AUTO_ROTATION_LANDSCAPE_RESTRICTED); in HWTEST_F()
|
/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_base/include/ |
H A D | ability_info.h | 89 AUTO_ROTATION_LANDSCAPE_RESTRICTED, member in OHOS::AppExecFwk::GetAbilityInfoFlag::DisplayOrientation
|
/foundation/window/window_manager/interfaces/innerkits/dm/ |
H A D | dm_common.h | 278 AUTO_ROTATION_LANDSCAPE_RESTRICTED = 10, member in OHOS::Rosen::Orientation
|
/foundation/arkui/ace_engine/frameworks/core/components/common/layout/ |
H A D | constants.h | 878 AUTO_ROTATION_LANDSCAPE_RESTRICTED = 10, member in OHOS::Ace::GestureTypeName::Orientation
|
/foundation/window/window_manager/wm/include/ |
H A D | window_impl.h | 77 {OHOS::AppExecFwk::DisplayOrientation::AUTO_ROTATION_LANDSCAPE_RESTRICTED, member in OHOS::Rosen::OHOS::AppExecFwk::DisplayOrientation 78 Orientation::AUTO_ROTATION_LANDSCAPE_RESTRICTED},
|
/foundation/ability/ability_runtime/frameworks/simulator/ability_simulator/src/bundle_parser/ |
H A D | module_profile.cpp | 137 {"auto_rotation_landscape_restricted", DisplayOrientation::AUTO_ROTATION_LANDSCAPE_RESTRICTED},
|
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/ |
H A D | module_profile.cpp | 117 DisplayOrientation::AUTO_ROTATION_LANDSCAPE_RESTRICTED,
|
/foundation/bundlemanager/bundle_framework/interfaces/kits/js/bundlemgr/ |
H A D | bundle_mgr.cpp | 2936 static_cast<int32_t>(DisplayOrientation::AUTO_ROTATION_LANDSCAPE_RESTRICTED), &nAutoRotationLandscapeR)); in CreateDisplayOrientationObject() 2937 NAPI_CALL(env, napi_set_named_property(env, value, "AUTO_ROTATION_LANDSCAPE_RESTRICTED", nAutoRotationLandscapeR)); in CreateDisplayOrientationObject()
|
/foundation/bundlemanager/bundle_framework/interfaces/kits/js/bundle_manager/ |
H A D | bundle_manager.cpp | 4338 env, napi_create_int32(env, static_cast<int32_t>(DisplayOrientation::AUTO_ROTATION_LANDSCAPE_RESTRICTED), in CreateOrientationRelatedToSensor() 4341 napi_set_named_property(env, value, "AUTO_ROTATION_LANDSCAPE_RESTRICTED", nAutoRotationLandscapeRestricted)); in CreateOrientationRelatedToSensor()
|
/foundation/window/window_manager/window_scene/session_manager/src/ |
H A D | scene_session_manager.cpp | 140 {"auto_rotation_landscape_restricted", OHOS::AppExecFwk::DisplayOrientation::AUTO_ROTATION_LANDSCAPE_RESTRICTED},
|