From fb9a57d36261892f18aff098d85e649fe284f676 Mon Sep 17 00:00:00 2001 From: chen0088 Date: Tue, 12 Jul 2022 18:22:31 +0800 Subject: [PATCH] fixed d753d70 from https://gitee.com/chen0088/distributed_camera/pulls/158 modify hdf wait time Signed-off-by: chen0088 --- .../distributedcameramgr/dcamerahdf/dcamera_hdf_operate.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/services/cameraservice/sourceservice/include/distributedcameramgr/dcamerahdf/dcamera_hdf_operate.h b/services/cameraservice/sourceservice/include/distributedcameramgr/dcamerahdf/dcamera_hdf_operate.h index f8e1ba47..ac2d5ac6 100644 --- a/services/cameraservice/sourceservice/include/distributedcameramgr/dcamerahdf/dcamera_hdf_operate.h +++ b/services/cameraservice/sourceservice/include/distributedcameramgr/dcamerahdf/dcamera_hdf_operate.h @@ -32,7 +32,7 @@ using OHOS::HDI::ServiceManager::V1_0::ServStatListenerStub; const std::string CAMERA_SERVICE_NAME = "distributed_camera_service"; const std::string PROVIDER_SERVICE_NAME = "distributed_camera_provider_service"; constexpr uint16_t INVALID_VALUE = 0xffff; -constexpr int32_t WAIT_TIME = 500; +constexpr int32_t WAIT_TIME = 2000; namespace OHOS { namespace DistributedHardware { -- Gitee