Home
last modified time | relevance | path

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

/ohos5.0/base/web/webview/ohos_adapter/camera_adapter/include/
H A Dcamera_manager_adapter_impl.h133 FlashMode GetOriFlashMode(FlashModeAdapter flashMode);
/ohos5.0/base/web/webview/test/unittest/ohos_adapter/camera_adapter_impl_test/
H A Dcamera_adapter_impl_test.cpp311 FlashMode flashMode = adapter.GetOriFlashMode(FlashModeAdapter::FLASH_MODE_OPEN);
313 flashMode = adapter.GetOriFlashMode(static_cast<FlashModeAdapter>(-1));
/ohos5.0/base/web/webview/ohos_adapter/camera_adapter/src/
H A Dcamera_manager_adapter_impl.cpp175 FlashMode CameraManagerAdapterImpl::GetOriFlashMode(FlashModeAdapter flashMode) in GetOriFlashMode() function in OHOS::NWeb::CameraManagerAdapterImpl
547 if (!captureSession_->IsFlashModeSupported(GetOriFlashMode(focusMode))) { in IsFlashModeSupported()