Home
last modified time | relevance | path

Searched refs:AUTO_ROTATION_LANDSCAPE (Results 1 - 13 of 13) sorted by relevance

/foundation/ability/ability_runtime/frameworks/simulator/common/include/
H A Dability_info.h62 AUTO_ROTATION_LANDSCAPE, member in OHOS::AppExecFwk::DisplayOrientation
/foundation/window/window_manager/interfaces/kits/napi/window_runtime/window_napi/
H A Djs_window_utils.h186 AUTO_ROTATION_LANDSCAPE = 7, member in OHOS::Rosen::ApiWindowMode::ApiOrientation
208 {ApiOrientation::AUTO_ROTATION_LANDSCAPE, Orientation::SENSOR_HORIZONTAL }, member in OHOS::Rosen::ApiWindowMode::ApiOrientation
229 {Orientation::SENSOR_HORIZONTAL, ApiOrientation::AUTO_ROTATION_LANDSCAPE },
H A Djs_window_utils.cpp173 napi_set_named_property(env, objValue, "AUTO_ROTATION_LANDSCAPE", CreateJsValue(env, in OrientationInit()
174 static_cast<int32_t>(ApiOrientation::AUTO_ROTATION_LANDSCAPE))); in OrientationInit()
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_kit_service_test/
H A Dbms_bundle_get_window_properties_test.cpp69 const int32_t AUTO_ROTATION_LANDSCAPE = 7; member
334 * 3.orientation equals to 7 (AUTO_ROTATION_LANDSCAPE)
338 auto res = CheckWindowProperty1(ABILITY_NAME_TEST_7, AUTO_ROTATION_LANDSCAPE, ORIENTATION); in HWTEST_F()
/foundation/window/window_manager/utils/test/unittest/
H A Dwindow_transition_info_test.cpp449 auto orientationIn = AppExecFwk::DisplayOrientation::AUTO_ROTATION_LANDSCAPE; in HWTEST_F()
452 ASSERT_EQ(orientationOut, AppExecFwk::DisplayOrientation::AUTO_ROTATION_LANDSCAPE); in HWTEST_F()
/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_base/include/
H A Dability_info.h86 AUTO_ROTATION_LANDSCAPE, member in OHOS::AppExecFwk::GetAbilityInfoFlag::DisplayOrientation
/foundation/window/window_manager/wmserver/src/
H A Dstarting_window.cpp46 {OHOS::AppExecFwk::DisplayOrientation::AUTO_ROTATION_LANDSCAPE, Orientation::SENSOR_HORIZONTAL}, member in OHOS::Rosen::OHOS::AppExecFwk::DisplayOrientation
/foundation/window/window_manager/wm/include/
H A Dwindow_impl.h74 {OHOS::AppExecFwk::DisplayOrientation::AUTO_ROTATION_LANDSCAPE, Orientation::SENSOR_HORIZONTAL}, member in OHOS::Rosen::OHOS::AppExecFwk::DisplayOrientation
/foundation/ability/ability_runtime/frameworks/simulator/ability_simulator/src/bundle_parser/
H A Dmodule_profile.cpp134 {"auto_rotation_landscape", DisplayOrientation::AUTO_ROTATION_LANDSCAPE},
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/
H A Dmodule_profile.cpp114 DisplayOrientation::AUTO_ROTATION_LANDSCAPE,
/foundation/bundlemanager/bundle_framework/interfaces/kits/js/bundlemgr/
H A Dbundle_mgr.cpp2921 static_cast<int32_t>(DisplayOrientation::AUTO_ROTATION_LANDSCAPE), &nAutoRotationLandscape)); in CreateDisplayOrientationObject()
2922 NAPI_CALL(env, napi_set_named_property(env, value, "AUTO_ROTATION_LANDSCAPE", nAutoRotationLandscape)); in CreateDisplayOrientationObject()
/foundation/bundlemanager/bundle_framework/interfaces/kits/js/bundle_manager/
H A Dbundle_manager.cpp4322 env, napi_create_int32(env, static_cast<int32_t>(DisplayOrientation::AUTO_ROTATION_LANDSCAPE), in CreateOrientationRelatedToSensor()
4324 NAPI_CALL_RETURN_VOID(env, napi_set_named_property(env, value, "AUTO_ROTATION_LANDSCAPE", nAutoRotationLandscape)); in CreateOrientationRelatedToSensor()
/foundation/window/window_manager/window_scene/session_manager/src/
H A Dscene_session_manager.cpp137 {"auto_rotation_landscape", OHOS::AppExecFwk::DisplayOrientation::AUTO_ROTATION_LANDSCAPE},

Completed in 49 milliseconds