Home
last modified time | relevance | path

Searched refs:captureInfosPtr (Results 1 - 1 of 1) sorted by relevance

/foundation/distributedhardware/distributed_camera/services/cameraservice/sourceservice/src/distributedcameramgr/
H A Ddcamera_source_event.cpp59 auto captureInfosPtr = std::get_if<std::vector<std::shared_ptr<DCCaptureInfo>>>(&eventParam_); in GetCaptureInfos() local
60 if (captureInfosPtr == nullptr) { in GetCaptureInfos()
64 captureInfos = std::move(*captureInfosPtr); in GetCaptureInfos()

Completed in 1 milliseconds