/foundation/resourceschedule/background_task_mgr/interfaces/innerkits/include/ |
H A D | resource_type.h | 36 SENSOR = 1 << 8
|
/foundation/window/window_manager/dmserver/test/unittest/ |
H A D | screen_rotation_controller_test.cpp | 134 Orientation orientation = Orientation::SENSOR; in HWTEST_F() 240 ASSERT_EQ(true, ScreenRotationController::IsSensorRelatedOrientation(Orientation::SENSOR)); in HWTEST_F() 257 Orientation orientation = Orientation::SENSOR; in HWTEST_F() 260 ScreenRotationController::lastOrientationType_ = Orientation::SENSOR; in HWTEST_F() 274 orientation = Orientation::SENSOR; in HWTEST_F() 398 ScreenRotationController::ProcessOrientationSwitch(Orientation::SENSOR, true); in HWTEST_F() 449 orientation = Orientation::SENSOR; in HWTEST_F() 451 ASSERT_EQ(orientation, Orientation::SENSOR); in HWTEST_F()
|
/foundation/resourceschedule/background_task_mgr/interfaces/kits/napi/src/ |
H A D | init_bgtaskmgr.cpp | 85 SetNamedPropertyByInteger(env, obj, static_cast<uint32_t>(ResourceType::SENSOR), "SENSOR"); in BackgroundModeInit()
|
/foundation/window/window_manager/wmserver/test/unittest/ |
H A D | window_manager_service_utils_test.cpp | 66 bool ret = WmsUtils::IsFixedOrientation(Orientation::SENSOR, WindowMode::WINDOW_MODE_FULLSCREEN, 0); in HWTEST_F()
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/folder_stack/ |
H A D | folder_stack_pattern.cpp | 243 if (autoHalfFold && foldStatus == FoldStatus::HALF_FOLD && orientation != Orientation::SENSOR) { in SetAutoRotate() 244 container->SetOrientation(Orientation::SENSOR); in SetAutoRotate()
|
/foundation/arkui/ace_engine/test/unittest/core/pattern/folder_stack/ |
H A D | folder_stack_test_ng.cpp | 563 container->SetOrientation(Orientation::SENSOR); in HWTEST_F() 596 container->SetOrientation(Orientation::SENSOR); in HWTEST_F() 629 container->SetOrientation(Orientation::SENSOR); in HWTEST_F()
|
/foundation/resourceschedule/background_task_mgr/interfaces/test/unittest/bgtask_manager_client_test/ |
H A D | bgtask_client_unit_test.cpp | 59 constexpr uint32_t SENSOR = 256; member 610 EXPECT_EQ(SENSOR, (uint32_t)ResourceType::SENSOR); in HWTEST_F()
|
/foundation/window/window_manager/dmserver/src/ |
H A D | screen_rotation_controller.cpp | 132 case Orientation::SENSOR: { in CalcTargetDisplayRotation() 239 case Orientation::SENSOR: { in ProcessSwitchToSensorRelatedOrientation()
|
/foundation/window/window_manager/previewer/include/ |
H A D | dm_common.h | 245 SENSOR = 5, member in OHOS::Rosen::Orientation
|
/foundation/window/window_manager/interfaces/kits/napi/window_runtime/window_napi/ |
H A D | js_window_utils.h | 206 {ApiOrientation::AUTO_ROTATION, Orientation::SENSOR },
227 {Orientation::SENSOR, ApiOrientation::AUTO_ROTATION },
member in OHOS::Rosen::ApiWindowMode::Orientation
|
/foundation/window/window_manager/interfaces/innerkits/dm/ |
H A D | dm_common.h | 273 SENSOR = 5, member in OHOS::Rosen::Orientation
|
/foundation/arkui/ace_engine/frameworks/core/components/common/layout/ |
H A D | constants.h | 873 SENSOR = 5, member in OHOS::Ace::GestureTypeName::Orientation
|
/foundation/window/window_manager/wmserver/src/ |
H A D | starting_window.cpp | 45 {OHOS::AppExecFwk::DisplayOrientation::AUTO_ROTATION, Orientation::SENSOR},
|
/foundation/window/window_manager/wm/include/ |
H A D | window_impl.h | 73 {OHOS::AppExecFwk::DisplayOrientation::AUTO_ROTATION, Orientation::SENSOR},
|