/foundation/distributeddatamgr/relational_store/test/js/relationalstore/unittest/src/ |
H A D | RdbstoreLockRowJsunit.test.js | 75 const LOCKED = 2; 320 await checkStatus(checkName, LOCKED) 334 await checkStatus(checkName, LOCKED) 388 await checkStatus(checkName, LOCKED) 595 await checkStatus(checkName2, LOCKED) 609 await checkStatus(checkName2, LOCKED) 663 await checkStatus(checkName2, LOCKED)
|
/foundation/window/window_manager/interfaces/kits/napi/window_runtime/window_napi/ |
H A D | js_window_utils.h | 190 LOCKED = 11,
member in OHOS::Rosen::ApiWindowMode::ApiOrientation 212 {ApiOrientation::LOCKED, Orientation::LOCKED },
member in OHOS::Rosen::ApiWindowMode::ApiOrientation 233 {Orientation::LOCKED, ApiOrientation::LOCKED },
member in OHOS::Rosen::ApiWindowMode::Orientation
|
H A D | js_window_utils.cpp | 181 napi_set_named_property(env, objValue, "LOCKED", CreateJsValue(env,
in OrientationInit() 182 static_cast<int32_t>(ApiOrientation::LOCKED)));
in OrientationInit()
|
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/app/src/security/ |
H A D | security.h | 67 LOCKED, enumerator
|
/foundation/window/window_manager/wmserver/src/ |
H A D | starting_window.cpp | 42 {OHOS::AppExecFwk::DisplayOrientation::FOLLOWRECENT, Orientation::LOCKED}, 53 {OHOS::AppExecFwk::DisplayOrientation::LOCKED, Orientation::LOCKED}, member in OHOS::Rosen::OHOS::AppExecFwk::DisplayOrientation
|
/foundation/window/window_manager/dmserver/test/unittest/ |
H A D | screen_rotation_controller_test.cpp | 234 ASSERT_EQ(false, ScreenRotationController::IsSensorRelatedOrientation(Orientation::LOCKED)); in HWTEST_F() 307 orientation = Orientation::LOCKED; in HWTEST_F() 309 ASSERT_EQ(Orientation::LOCKED, ScreenRotationController::lastOrientationType_); in HWTEST_F() 404 ScreenRotationController::ProcessOrientationSwitch(Orientation::LOCKED, true); in HWTEST_F() 405 ASSERT_EQ(Orientation::LOCKED, ScreenRotationController::lastOrientationType_); in HWTEST_F()
|
H A D | abstract_screen_test.cpp | 248 ASSERT_EQ(Rotation::ROTATION_0, absScreen_->CalcRotation(Orientation::LOCKED)); in HWTEST_F() 720 ASSERT_EQ(Rotation::ROTATION_0, absScreen_->CalcRotation(Orientation::LOCKED)); in HWTEST_F()
|
/foundation/ability/ability_runtime/frameworks/simulator/common/include/ |
H A D | ability_info.h | 67 LOCKED, member in OHOS::AppExecFwk::DisplayOrientation
|
/foundation/arkui/ace_engine/frameworks/core/components/common/layout/ |
H A D | constants.h | 879 LOCKED = 11, member in OHOS::Ace::GestureTypeName::Orientation 880 END = LOCKED,
|
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_kit_service_test/ |
H A D | bms_bundle_get_window_properties_test.cpp | 74 const int32_t LOCKED = 12; member 399 * 3.orientation equals to 12 (LOCKED) 403 auto res = CheckWindowProperty1(ABILITY_NAME_TEST_12, LOCKED, ORIENTATION); in HWTEST_F() 412 * 3.orientation equals to 12 (LOCKED)
|
/foundation/window/window_manager/previewer/include/ |
H A D | dm_common.h | 251 LOCKED = 11, member in OHOS::Rosen::Orientation
|
/foundation/distributeddatamgr/relational_store/interfaces/inner_api/rdb/include/ |
H A D | abs_rdb_predicates.h | 318 static constexpr int LOCKED = 2;
member in OHOS::NativeRdb::AbsRdbPredicates
|
/foundation/window/window_manager/utils/test/unittest/ |
H A D | window_transition_info_test.cpp | 474 orientationIn = AppExecFwk::DisplayOrientation::LOCKED; in HWTEST_F() 477 ASSERT_EQ(orientationOut, AppExecFwk::DisplayOrientation::LOCKED); in HWTEST_F()
|
/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_base/include/ |
H A D | ability_info.h | 91 LOCKED, member in OHOS::AppExecFwk::GetAbilityInfoFlag::DisplayOrientation
|
/foundation/window/window_manager/interfaces/innerkits/dm/ |
H A D | dm_common.h | 279 LOCKED = 11, member in OHOS::Rosen::Orientation
|
/foundation/window/window_manager/wm/include/ |
H A D | window_impl.h | 70 {OHOS::AppExecFwk::DisplayOrientation::FOLLOWRECENT, Orientation::LOCKED}, 81 {OHOS::AppExecFwk::DisplayOrientation::LOCKED, Orientation::LOCKED}, member in OHOS::Rosen::OHOS::AppExecFwk::DisplayOrientation
|
/foundation/window/window_manager/dmserver/src/ |
H A D | screen_rotation_controller.cpp | 221 orientation == Orientation::LOCKED) { in IsSensorRelatedOrientation()
|
/foundation/distributeddatamgr/relational_store/test/native/rdb/fuzztest/rdbstore_fuzzer/ |
H A D | rdbstore_fuzzer.cpp | 221 predicates.EqualTo(AbsRdbPredicates::LOCK_STATUS, AbsRdbPredicates::LOCKED); in RdbSetLockedRowPredicates()
|
/foundation/window/window_manager/window_scene/test/dms_unittest/ |
H A D | screen_session_test.cpp | 1997 orientation = Orientation::LOCKED; in HWTEST_F() 2045 orientation = Orientation::LOCKED; in HWTEST_F()
|
/foundation/distributeddatamgr/relational_store/interfaces/ndk/src/ |
H A D | relational_store.cpp | 959 predicate->Get().EqualTo(OHOS::NativeRdb::AbsRdbPredicates::LOCK_STATUS, OHOS::NativeRdb::AbsRdbPredicates::LOCKED); in OH_Rdb_QueryLockedRow()
|
/foundation/ability/ability_runtime/frameworks/simulator/ability_simulator/src/bundle_parser/ |
H A D | module_profile.cpp | 139 {"locked", DisplayOrientation::LOCKED}
|
/foundation/window/window_manager/interfaces/kits/cj/window_runtime/ |
H A D | window_impl.cpp | 355 if (winOrientation < Orientation::UNSPECIFIED || winOrientation > Orientation::LOCKED) { in SetPreferredOrientation()
|
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/ |
H A D | module_profile.cpp | 119 DisplayOrientation::LOCKED,
|
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/interfaces/ |
H A D | distributeddb_interfaces_nb_delegate_test.cpp | 90 LOCKED enumerator
|
/foundation/distributeddatamgr/relational_store/frameworks/js/napi/relationalstore/src/ |
H A D | napi_rdb_store.cpp | 2082 context->rdbPredicates->BeginWrap()->EqualTo(AbsRdbPredicates::LOCK_STATUS, AbsRdbPredicates::LOCKED)->Or(); in QueryLockedRow()
|