Home
last modified time | relevance | path

Searched refs:GET_FULL_WAIT_SECONDS (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/drivers/peripheral/distributed_camera/hdi_service/include/utils/
H A Dconstants.h59 const int32_t GET_FULL_WAIT_SECONDS = 10; variable
/ohos5.0/drivers/peripheral/distributed_camera/hdi_service/src/dcamera_device/
H A Ddcamera_device.cpp431 auto status = getFullWaitCond_.wait_for(lck, std::chrono::seconds(GET_FULL_WAIT_SECONDS)); in TriggerGetFullCaps()
433 DHLOGE("Wait get full caps timeout(%{public}ds).", GET_FULL_WAIT_SECONDS); in TriggerGetFullCaps()