Searched refs:SetTorchMode (Results 1 – 8 of 8) sorted by relevance
88 Camera_ErrorCode SetTorchMode(Camera_TorchMode torchMode);
799 Camera_ErrorCode Camera_Manager::SetTorchMode(Camera_TorchMode torchMode) in SetTorchMode() function in Camera_Manager808 int32_t ret = CameraManager::GetInstance()->SetTorchMode(itr->second); in SetTorchMode()
155 static napi_value SetTorchMode(napi_env env, napi_callback_info info);
409 return cameraManager->SetTorchMode(torchMode); in OH_CameraManager_SetTorchMode()
662 DECLARE_NAPI_FUNCTION("setTorchMode", SetTorchMode), in Init()1704 napi_value CameraManagerNapi::SetTorchMode(napi_env env, napi_callback_info info) in SetTorchMode() function in OHOS::CameraStandard::CameraManagerNapi1723 int32_t retCode = CameraManager::GetInstance()->SetTorchMode(torchMode); in SetTorchMode()
657 int32_t SetTorchMode(TorchMode mode);
2230 int32_t CameraManager::SetTorchMode(TorchMode mode) in SetTorchMode() function in OHOS::CameraStandard::CameraManager
8364 int32_t intResult = camManagerObj->SetTorchMode(TORCH_MODE_AUTO);8368 intResult = camManagerObj->SetTorchMode(TORCH_MODE_ON);8374 intResult = camManagerObj->SetTorchMode(TORCH_MODE_OFF);8381 intResult = camManagerObj->SetTorchMode(TORCH_MODE_OFF);