Home
last modified time | relevance | path

Searched refs:AUTO_ROTATION_PORTRAIT_RESTRICTED (Results 1 - 19 of 19) sorted by relevance

/foundation/window/window_manager/interfaces/kits/napi/window_runtime/window_napi/
H A Djs_window_utils.h188 AUTO_ROTATION_PORTRAIT_RESTRICTED = 9, member in OHOS::Rosen::ApiWindowMode::ApiOrientation
210 {ApiOrientation::AUTO_ROTATION_PORTRAIT_RESTRICTED, Orientation::AUTO_ROTATION_PORTRAIT_RESTRICTED }, member in OHOS::Rosen::ApiWindowMode::ApiOrientation
231 {Orientation::AUTO_ROTATION_PORTRAIT_RESTRICTED, ApiOrientation::AUTO_ROTATION_PORTRAIT_RESTRICTED }, member in OHOS::Rosen::ApiWindowMode::Orientation
H A Djs_window_utils.cpp177 napi_set_named_property(env, objValue, "AUTO_ROTATION_PORTRAIT_RESTRICTED", CreateJsValue(env, in OrientationInit()
178 static_cast<int32_t>(ApiOrientation::AUTO_ROTATION_PORTRAIT_RESTRICTED))); in OrientationInit()
/foundation/window/window_manager/dmserver/test/unittest/
H A Dscreen_rotation_controller_test.cpp155 orientation = Orientation::AUTO_ROTATION_PORTRAIT_RESTRICTED; in HWTEST_F()
245 Orientation::AUTO_ROTATION_PORTRAIT_RESTRICTED)); in HWTEST_F()
279 orientation = Orientation::AUTO_ROTATION_PORTRAIT_RESTRICTED; in HWTEST_F()
284 orientation = Orientation::AUTO_ROTATION_PORTRAIT_RESTRICTED; in HWTEST_F()
402 ScreenRotationController::ProcessOrientationSwitch(Orientation::AUTO_ROTATION_PORTRAIT_RESTRICTED, true); in HWTEST_F()
/foundation/ability/ability_runtime/frameworks/simulator/common/include/
H A Dability_info.h66 AUTO_ROTATION_PORTRAIT_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.cpp73 const int32_t AUTO_ROTATION_PORTRAIT_RESTRICTED = 11; member
386 * 3.orientation equals to 11 (AUTO_ROTATION_PORTRAIT_RESTRICTED)
390 auto res = CheckWindowProperty1(ABILITY_NAME_TEST_11, AUTO_ROTATION_PORTRAIT_RESTRICTED, ORIENTATION); in HWTEST_F()
/foundation/window/window_manager/dmserver/src/
H A Dscreen_rotation_controller.cpp149 case Orientation::AUTO_ROTATION_PORTRAIT_RESTRICTED: { in CalcTargetDisplayRotation()
243 case Orientation::AUTO_ROTATION_PORTRAIT_RESTRICTED: { in ProcessSwitchToSensorRelatedOrientation()
/foundation/window/window_manager/wmserver/src/
H A Dstarting_window.cpp51 {OHOS::AppExecFwk::DisplayOrientation::AUTO_ROTATION_PORTRAIT_RESTRICTED, member in OHOS::Rosen::OHOS::AppExecFwk::DisplayOrientation
52 Orientation::AUTO_ROTATION_PORTRAIT_RESTRICTED},
/foundation/window/window_manager/previewer/include/
H A Ddm_common.h249 AUTO_ROTATION_PORTRAIT_RESTRICTED = 9, member in OHOS::Rosen::Orientation
/foundation/window/window_manager/utils/test/unittest/
H A Dwindow_transition_info_test.cpp469 orientationIn = AppExecFwk::DisplayOrientation::AUTO_ROTATION_PORTRAIT_RESTRICTED; in HWTEST_F()
472 ASSERT_EQ(orientationOut, AppExecFwk::DisplayOrientation::AUTO_ROTATION_PORTRAIT_RESTRICTED); in HWTEST_F()
/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_base/include/
H A Dability_info.h90 AUTO_ROTATION_PORTRAIT_RESTRICTED, member in OHOS::AppExecFwk::GetAbilityInfoFlag::DisplayOrientation
/foundation/window/window_manager/interfaces/innerkits/dm/
H A Ddm_common.h277 AUTO_ROTATION_PORTRAIT_RESTRICTED = 9, member in OHOS::Rosen::Orientation
/foundation/arkui/ace_engine/frameworks/core/components/common/layout/
H A Dconstants.h877 AUTO_ROTATION_PORTRAIT_RESTRICTED = 9, member in OHOS::Ace::GestureTypeName::Orientation
/foundation/window/window_manager/wm/include/
H A Dwindow_impl.h79 {OHOS::AppExecFwk::DisplayOrientation::AUTO_ROTATION_PORTRAIT_RESTRICTED, member in OHOS::Rosen::OHOS::AppExecFwk::DisplayOrientation
80 Orientation::AUTO_ROTATION_PORTRAIT_RESTRICTED},
/foundation/ability/ability_runtime/frameworks/simulator/ability_simulator/src/bundle_parser/
H A Dmodule_profile.cpp138 {"auto_rotation_portrait_restricted", DisplayOrientation::AUTO_ROTATION_PORTRAIT_RESTRICTED},
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/
H A Dmodule_profile.cpp118 DisplayOrientation::AUTO_ROTATION_PORTRAIT_RESTRICTED,
/foundation/window/window_manager/wm/src/
H A Dwindow_session_impl.cpp3980 orientation == Orientation::AUTO_ROTATION_PORTRAIT_RESTRICTED || in IsVerticalOrientation()
/foundation/bundlemanager/bundle_framework/interfaces/kits/js/bundlemgr/
H A Dbundle_mgr.cpp2941 static_cast<int32_t>(DisplayOrientation::AUTO_ROTATION_PORTRAIT_RESTRICTED), &nAutoRotationPortraitR)); in CreateDisplayOrientationObject()
2942 NAPI_CALL(env, napi_set_named_property(env, value, "AUTO_ROTATION_PORTRAIT_RESTRICTED", nAutoRotationPortraitR)); in CreateDisplayOrientationObject()
/foundation/bundlemanager/bundle_framework/interfaces/kits/js/bundle_manager/
H A Dbundle_manager.cpp4344 env, napi_create_int32(env, static_cast<int32_t>(DisplayOrientation::AUTO_ROTATION_PORTRAIT_RESTRICTED), in CreateOrientationRelatedToSensor()
4346 NAPI_CALL_RETURN_VOID(env, napi_set_named_property(env, value, "AUTO_ROTATION_PORTRAIT_RESTRICTED", in CreateOrientationRelatedToSensor()
/foundation/window/window_manager/window_scene/session_manager/src/
H A Dscene_session_manager.cpp141 {"auto_rotation_portrait_restricted", OHOS::AppExecFwk::DisplayOrientation::AUTO_ROTATION_PORTRAIT_RESTRICTED},

Completed in 61 milliseconds