Home
last modified time | relevance | path

Searched refs:LOCKED (Results 1 - 25 of 28) sorted by relevance

12

/foundation/distributeddatamgr/relational_store/test/js/relationalstore/unittest/src/
H A DRdbstoreLockRowJsunit.test.js75 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 Djs_window_utils.h190 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 Djs_window_utils.cpp181 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 Dsecurity.h67 LOCKED, enumerator
/foundation/window/window_manager/wmserver/src/
H A Dstarting_window.cpp42 {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 Dscreen_rotation_controller_test.cpp234 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 Dabstract_screen_test.cpp248 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 Dability_info.h67 LOCKED, member in OHOS::AppExecFwk::DisplayOrientation
/foundation/arkui/ace_engine/frameworks/core/components/common/layout/
H A Dconstants.h879 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 Dbms_bundle_get_window_properties_test.cpp74 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 Ddm_common.h251 LOCKED = 11, member in OHOS::Rosen::Orientation
/foundation/distributeddatamgr/relational_store/interfaces/inner_api/rdb/include/
H A Dabs_rdb_predicates.h318 static constexpr int LOCKED = 2; member in OHOS::NativeRdb::AbsRdbPredicates
/foundation/window/window_manager/utils/test/unittest/
H A Dwindow_transition_info_test.cpp474 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 Dability_info.h91 LOCKED, member in OHOS::AppExecFwk::GetAbilityInfoFlag::DisplayOrientation
/foundation/window/window_manager/interfaces/innerkits/dm/
H A Ddm_common.h279 LOCKED = 11, member in OHOS::Rosen::Orientation
/foundation/window/window_manager/wm/include/
H A Dwindow_impl.h70 {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 Dscreen_rotation_controller.cpp221 orientation == Orientation::LOCKED) { in IsSensorRelatedOrientation()
/foundation/distributeddatamgr/relational_store/test/native/rdb/fuzztest/rdbstore_fuzzer/
H A Drdbstore_fuzzer.cpp221 predicates.EqualTo(AbsRdbPredicates::LOCK_STATUS, AbsRdbPredicates::LOCKED); in RdbSetLockedRowPredicates()
/foundation/window/window_manager/window_scene/test/dms_unittest/
H A Dscreen_session_test.cpp1997 orientation = Orientation::LOCKED; in HWTEST_F()
2045 orientation = Orientation::LOCKED; in HWTEST_F()
/foundation/distributeddatamgr/relational_store/interfaces/ndk/src/
H A Drelational_store.cpp959 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 Dmodule_profile.cpp139 {"locked", DisplayOrientation::LOCKED}
/foundation/window/window_manager/interfaces/kits/cj/window_runtime/
H A Dwindow_impl.cpp355 if (winOrientation < Orientation::UNSPECIFIED || winOrientation > Orientation::LOCKED) { in SetPreferredOrientation()
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/
H A Dmodule_profile.cpp119 DisplayOrientation::LOCKED,
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/interfaces/
H A Ddistributeddb_interfaces_nb_delegate_test.cpp90 LOCKED enumerator
/foundation/distributeddatamgr/relational_store/frameworks/js/napi/relationalstore/src/
H A Dnapi_rdb_store.cpp2082 context->rdbPredicates->BeginWrap()->EqualTo(AbsRdbPredicates::LOCK_STATUS, AbsRdbPredicates::LOCKED)->Or(); in QueryLockedRow()

Completed in 39 milliseconds

12