Home
last modified time | relevance | path

Searched refs:AUTO_ROTATION_UNSPECIFIED (Results 1 - 11 of 11) sorted by relevance

/foundation/window/window_manager/interfaces/kits/napi/window_runtime/window_napi/
H A Djs_window_utils.h191 AUTO_ROTATION_UNSPECIFIED = 12, member in OHOS::Rosen::ApiWindowMode::ApiOrientation
213 {ApiOrientation::AUTO_ROTATION_UNSPECIFIED, Orientation::AUTO_ROTATION_UNSPECIFIED }, member in OHOS::Rosen::ApiWindowMode::ApiOrientation
235 {Orientation::AUTO_ROTATION_UNSPECIFIED, ApiOrientation::AUTO_ROTATION_UNSPECIFIED }, member in OHOS::Rosen::ApiWindowMode::Orientation
H A Djs_window_utils.cpp183 napi_set_named_property(env, objValue, "AUTO_ROTATION_UNSPECIFIED", CreateJsValue(env, in OrientationInit()
184 static_cast<int32_t>(ApiOrientation::AUTO_ROTATION_UNSPECIFIED))); in OrientationInit()
/foundation/window/window_manager/previewer/include/
H A Ddm_common.h253 AUTO_ROTATION_UNSPECIFIED = 13, member in OHOS::Rosen::Orientation
/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_base/include/
H A Dability_info.h92 AUTO_ROTATION_UNSPECIFIED, member in OHOS::AppExecFwk::GetAbilityInfoFlag::DisplayOrientation
/foundation/window/window_manager/interfaces/innerkits/dm/
H A Ddm_common.h281 AUTO_ROTATION_UNSPECIFIED = 13, member in OHOS::Rosen::Orientation
/foundation/window/window_manager/window_scene/test/unittest/
H A Dscene_session_test.cpp319 scensession->SetRequestedOrientation(Orientation::AUTO_ROTATION_UNSPECIFIED); in HWTEST_F()
321 ASSERT_EQ(ret1, Orientation::AUTO_ROTATION_UNSPECIFIED); in HWTEST_F()
362 scensession->SetRequestedOrientation(Orientation::AUTO_ROTATION_UNSPECIFIED); in HWTEST_F()
364 ASSERT_EQ(ret1, Orientation::AUTO_ROTATION_UNSPECIFIED); in HWTEST_F()
400 Orientation orientation = Orientation::AUTO_ROTATION_UNSPECIFIED; in HWTEST_F()
H A Dwindow_session_property_test.cpp103 property->SetRequestedOrientation(Orientation::AUTO_ROTATION_UNSPECIFIED); in HWTEST_F()
105 ASSERT_EQ(ret1, Orientation::AUTO_ROTATION_UNSPECIFIED); in HWTEST_F()
/foundation/window/window_manager/wm/test/unittest/
H A Dwindow_session_impl_test.cpp1030 window->SetRequestedOrientation(Orientation::AUTO_ROTATION_UNSPECIFIED); in HWTEST_F()
1032 ASSERT_EQ(ret1, Orientation::AUTO_ROTATION_UNSPECIFIED); in HWTEST_F()
1086 window->SetRequestedOrientation(Orientation::AUTO_ROTATION_UNSPECIFIED); in HWTEST_F()
1088 ASSERT_EQ(ret1, Orientation::AUTO_ROTATION_UNSPECIFIED); in HWTEST_F()
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/
H A Dmodule_profile.cpp120 DisplayOrientation::AUTO_ROTATION_UNSPECIFIED,
/foundation/bundlemanager/bundle_framework/interfaces/kits/js/bundle_manager/
H A Dbundle_manager.cpp4350 napi_create_int32(env, static_cast<int32_t>(DisplayOrientation::AUTO_ROTATION_UNSPECIFIED), in CreateOrientationRelatedToSensor()
4353 napi_set_named_property(env, value, "AUTO_ROTATION_UNSPECIFIED", nAutoRotationUnspecified)); in CreateOrientationRelatedToSensor()
/foundation/window/window_manager/window_scene/session_manager/src/
H A Dscene_session_manager.cpp143 {"auto_rotation_unspecified", OHOS::AppExecFwk::DisplayOrientation::AUTO_ROTATION_UNSPECIFIED},

Completed in 49 milliseconds