/foundation/ability/ability_runtime/frameworks/simulator/common/include/ |
H A D | ability_info.h | 62 AUTO_ROTATION_LANDSCAPE, member in OHOS::AppExecFwk::DisplayOrientation
|
/foundation/window/window_manager/interfaces/kits/napi/window_runtime/window_napi/ |
H A D | js_window_utils.h | 186 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 D | js_window_utils.cpp | 173 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 D | bms_bundle_get_window_properties_test.cpp | 69 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 D | window_transition_info_test.cpp | 449 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 D | ability_info.h | 86 AUTO_ROTATION_LANDSCAPE, member in OHOS::AppExecFwk::GetAbilityInfoFlag::DisplayOrientation
|
/foundation/window/window_manager/wmserver/src/ |
H A D | starting_window.cpp | 46 {OHOS::AppExecFwk::DisplayOrientation::AUTO_ROTATION_LANDSCAPE, Orientation::SENSOR_HORIZONTAL}, member in OHOS::Rosen::OHOS::AppExecFwk::DisplayOrientation
|
/foundation/window/window_manager/wm/include/ |
H A D | window_impl.h | 74 {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 D | module_profile.cpp | 134 {"auto_rotation_landscape", DisplayOrientation::AUTO_ROTATION_LANDSCAPE},
|
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/ |
H A D | module_profile.cpp | 114 DisplayOrientation::AUTO_ROTATION_LANDSCAPE,
|
/foundation/bundlemanager/bundle_framework/interfaces/kits/js/bundlemgr/ |
H A D | bundle_mgr.cpp | 2921 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 D | bundle_manager.cpp | 4322 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 D | scene_session_manager.cpp | 137 {"auto_rotation_landscape", OHOS::AppExecFwk::DisplayOrientation::AUTO_ROTATION_LANDSCAPE},
|