/foundation/multimedia/camera_framework/services/camera_service/include/ |
H A D | hcamera_host_manager.h | 94 virtual int32_t SetTorchLevel(float level);
|
H A D | hcamera_service.h | 132 int32_t SetTorchLevel(float level) override;
|
/foundation/multimedia/camera_framework/services/camera_service/binder/base/include/ |
H A D | icamera_service.h | 126 virtual int32_t SetTorchLevel(float level) = 0;
|
/foundation/multimedia/camera_framework/services/camera_service/binder/client/include/ |
H A D | hcamera_service_proxy.h | 104 int32_t SetTorchLevel(float level) override;
|
/foundation/multimedia/camera_framework/services/camera_service/src/ |
H A D | hcamera_host_manager.cpp | 88 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 D | hcamera_service.cpp | 1172 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 D | camera_manager.h | 787 int32_t SetTorchLevel(float level);
|
/foundation/multimedia/camera_framework/frameworks/native/camera/src/input/ |
H A D | camera_manager.cpp | 2235 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 D | hcamera_service_stub.cpp | 562 int ret = SetTorchLevel(level); in HandleSetTorchLevel()
|
/foundation/multimedia/camera_framework/services/camera_service/binder/client/src/ |
H A D | hcamera_service_proxy.cpp | 645 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 D | camera_framework_moduletest.cpp | 8175 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 D | camera_framework_unittest.cpp | 5350 int32_t ret = cameraManager->SetTorchLevel(level); in HWTEST_F()
|