Home
last modified time | relevance | path

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

/foundation/ability/ability_runtime/frameworks/simulator/common/include/
H A Dability_info.h63 AUTO_ROTATION_PORTRAIT, member in OHOS::AppExecFwk::DisplayOrientation
/foundation/window/window_manager/interfaces/kits/napi/window_runtime/window_napi/
H A Djs_window_utils.h185 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 Djs_window_utils.cpp171 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 Dbms_bundle_get_window_properties_test.cpp70 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 Dwindow_transition_info_test.cpp454 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 Dability_info.h87 AUTO_ROTATION_PORTRAIT, member in OHOS::AppExecFwk::GetAbilityInfoFlag::DisplayOrientation
/foundation/window/window_manager/wmserver/src/
H A Dstarting_window.cpp47 {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 Dfoldsplitcontainer.js422 window.Orientation.AUTO_ROTATION_PORTRAIT
/foundation/window/window_manager/wm/include/
H A Dwindow_impl.h75 {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 Dmodule_profile.cpp135 {"auto_rotation_portrait", DisplayOrientation::AUTO_ROTATION_PORTRAIT},
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/
H A Dmodule_profile.cpp115 DisplayOrientation::AUTO_ROTATION_PORTRAIT,
/foundation/bundlemanager/bundle_framework/interfaces/kits/js/bundlemgr/
H A Dbundle_mgr.cpp2926 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 Dbundle_manager.cpp4327 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 Dscene_session_manager.cpp138 {"auto_rotation_portrait", OHOS::AppExecFwk::DisplayOrientation::AUTO_ROTATION_PORTRAIT},

Completed in 52 milliseconds