/foundation/window/window_manager/interfaces/kits/napi/window_runtime/window_napi/ |
H A D | js_window_utils.h | 191 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 D | js_window_utils.cpp | 183 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 D | dm_common.h | 253 AUTO_ROTATION_UNSPECIFIED = 13, member in OHOS::Rosen::Orientation
|
/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_base/include/ |
H A D | ability_info.h | 92 AUTO_ROTATION_UNSPECIFIED, member in OHOS::AppExecFwk::GetAbilityInfoFlag::DisplayOrientation
|
/foundation/window/window_manager/interfaces/innerkits/dm/ |
H A D | dm_common.h | 281 AUTO_ROTATION_UNSPECIFIED = 13, member in OHOS::Rosen::Orientation
|
/foundation/window/window_manager/window_scene/test/unittest/ |
H A D | scene_session_test.cpp | 319 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 D | window_session_property_test.cpp | 103 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 D | window_session_impl_test.cpp | 1030 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 D | module_profile.cpp | 120 DisplayOrientation::AUTO_ROTATION_UNSPECIFIED,
|
/foundation/bundlemanager/bundle_framework/interfaces/kits/js/bundle_manager/ |
H A D | bundle_manager.cpp | 4350 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 D | scene_session_manager.cpp | 143 {"auto_rotation_unspecified", OHOS::AppExecFwk::DisplayOrientation::AUTO_ROTATION_UNSPECIFIED},
|