Home
last modified time | relevance | path

Searched refs:AUTO_ROTATION_RESTRICTED (Results 1 - 18 of 18) sorted by relevance

/foundation/window/window_manager/interfaces/kits/napi/window_runtime/window_napi/
H A Djs_window_utils.h187 AUTO_ROTATION_RESTRICTED = 8, member in OHOS::Rosen::ApiWindowMode::ApiOrientation
209 {ApiOrientation::AUTO_ROTATION_RESTRICTED, Orientation::AUTO_ROTATION_RESTRICTED }, member in OHOS::Rosen::ApiWindowMode::ApiOrientation
230 {Orientation::AUTO_ROTATION_RESTRICTED, ApiOrientation::AUTO_ROTATION_RESTRICTED }, member in OHOS::Rosen::ApiWindowMode::Orientation
H A Djs_window_utils.cpp175 napi_set_named_property(env, objValue, "AUTO_ROTATION_RESTRICTED", CreateJsValue(env, in OrientationInit()
176 static_cast<int32_t>(ApiOrientation::AUTO_ROTATION_RESTRICTED))); in OrientationInit()
/foundation/window/window_manager/dmserver/test/unittest/
H A Dscreen_rotation_controller_test.cpp149 orientation = Orientation::AUTO_ROTATION_RESTRICTED; in HWTEST_F()
243 ASSERT_EQ(true, ScreenRotationController::IsSensorRelatedOrientation(Orientation::AUTO_ROTATION_RESTRICTED)); in HWTEST_F()
265 orientation = Orientation::AUTO_ROTATION_RESTRICTED; in HWTEST_F()
270 orientation = Orientation::AUTO_ROTATION_RESTRICTED; in HWTEST_F()
401 ScreenRotationController::ProcessOrientationSwitch(Orientation::AUTO_ROTATION_RESTRICTED, true); in HWTEST_F()
/foundation/ability/ability_runtime/frameworks/simulator/common/include/
H A Dability_info.h64 AUTO_ROTATION_RESTRICTED, member in OHOS::AppExecFwk::DisplayOrientation
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_kit_service_test/
H A Dbms_bundle_get_window_properties_test.cpp71 const int32_t AUTO_ROTATION_RESTRICTED = 9; member
360 * 3.orientation equals to 9 (AUTO_ROTATION_RESTRICTED)
364 auto res = CheckWindowProperty1(ABILITY_NAME_TEST_9, AUTO_ROTATION_RESTRICTED, ORIENTATION); in HWTEST_F()
/foundation/window/window_manager/dmserver/src/
H A Dscreen_rotation_controller.cpp142 case Orientation::AUTO_ROTATION_RESTRICTED: { in CalcTargetDisplayRotation()
232 case Orientation::AUTO_ROTATION_RESTRICTED: { in ProcessSwitchToSensorRelatedOrientation()
/foundation/window/window_manager/wmserver/src/
H A Dstarting_window.cpp48 {OHOS::AppExecFwk::DisplayOrientation::AUTO_ROTATION_RESTRICTED, Orientation::AUTO_ROTATION_RESTRICTED}, member in OHOS::Rosen::OHOS::AppExecFwk::DisplayOrientation
/foundation/window/window_manager/previewer/include/
H A Ddm_common.h248 AUTO_ROTATION_RESTRICTED = 8, member in OHOS::Rosen::Orientation
/foundation/window/window_manager/utils/test/unittest/
H A Dwindow_transition_info_test.cpp459 orientationIn = AppExecFwk::DisplayOrientation::AUTO_ROTATION_RESTRICTED; in HWTEST_F()
462 ASSERT_EQ(orientationOut, AppExecFwk::DisplayOrientation::AUTO_ROTATION_RESTRICTED); in HWTEST_F()
/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_base/include/
H A Dability_info.h88 AUTO_ROTATION_RESTRICTED, member in OHOS::AppExecFwk::GetAbilityInfoFlag::DisplayOrientation
/foundation/window/window_manager/interfaces/innerkits/dm/
H A Ddm_common.h276 AUTO_ROTATION_RESTRICTED = 8, member in OHOS::Rosen::Orientation
/foundation/arkui/ace_engine/frameworks/core/components/common/layout/
H A Dconstants.h876 AUTO_ROTATION_RESTRICTED = 8, member in OHOS::Ace::GestureTypeName::Orientation
/foundation/window/window_manager/wm/include/
H A Dwindow_impl.h76 {OHOS::AppExecFwk::DisplayOrientation::AUTO_ROTATION_RESTRICTED, Orientation::AUTO_ROTATION_RESTRICTED}, member in OHOS::Rosen::OHOS::AppExecFwk::DisplayOrientation
/foundation/ability/ability_runtime/frameworks/simulator/ability_simulator/src/bundle_parser/
H A Dmodule_profile.cpp136 {"auto_rotation_restricted", DisplayOrientation::AUTO_ROTATION_RESTRICTED},
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/
H A Dmodule_profile.cpp116 DisplayOrientation::AUTO_ROTATION_RESTRICTED,
/foundation/bundlemanager/bundle_framework/interfaces/kits/js/bundlemgr/
H A Dbundle_mgr.cpp2931 static_cast<int32_t>(DisplayOrientation::AUTO_ROTATION_RESTRICTED), &nAutoRotationRestricted)); in CreateDisplayOrientationObject()
2932 NAPI_CALL(env, napi_set_named_property(env, value, "AUTO_ROTATION_RESTRICTED", nAutoRotationRestricted)); in CreateDisplayOrientationObject()
/foundation/bundlemanager/bundle_framework/interfaces/kits/js/bundle_manager/
H A Dbundle_manager.cpp4332 env, napi_create_int32(env, static_cast<int32_t>(DisplayOrientation::AUTO_ROTATION_RESTRICTED), in CreateOrientationRelatedToSensor()
4334 NAPI_CALL_RETURN_VOID(env, napi_set_named_property(env, value, "AUTO_ROTATION_RESTRICTED", in CreateOrientationRelatedToSensor()
/foundation/window/window_manager/window_scene/session_manager/src/
H A Dscene_session_manager.cpp139 {"auto_rotation_restricted", OHOS::AppExecFwk::DisplayOrientation::AUTO_ROTATION_RESTRICTED},

Completed in 70 milliseconds