Home
last modified time | relevance | path

Searched refs:AUTO_ROTATION (Results 1 - 14 of 14) sorted by relevance

/foundation/ability/ability_runtime/frameworks/simulator/common/include/
H A Dability_info.h61 AUTO_ROTATION, member in OHOS::AppExecFwk::DisplayOrientation
/foundation/window/window_manager/interfaces/kits/napi/window_runtime/window_napi/
H A Djs_window_utils.h184 AUTO_ROTATION = 5, member in OHOS::Rosen::ApiWindowMode::ApiOrientation
206 {ApiOrientation::AUTO_ROTATION, Orientation::SENSOR }, member in OHOS::Rosen::ApiWindowMode::ApiOrientation
227 {Orientation::SENSOR, ApiOrientation::AUTO_ROTATION },
H A Djs_window_utils.cpp169 napi_set_named_property(env, objValue, "AUTO_ROTATION", CreateJsValue(env, in OrientationInit()
170 static_cast<int32_t>(ApiOrientation::AUTO_ROTATION))); in OrientationInit()
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_kit_service_test/
H A Dbms_bundle_get_window_properties_test.cpp68 const int32_t AUTO_ROTATION = 6; member
321 * 3.orientation equals to 6 (AUTO_ROTATION)
325 auto res = CheckWindowProperty1(ABILITY_NAME_TEST_6, AUTO_ROTATION, ORIENTATION); in HWTEST_F()
/foundation/window/window_manager/utils/test/unittest/
H A Dwindow_transition_info_test.cpp431 orientationIn = AppExecFwk::DisplayOrientation::AUTO_ROTATION; in HWTEST_F()
434 ASSERT_EQ(orientationOut, AppExecFwk::DisplayOrientation::AUTO_ROTATION); in HWTEST_F()
/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_base/include/
H A Dability_info.h85 AUTO_ROTATION, member in OHOS::AppExecFwk::GetAbilityInfoFlag::DisplayOrientation
/foundation/window/window_manager/wmserver/src/
H A Dstarting_window.cpp45 {OHOS::AppExecFwk::DisplayOrientation::AUTO_ROTATION, Orientation::SENSOR}, member in OHOS::Rosen::OHOS::AppExecFwk::DisplayOrientation
/foundation/arkui/ace_engine/advanced_ui_component/foldsplitcontainer/interfaces/
H A Dfoldsplitcontainer.js426 window.Orientation.AUTO_ROTATION
/foundation/window/window_manager/wm/include/
H A Dwindow_impl.h73 {OHOS::AppExecFwk::DisplayOrientation::AUTO_ROTATION, Orientation::SENSOR}, member in OHOS::Rosen::OHOS::AppExecFwk::DisplayOrientation
/foundation/ability/ability_runtime/frameworks/simulator/ability_simulator/src/bundle_parser/
H A Dmodule_profile.cpp133 {"auto_rotation", DisplayOrientation::AUTO_ROTATION},
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/
H A Dmodule_profile.cpp113 DisplayOrientation::AUTO_ROTATION,
/foundation/bundlemanager/bundle_framework/interfaces/kits/js/bundlemgr/
H A Dbundle_mgr.cpp2916 NAPI_CALL(env, napi_create_int32(env, static_cast<int32_t>(DisplayOrientation::AUTO_ROTATION), &nAutoRotation)); in CreateDisplayOrientationObject()
2917 NAPI_CALL(env, napi_set_named_property(env, value, "AUTO_ROTATION", nAutoRotation)); in CreateDisplayOrientationObject()
/foundation/bundlemanager/bundle_framework/interfaces/kits/js/bundle_manager/
H A Dbundle_manager.cpp4318 env, napi_create_int32(env, static_cast<int32_t>(DisplayOrientation::AUTO_ROTATION), &nAutoRotation)); in CreateOrientationRelatedToSensor()
4319 NAPI_CALL_RETURN_VOID(env, napi_set_named_property(env, value, "AUTO_ROTATION", nAutoRotation)); in CreateOrientationRelatedToSensor()
/foundation/window/window_manager/window_scene/session_manager/src/
H A Dscene_session_manager.cpp136 {"auto_rotation", OHOS::AppExecFwk::DisplayOrientation::AUTO_ROTATION},

Completed in 48 milliseconds