Home
last modified time | relevance | path

Searched refs:SetTorchLevel (Results 1 - 12 of 12) sorted by relevance

/foundation/multimedia/camera_framework/services/camera_service/include/
H A Dhcamera_host_manager.h94 virtual int32_t SetTorchLevel(float level);
H A Dhcamera_service.h132 int32_t SetTorchLevel(float level) override;
/foundation/multimedia/camera_framework/services/camera_service/binder/base/include/
H A Dicamera_service.h126 virtual int32_t SetTorchLevel(float level) = 0;
/foundation/multimedia/camera_framework/services/camera_service/binder/client/include/
H A Dhcamera_service_proxy.h104 int32_t SetTorchLevel(float level) override;
/foundation/multimedia/camera_framework/services/camera_service/src/
H A Dhcamera_host_manager.cpp88 int32_t SetTorchLevel(float level);
340 int32_t HCameraHostManager::CameraHostInfo::SetTorchLevel(float level) in SetTorchLevel() function in OHOS::HCameraHostManager::CameraHostInfo
344 "CameraHostInfo::SetTorchLevel cameraHostProxyV1_2_ is null"); in SetTorchLevel()
347 MEDIA_ERR_LOG("CameraHostInfo::SetTorchLevel failed with error Code:%{public}d", rc); in SetTorchLevel()
349 "CameraHostInfo::SetTorchLevel", rc, true, CameraReportUtils::GetCallerInfo()); in SetTorchLevel()
855 int32_t HCameraHostManager::SetTorchLevel(float level) in SetTorchLevel() function in OHOS::HCameraHostManager
862 "HCameraHostManager::SetTorchLevel failed with not exist support device info"); in SetTorchLevel()
863 return cameraHostInfo->SetTorchLevel(level); in SetTorchLevel()
H A Dhcamera_service.cpp1172 int32_t HCameraService::SetTorchLevel(float level) in SetTorchLevel() function in OHOS::CameraStandard::HCameraService
1174 int32_t ret = cameraHostManager_->SetTorchLevel(level); in SetTorchLevel()
1175 CHECK_ERROR_PRINT_LOG(ret != CAMERA_OK, "Failed to SetTorchLevel"); in SetTorchLevel()
/foundation/multimedia/camera_framework/interfaces/inner_api/native/camera/include/input/
H A Dcamera_manager.h787 int32_t SetTorchLevel(float level);
/foundation/multimedia/camera_framework/frameworks/native/camera/src/input/
H A Dcamera_manager.cpp2235 retCode = SetTorchLevel(0); in SetTorchMode()
2238 retCode = SetTorchLevel(1); in SetTorchMode()
2261 int32_t CameraManager::SetTorchLevel(float level) in SetTorchLevel() function in OHOS::CameraStandard::CameraManager
2264 CHECK_ERROR_RETURN_RET_LOG(serviceProxy == nullptr, SERVICE_FATL_ERROR, "SetTorchLevel serviceProxy is null"); in SetTorchLevel()
2265 int32_t retCode = serviceProxy->SetTorchLevel(level); in SetTorchLevel()
2266 CHECK_ERROR_PRINT_LOG(retCode != CAMERA_OK, "SetTorchLevel call failed, retCode: %{public}d", retCode); in SetTorchLevel()
/foundation/multimedia/camera_framework/services/camera_service/binder/server/src/
H A Dhcamera_service_stub.cpp562 int ret = SetTorchLevel(level); in HandleSetTorchLevel()
/foundation/multimedia/camera_framework/services/camera_service/binder/client/src/
H A Dhcamera_service_proxy.cpp645 int32_t HCameraServiceProxy::SetTorchLevel(float level) in SetTorchLevel() function in OHOS::CameraStandard::HCameraServiceProxy
657 MEDIA_ERR_LOG("HCameraServiceProxy::SetTorchLevel failed, error: %{public}d", error); in SetTorchLevel()
/foundation/multimedia/camera_framework/frameworks/native/camera/test/moduletest/src/
H A Dcamera_framework_moduletest.cpp8175 hCameraServiceProxy->SetTorchLevel(0); in HWTEST_F()
8593 hCameraServiceProxy->SetTorchLevel(0); in HWTEST_F()
/foundation/multimedia/camera_framework/frameworks/native/camera/test/unittest/src/v1_1/
H A Dcamera_framework_unittest.cpp5350 int32_t ret = cameraManager->SetTorchLevel(level); in HWTEST_F()

Completed in 42 milliseconds