/foundation/ability/ability_runtime/frameworks/simulator/common/include/ |
H A D | ability_info.h | 61 AUTO_ROTATION, member in OHOS::AppExecFwk::DisplayOrientation
|
/foundation/window/window_manager/interfaces/kits/napi/window_runtime/window_napi/ |
H A D | js_window_utils.h | 184 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 D | js_window_utils.cpp | 169 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 D | bms_bundle_get_window_properties_test.cpp | 68 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 D | window_transition_info_test.cpp | 431 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 D | ability_info.h | 85 AUTO_ROTATION, member in OHOS::AppExecFwk::GetAbilityInfoFlag::DisplayOrientation
|
/foundation/window/window_manager/wmserver/src/ |
H A D | starting_window.cpp | 45 {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 D | foldsplitcontainer.js | 426 window.Orientation.AUTO_ROTATION
|
/foundation/window/window_manager/wm/include/ |
H A D | window_impl.h | 73 {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 D | module_profile.cpp | 133 {"auto_rotation", DisplayOrientation::AUTO_ROTATION},
|
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/ |
H A D | module_profile.cpp | 113 DisplayOrientation::AUTO_ROTATION,
|
/foundation/bundlemanager/bundle_framework/interfaces/kits/js/bundlemgr/ |
H A D | bundle_mgr.cpp | 2916 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 D | bundle_manager.cpp | 4318 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 D | scene_session_manager.cpp | 136 {"auto_rotation", OHOS::AppExecFwk::DisplayOrientation::AUTO_ROTATION},
|