Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributedhardware/distributed_camera/services/cameraservice/sinkservice/src/distributedcameramgr/
H A Ddcamera_sink_output.cpp113 auto iterCon = channels_.find(CONTINUOUS_FRAME); in CloseChannel() local
114 if (iterCon != channels_.end()) { in CloseChannel()
116 ret = iterCon->second->ReleaseSession(); in CloseChannel()
157 auto iterCon = dataProcesses_.find(CONTINUOUS_FRAME); in StopCapture() local
158 if (iterCon != dataProcesses_.end()) { in StopCapture()
160 int32_t ret = iterCon->second->StopCapture(); in StopCapture()