Home
last modified time | relevance | path

Searched refs:IsTorchSupported (Results 1 – 9 of 9) sorted by relevance

/ohos5.0/foundation/multimedia/camera_framework/frameworks/native/ndk/impl/
H A Dcamera_manager_impl.h84 Camera_ErrorCode IsTorchSupported(bool* isTorchSupported);
H A Dcamera_manager_impl.cpp776 Camera_ErrorCode Camera_Manager::IsTorchSupported(bool* isTorchSupported) in IsTorchSupported() function in Camera_Manager
780 *isTorchSupported = CameraManager::GetInstance()->IsTorchSupported(); in IsTorchSupported()
/ohos5.0/foundation/multimedia/camera_framework/interfaces/kits/js/camera_napi/include/input/
H A Dcamera_manager_napi.h152 static napi_value IsTorchSupported(napi_env env, napi_callback_info info);
/ohos5.0/foundation/multimedia/camera_framework/frameworks/native/ndk/
H A Dcamera_manager.cpp382 return cameraManager->IsTorchSupported(isTorchSupported); in OH_CameraManager_IsTorchSupported()
/ohos5.0/foundation/multimedia/camera_framework/frameworks/js/camera_napi/src/input/
H A Dcamera_manager_napi.cpp659 DECLARE_NAPI_FUNCTION("isTorchSupported", IsTorchSupported), in Init()
1628 napi_value CameraManagerNapi::IsTorchSupported(napi_env env, napi_callback_info info) in IsTorchSupported() function in OHOS::CameraStandard::CameraManagerNapi
1643 bool isTorchSupported = CameraManager::GetInstance()->IsTorchSupported(); in IsTorchSupported()
/ohos5.0/foundation/multimedia/camera_framework/interfaces/inner_api/native/camera/include/input/
H A Dcamera_manager.h636 bool IsTorchSupported();
/ohos5.0/foundation/multimedia/camera_framework/frameworks/native/camera/src/input/
H A Dcamera_manager.cpp2185 bool CameraManager::IsTorchSupported() in IsTorchSupported() function in OHOS::CameraStandard::CameraManager
/ohos5.0/foundation/multimedia/camera_framework/frameworks/native/camera/test/unittest/src/v1_1/
H A Dcamera_framework_unittest.cpp5447 bool isTorchSupported = cameraManager->IsTorchSupported();
5478 bool isTorchSupported = cameraManager->IsTorchSupported();
/ohos5.0/foundation/multimedia/camera_framework/frameworks/native/camera/test/moduletest/src/
H A Dcamera_framework_moduletest.cpp8356 if (!(manager_->IsTorchSupported())) {