/foundation/ability/ability_runtime/frameworks/simulator/common/include/ |
H A D | ability_info.h | 63 AUTO_ROTATION_PORTRAIT, member in OHOS::AppExecFwk::DisplayOrientation
|
/foundation/window/window_manager/interfaces/kits/napi/window_runtime/window_napi/ |
H A D | js_window_utils.h | 185 AUTO_ROTATION_PORTRAIT = 6,
member in OHOS::Rosen::ApiWindowMode::ApiOrientation 207 {ApiOrientation::AUTO_ROTATION_PORTRAIT, Orientation::SENSOR_VERTICAL },
member in OHOS::Rosen::ApiWindowMode::ApiOrientation 228 {Orientation::SENSOR_VERTICAL, ApiOrientation::AUTO_ROTATION_PORTRAIT },
|
H A D | js_window_utils.cpp | 171 napi_set_named_property(env, objValue, "AUTO_ROTATION_PORTRAIT", CreateJsValue(env,
in OrientationInit() 172 static_cast<int32_t>(ApiOrientation::AUTO_ROTATION_PORTRAIT)));
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 | 70 const int32_t AUTO_ROTATION_PORTRAIT = 8; member 347 * 3.orientation equals to 8 (AUTO_ROTATION_PORTRAIT) 351 auto res = CheckWindowProperty1(ABILITY_NAME_TEST_8, AUTO_ROTATION_PORTRAIT, ORIENTATION); in HWTEST_F()
|
/foundation/window/window_manager/utils/test/unittest/ |
H A D | window_transition_info_test.cpp | 454 orientationIn = AppExecFwk::DisplayOrientation::AUTO_ROTATION_PORTRAIT; in HWTEST_F() 457 ASSERT_EQ(orientationOut, AppExecFwk::DisplayOrientation::AUTO_ROTATION_PORTRAIT); in HWTEST_F()
|
/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_base/include/ |
H A D | ability_info.h | 87 AUTO_ROTATION_PORTRAIT, member in OHOS::AppExecFwk::GetAbilityInfoFlag::DisplayOrientation
|
/foundation/window/window_manager/wmserver/src/ |
H A D | starting_window.cpp | 47 {OHOS::AppExecFwk::DisplayOrientation::AUTO_ROTATION_PORTRAIT, Orientation::SENSOR_VERTICAL}, member in OHOS::Rosen::OHOS::AppExecFwk::DisplayOrientation
|
/foundation/arkui/ace_engine/advanced_ui_component/foldsplitcontainer/interfaces/ |
H A D | foldsplitcontainer.js | 422 window.Orientation.AUTO_ROTATION_PORTRAIT
|
/foundation/window/window_manager/wm/include/ |
H A D | window_impl.h | 75 {OHOS::AppExecFwk::DisplayOrientation::AUTO_ROTATION_PORTRAIT, Orientation::SENSOR_VERTICAL}, member in OHOS::Rosen::OHOS::AppExecFwk::DisplayOrientation
|
/foundation/ability/ability_runtime/frameworks/simulator/ability_simulator/src/bundle_parser/ |
H A D | module_profile.cpp | 135 {"auto_rotation_portrait", DisplayOrientation::AUTO_ROTATION_PORTRAIT},
|
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/ |
H A D | module_profile.cpp | 115 DisplayOrientation::AUTO_ROTATION_PORTRAIT,
|
/foundation/bundlemanager/bundle_framework/interfaces/kits/js/bundlemgr/ |
H A D | bundle_mgr.cpp | 2926 static_cast<int32_t>(DisplayOrientation::AUTO_ROTATION_PORTRAIT), &nAutoRotationPortrait)); in CreateDisplayOrientationObject() 2927 NAPI_CALL(env, napi_set_named_property(env, value, "AUTO_ROTATION_PORTRAIT", nAutoRotationPortrait)); in CreateDisplayOrientationObject()
|
/foundation/bundlemanager/bundle_framework/interfaces/kits/js/bundle_manager/ |
H A D | bundle_manager.cpp | 4327 env, napi_create_int32(env, static_cast<int32_t>(DisplayOrientation::AUTO_ROTATION_PORTRAIT), in CreateOrientationRelatedToSensor() 4329 NAPI_CALL_RETURN_VOID(env, napi_set_named_property(env, value, "AUTO_ROTATION_PORTRAIT", nAutoRotationPortrait)); in CreateOrientationRelatedToSensor()
|
/foundation/window/window_manager/window_scene/session_manager/src/ |
H A D | scene_session_manager.cpp | 138 {"auto_rotation_portrait", OHOS::AppExecFwk::DisplayOrientation::AUTO_ROTATION_PORTRAIT},
|