Home
last modified time | relevance | path

Searched refs:sensorToDeviceRotationMap_ (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/window/window_manager/dmserver/src/
H A Dscreen_rotation_controller.cpp37 std::map<SensorRotation, DeviceRotation> ScreenRotationController::sensorToDeviceRotationMap_; member in OHOS::Rosen::ScreenRotationController
322 if (sensorToDeviceRotationMap_.empty()) { in ConvertSensorToDeviceRotation()
325 return sensorToDeviceRotationMap_.at(sensorRotation); in ConvertSensorToDeviceRotation()
379 if (sensorToDeviceRotationMap_.empty()) { in ProcessRotationMapping()
380 sensorToDeviceRotationMap_ = { in ProcessRotationMapping()
/ohos5.0/foundation/window/window_manager/dmserver/include/
H A Dscreen_rotation_controller.h88 static std::map<SensorRotation, DeviceRotation> sensorToDeviceRotationMap_; variable
/ohos5.0/foundation/window/window_manager/dmserver/test/unittest/
H A Dscreen_rotation_controller_test.cpp357 ScreenRotationController::sensorToDeviceRotationMap_.clear();