Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributedhardware/distributed_camera/services/cameraservice/cameraoperator/client/include/
H A Ddcamera_client.h59 int32_t StartCaptureInner(std::shared_ptr<DCameraCaptureInfo>& info);
/ohos5.0/foundation/distributedhardware/distributed_camera/services/cameraservice/sinkservice/include/distributedcameramgr/
H A Ddcamera_sink_controller.h75 int32_t StartCaptureInner(std::vector<std::shared_ptr<DCameraCaptureInfo>>& captureInfos);
/ohos5.0/foundation/distributedhardware/distributed_camera/services/cameraservice/sinkservice/src/distributedcameramgr/
H A Ddcamera_sink_controller.cpp71 int32_t ret = StartCaptureInner(captureInfos); in StartCapture()
519 int32_t ret = StartCaptureInner(captureInfos); in PostAuthorization()
525 int32_t DCameraSinkController::StartCaptureInner(std::vector<std::shared_ptr<DCameraCaptureInfo>>& … in StartCaptureInner() function in OHOS::DistributedHardware::DCameraSinkController
/ohos5.0/foundation/distributedhardware/distributed_camera/services/cameraservice/cameraoperator/client/src/
H A Ddcamera_client.cpp198 int32_t ret = StartCaptureInner(info); in StartCapture()
532 int32_t DCameraClient::StartCaptureInner(std::shared_ptr<DCameraCaptureInfo>& info) in StartCaptureInner() function in OHOS::DistributedHardware::DCameraClient
/ohos5.0/foundation/distributedhardware/distributed_camera/services/cameraservice/cameraoperator/client/test/unittest/common/cameraoperator/
H A Ddcamera_client_test.cpp677 int32_t ret = client_->StartCaptureInner(info);