Home
last modified time | relevance | path

Searched refs:foldScreenType_ (Results 1 – 8 of 8) sorted by relevance

/ohos5.0/foundation/multimedia/camera_framework/frameworks/native/camera/src/input/
H A Dcamera_device.cpp128 foldScreenType_ = itr->second; in init()
152 foldScreenType_, cameraOrientation_, moduleType_, foldStatus_); in init()
181 foldScreenType_ == CAMERA_FOLDSCREEN_INNER) { in GetPosition()
204 return foldScreenType_; in GetCameraFoldScreenType()
H A Dcamera_manager.cpp877 foldScreenType_ = system::GetParameter("const.window.foldscreen.type", ""); in InitCameraManager()
1232 return !foldScreenType_.empty(); in GetIsFoldable()
1284 … bool isUnsupportedFoldScreenType = (foldScreenType_[0] != '2' && foldScreenType_[0] != '4'); in GetSupportedCameras()
1423 … camera->GetPosition() == CameraPosition::CAMERA_POSITION_FRONT && foldScreenType_[0] != '4') { in CreateCameraInput()
/ohos5.0/foundation/arkui/ace_engine/adapter/ohos/osal/
H A Dsystem_properties.cpp396 ACE_WEAK_SYM FoldScreenType SystemProperties::foldScreenType_ { FoldScreenType::UNKNOWN };
828 return foldScreenType_ == FoldScreenType::SMALL_FOLDER; in IsSmallFoldProduct()
833 if (foldScreenType_ != FoldScreenType::UNKNOWN) { in InitFoldScreenTypeBySystemProperty()
842 foldScreenType_ = static_cast<FoldScreenType>(type); in InitFoldScreenTypeBySystemProperty()
/ohos5.0/foundation/multimedia/camera_framework/interfaces/inner_api/native/camera/include/input/
H A Dcamera_info.h101 camera_foldscreen_enum_t foldScreenType_ = OHOS_CAMERA_FOLDSCREEN_OTHER; variable
H A Dcamera_device.h251 CameraFoldScreenType foldScreenType_ = CAMERA_FOLDSCREEN_UNSPECIFIED; variable
H A Dcamera_manager.h864 std::string foldScreenType_; variable
/ohos5.0/foundation/arkui/ace_engine/frameworks/base/utils/
H A Dsystem_properties.h653 static FoldScreenType foldScreenType_; variable
/ohos5.0/foundation/multimedia/camera_framework/frameworks/native/camera/test/unittest/src/v1_1/
H A Dcamera_framework_unittest.cpp5516 cameras[0]->foldScreenType_ = CAMERA_FOLDSCREEN_INNER;