Searched refs:IsTorchSupported (Results 1 – 9 of 9) sorted by relevance
84 Camera_ErrorCode IsTorchSupported(bool* isTorchSupported);
776 Camera_ErrorCode Camera_Manager::IsTorchSupported(bool* isTorchSupported) in IsTorchSupported() function in Camera_Manager780 *isTorchSupported = CameraManager::GetInstance()->IsTorchSupported(); in IsTorchSupported()
152 static napi_value IsTorchSupported(napi_env env, napi_callback_info info);
382 return cameraManager->IsTorchSupported(isTorchSupported); in OH_CameraManager_IsTorchSupported()
659 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::CameraManagerNapi1643 bool isTorchSupported = CameraManager::GetInstance()->IsTorchSupported(); in IsTorchSupported()
636 bool IsTorchSupported();
2185 bool CameraManager::IsTorchSupported() in IsTorchSupported() function in OHOS::CameraStandard::CameraManager
5447 bool isTorchSupported = cameraManager->IsTorchSupported();5478 bool isTorchSupported = cameraManager->IsTorchSupported();
8356 if (!(manager_->IsTorchSupported())) {