/ohos5.0/foundation/distributedhardware/distributed_camera/services/cameraservice/sinkservice/test/unittest/common/distributedcameramgr/ |
H A D | mock_camera_operator.h | 59 int32_t OpenCamera(std::vector<std::shared_ptr<DCameraCaptureInfo>>& captureInfos) in OpenCamera() 69 int32_t StartCapture(std::vector<std::shared_ptr<DCameraCaptureInfo>>& captureInfos, in StartCapture()
|
H A D | mock_dcamera_sink_output.h | 50 int32_t StartCapture(std::vector<std::shared_ptr<DCameraCaptureInfo>>& captureInfos) in StartCapture()
|
H A D | mock_dcamera_sink_controller.h | 35 …int32_t StartCapture(std::vector<std::shared_ptr<DCameraCaptureInfo>>& captureInfos, int32_t scene… in StartCapture()
|
/ohos5.0/foundation/distributedhardware/distributed_camera/services/cameraservice/sourceservice/test/unittest/common/distributedcameramgr/ |
H A D | dcamera_source_dev_test.cpp | 259 std::vector<std::shared_ptr<DCCaptureInfo>> captureInfos; variable 283 std::vector<std::shared_ptr<DCCaptureInfo>> captureInfos; variable 311 std::vector<std::shared_ptr<DCCaptureInfo>> captureInfos; variable 526 std::vector<std::shared_ptr<DCCaptureInfo>> captureInfos; variable 561 std::vector<std::shared_ptr<DCCaptureInfo>> captureInfos; variable 601 std::vector<std::shared_ptr<DCCaptureInfo>> captureInfos; variable
|
H A D | dcamera_source_controller_test.cpp | 124 std::vector<std::shared_ptr<DCameraCaptureInfo>> captureInfos; variable 154 std::vector<std::shared_ptr<DCameraCaptureInfo>> captureInfos; variable 525 std::vector<std::shared_ptr<DCameraCaptureInfo>> captureInfos; variable
|
H A D | mock_dcamera_source_controller.h | 36 …int32_t StartCapture(std::vector<std::shared_ptr<DCameraCaptureInfo>>& captureInfos, int32_t scene… in StartCapture()
|
H A D | mock_dcamera_source_dev.h | 61 int32_t StartCapture(std::vector<std::shared_ptr<DCCaptureInfo>>& captureInfos) in StartCapture()
|
H A D | dcamera_provider_callback_impl_test.cpp | 235 std::vector<DCCaptureInfo> captureInfos; variable 428 std::vector<DCCaptureInfo> captureInfos; variable
|
/ohos5.0/foundation/distributedhardware/distributed_camera/services/cameraservice/cameraoperator/client/test/unittest/common/cameraoperator/ |
H A D | dcamera_client_test.cpp | 366 std::vector<std::shared_ptr<DCameraCaptureInfo>> captureInfos; variable 430 std::vector<std::shared_ptr<DCameraCaptureInfo>> captureInfos; variable 558 std::vector<std::shared_ptr<DCameraCaptureInfo>> captureInfos; variable 625 std::vector<std::shared_ptr<DCameraCaptureInfo>> captureInfos; variable 658 std::vector<std::shared_ptr<DCameraCaptureInfo>> captureInfos; variable
|
/ohos5.0/drivers/peripheral/distributed_camera/hdi_service/test/fuzztest/dcamerastartcapture_fuzzer/ |
H A D | dcamerastartcapture_fuzzer.cpp | 48 std::vector<DCCaptureInfo> captureInfos; in DcameraStartCaptureFuzzTest() local
|
/ohos5.0/foundation/distributedhardware/distributed_camera/services/cameraservice/sourceservice/src/distributedcameramgr/ |
H A D | dcamera_source_event.cpp | 57 int32_t DCameraSourceEvent::GetCaptureInfos(std::vector<std::shared_ptr<DCCaptureInfo>>& captureInf… in GetCaptureInfos()
|
H A D | dcamera_source_dev.cpp | 209 int32_t DCameraSourceDev::StartCameraCapture(const std::vector<std::shared_ptr<DCCaptureInfo>>& cap… in StartCameraCapture() 573 int32_t DCameraSourceDev::StartCapture(std::vector<std::shared_ptr<DCCaptureInfo>>& captureInfos) in StartCapture() 622 void DCameraSourceDev::HitraceAndHisyseventImpl(std::vector<std::shared_ptr<DCCaptureInfo>>& captur… in HitraceAndHisyseventImpl()
|
/ohos5.0/foundation/distributedhardware/distributed_camera/services/cameraservice/sinkservice/src/distributedcameramgr/ |
H A D | dcamera_sink_controller.cpp | 63 int32_t DCameraSinkController::StartCapture(std::vector<std::shared_ptr<DCameraCaptureInfo>>& captu… in StartCapture() 410 std::shared_ptr<std::vector<std::shared_ptr<DCameraCaptureInfo>>> captureInfos = in ProcessPostAuthorization() local 516 …oid DCameraSinkController::PostAuthorization(std::vector<std::shared_ptr<DCameraCaptureInfo>>& cap… in PostAuthorization() 525 …2_t DCameraSinkController::StartCaptureInner(std::vector<std::shared_ptr<DCameraCaptureInfo>>& cap… in StartCaptureInner()
|
H A D | dcamera_sink_output.cpp | 137 int32_t DCameraSinkOutput::StartCapture(std::vector<std::shared_ptr<DCameraCaptureInfo>>& captureIn… in StartCapture()
|
/ohos5.0/foundation/distributedhardware/distributed_camera/services/cameraservice/cameraoperator/client/src/ |
H A D | dcamera_client.cpp | 175 int32_t DCameraClient::StartCapture(std::vector<std::shared_ptr<DCameraCaptureInfo>>& captureInfos, in StartCapture() 331 int32_t DCameraClient::ConfigCaptureSession(std::vector<std::shared_ptr<DCameraCaptureInfo>>& captu… in ConfigCaptureSession() 434 int32_t DCameraClient::CreateCaptureOutput(std::vector<std::shared_ptr<DCameraCaptureInfo>>& captur… in CreateCaptureOutput()
|
/ohos5.0/drivers/peripheral/distributed_camera/hdi_service/test/fuzztest/dcameraadddcameradevice_fuzzer/ |
H A D | dcameraadddcameradevice_fuzzer.cpp | 50 int32_t StartCapture(const DHBase& dhBase, const std::vector<DCCaptureInfo>& captureInfos) in StartCapture()
|
/ohos5.0/drivers/peripheral/distributed_camera/hdi_service/test/fuzztest/dcameraenabledcameradevice_fuzzer/ |
H A D | dcameraenabledcameradevice_fuzzer.cpp | 50 int32_t StartCapture(const DHBase& dhBase, const std::vector<DCCaptureInfo>& captureInfos) in StartCapture()
|
/ohos5.0/foundation/distributedhardware/distributed_camera/services/cameraservice/base/src/ |
H A D | dcamera_capture_info_cmd.cpp | 34 cJSON *captureInfos = cJSON_CreateArray(); in Marshal() local
|
/ohos5.0/foundation/distributedhardware/distributed_camera/services/cameraservice/sourceservice/include/distributedcameramgr/ |
H A D | dcamera_source_event.h | 83 const std::vector<std::shared_ptr<DCCaptureInfo>>& captureInfos) : eventType_(eventType) in DCameraSourceEvent()
|
/ohos5.0/foundation/distributedhardware/distributed_camera/services/cameraservice/sourceservice/src/distributedcameramgr/dcamerastate/ |
H A D | dcamera_source_capture_state.cpp | 175 std::vector<std::shared_ptr<DCCaptureInfo>> captureInfos; in DoStartCaptureTask() local
|
H A D | dcamera_source_config_stream_state.cpp | 226 std::vector<std::shared_ptr<DCCaptureInfo>> captureInfos; in DoStartCaptureTask() local
|
/ohos5.0/foundation/distributedhardware/distributed_camera/services/cameraservice/sourceservice/src/distributedcameramgr/dcamerahdf/ |
H A D | dcamera_provider_callback_impl.cpp | 180 …iderCallbackImpl::StartCapture(const DHBase& dhBase, const std::vector<DCCaptureInfo>& captureInfo… in StartCapture()
|
/ohos5.0/foundation/distributedhardware/distributed_camera/services/cameraservice/sourceservice/src/distributedcameramgr/dcameradata/ |
H A D | dcamera_source_input.cpp | 128 int32_t DCameraSourceInput::StartCapture(std::vector<std::shared_ptr<DCCaptureInfo>>& captureInfos) in StartCapture()
|
/ohos5.0/drivers/peripheral/distributed_camera/hdi_service/src/dcamera_provider/ |
H A D | dcamera_provider.cpp | 318 … DCameraProvider::StartCapture(const DHBase &dhBase, const std::vector<DCCaptureInfo> &captureInfo… in StartCapture()
|
/ohos5.0/foundation/distributedhardware/distributed_camera/services/cameraservice/sourceservice/src/distributedcameramgr/dcameracontrol/ |
H A D | dcamera_source_controller.cpp | 64 …nt32_t DCameraSourceController::StartCapture(std::vector<std::shared_ptr<DCameraCaptureInfo>>& cap… in StartCapture()
|