Home
last modified time | relevance | path

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

/foundation/window/window_manager/window_scene/interfaces/kits/napi/scene_session_manager/
Djs_scene_utils.h65 AUTO_ROTATION_RESTRICTED, enumerator
130 … {Orientation::AUTO_ROTATION_RESTRICTED, JsSessionOrientation::AUTO_ROTATION_RESTRICTED},
/foundation/window/window_manager/interfaces/kits/napi/window_runtime/window_napi/
Djs_window_utils.h142 AUTO_ROTATION_RESTRICTED = 8, enumerator
157 …{ApiOrientation::AUTO_ROTATION_RESTRICTED, Orientation::AUTO_ROTATION_RESTRICTED
Djs_window_utils.cpp198 static_cast<int32_t>(Orientation::AUTO_ROTATION_RESTRICTED))); in OrientationInit()
/foundation/window/window_manager/dmserver/test/unittest/
Dscreen_rotation_controller_test.cpp230 orientation = Orientation::AUTO_ROTATION_RESTRICTED;
324 …true, ScreenRotationController::IsSensorRelatedOrientation(Orientation::AUTO_ROTATION_RESTRICTED));
346 orientation = Orientation::AUTO_ROTATION_RESTRICTED;
351 orientation = Orientation::AUTO_ROTATION_RESTRICTED;
498 ScreenRotationController::ProcessOrientationSwitch(Orientation::AUTO_ROTATION_RESTRICTED, true);
/foundation/window/window_manager/wm/include/
Dwindow_scene_session_impl.h34 …{OHOS::AppExecFwk::DisplayOrientation::AUTO_ROTATION_RESTRICTED, Orientation::AUTO_ROTA…
Dwindow_impl.h72 …{OHOS::AppExecFwk::DisplayOrientation::AUTO_ROTATION_RESTRICTED, Orientation::AUTO_ROTATION_RESTRI…
/foundation/window/window_manager/dmserver/src/
Dscreen_rotation_controller.cpp139 case Orientation::AUTO_ROTATION_RESTRICTED: { in CalcTargetDisplayRotation()
229 case Orientation::AUTO_ROTATION_RESTRICTED: { in ProcessSwitchToSensorRelatedOrientation()
/foundation/window/window_manager/window_scene/session_manager/src/
Dscreen_rotation_property.cpp144 case Orientation::AUTO_ROTATION_RESTRICTED: { in CalcTargetDisplayRotation()
233 case Orientation::AUTO_ROTATION_RESTRICTED: { in ProcessSwitchToSensorRelatedOrientation()
/foundation/window/window_manager/previewer/include/
Ddm_common.h212 AUTO_ROTATION_RESTRICTED = 8, enumerator
/foundation/window/window_manager/interfaces/innerkits/dm/
Ddm_common.h206 AUTO_ROTATION_RESTRICTED = 8, enumerator
/foundation/ability/ability_runtime/frameworks/simulator/common/include/
Dability_info.h64 AUTO_ROTATION_RESTRICTED, enumerator
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_kit_service_test/
Dbms_bundle_get_window_properties_test.cpp71 const int32_t AUTO_ROTATION_RESTRICTED = 9; variable
362 auto res = CheckWindowProperty1(ABILITY_NAME_TEST_9, AUTO_ROTATION_RESTRICTED, ORIENTATION);
/foundation/window/window_manager/wmserver/src/
Dstarting_window.cpp48 …{OHOS::AppExecFwk::DisplayOrientation::AUTO_ROTATION_RESTRICTED, Orientation::AUTO_ROTATION_RESTRI…
/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_base/include/
Dability_info.h83 AUTO_ROTATION_RESTRICTED, enumerator
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/
Dmodule_profile.cpp105 {"auto_rotation_restricted", DisplayOrientation::AUTO_ROTATION_RESTRICTED},
/foundation/bundlemanager/bundle_framework/interfaces/kits/js/bundle_manager/
Dbundle_manager.cpp3085 … env, napi_create_int32(env, static_cast<int32_t>(DisplayOrientation::AUTO_ROTATION_RESTRICTED), in CreateDisplayOrientationObject()
/foundation/bundlemanager/bundle_framework/interfaces/kits/js/bundlemgr/
Dbundle_mgr.cpp2823 static_cast<int32_t>(DisplayOrientation::AUTO_ROTATION_RESTRICTED))); in CreateDisplayOrientationObject()