Home
last modified time | relevance | path

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

/ohos5.0/drivers/peripheral/distributed_camera/hdi_service/include/dcamera_device/
H A Ddcamera_device.h112 std::mutex getFullLock_; variable
/ohos5.0/drivers/peripheral/distributed_camera/hdi_service/src/dcamera_device/
H A Ddcamera_device.cpp429 std::unique_lock<std::mutex> lck(getFullLock_); in TriggerGetFullCaps()
647 std::lock_guard<std::mutex> dataLock(getFullLock_); in SetDcameraAbility()