/foundation/ability/ability_runtime/frameworks/simulator/common/include/ |
H A D | ability_info.h | 58 FOLLOWRECENT, member in OHOS::AppExecFwk::DisplayOrientation
|
/foundation/window/window_manager/utils/test/unittest/ |
H A D | window_transition_info_test.cpp | 416 orientationIn = AppExecFwk::DisplayOrientation::FOLLOWRECENT; in HWTEST_F() 419 ASSERT_EQ(orientationOut, AppExecFwk::DisplayOrientation::FOLLOWRECENT); in HWTEST_F()
|
/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_base/include/ |
H A D | ability_info.h | 82 FOLLOWRECENT, member in OHOS::AppExecFwk::GetAbilityInfoFlag::DisplayOrientation
|
/foundation/window/window_manager/wmserver/src/ |
H A D | starting_window.cpp | 42 {OHOS::AppExecFwk::DisplayOrientation::FOLLOWRECENT, Orientation::LOCKED}, member in OHOS::Rosen::OHOS::AppExecFwk::DisplayOrientation
|
/foundation/window/window_manager/wm/include/ |
H A D | window_impl.h | 70 {OHOS::AppExecFwk::DisplayOrientation::FOLLOWRECENT, Orientation::LOCKED}, member in OHOS::Rosen::OHOS::AppExecFwk::DisplayOrientation
|
/foundation/ability/ability_runtime/frameworks/native/ability/native/ |
H A D | ability.cpp | 2044 if (orientation == static_cast<int>(DisplayOrientation::FOLLOWRECENT)) { in SetDisplayOrientation()
|
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/ |
H A D | bundle_profile.cpp | 45 {"followRecent", DisplayOrientation::FOLLOWRECENT}
|
H A D | module_profile.cpp | 110 DisplayOrientation::FOLLOWRECENT,
|
/foundation/ability/ability_runtime/test/unittest/frameworks_kits_ability_native_test/ |
H A D | ability_test.cpp | 2631 int orientation = static_cast<int>(DisplayOrientation::FOLLOWRECENT); in HWTEST_F()
|
/foundation/bundlemanager/bundle_framework/interfaces/kits/js/bundlemgr/ |
H A D | bundle_mgr.cpp | 2902 NAPI_CALL(env, napi_create_int32(env, static_cast<int32_t>(DisplayOrientation::FOLLOWRECENT), &nFollowRecent)); in CreateDisplayOrientationObject()
|
/foundation/bundlemanager/bundle_framework/interfaces/kits/js/bundle_manager/ |
H A D | bundle_manager.cpp | 4297 env, napi_create_int32(env, static_cast<int32_t>(DisplayOrientation::FOLLOWRECENT), &nFollowrecent)); in CreateDisplayOrientationObject()
|
/foundation/window/window_manager/window_scene/session_manager/src/ |
H A D | scene_session_manager.cpp | 133 {"follow_recent", OHOS::AppExecFwk::DisplayOrientation::FOLLOWRECENT},
|