Home
last modified time | relevance | path

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

/foundation/distributedhardware/distributed_camera/services/cameraservice/sourceservice/include/distributedcameramgr/dcamerainterface/
H A Dicamera_input.h33 virtual int32_t StopAllCapture() = 0;
/foundation/distributedhardware/distributed_camera/services/cameraservice/sourceservice/src/distributedcameramgr/dcamerastate/
H A Ddcamera_source_capture_state.cpp101 ret = camDev->StopAllCapture(); in DoUnregisterTask()
103 DHLOGE("StopAllCapture failed: %{public}d", ret); in DoUnregisterTask()
146 int32_t ret = camDev->StopAllCapture(); in DoCloseTask()
148 DHLOGE("StopAllCapture failed, ret: %{public}d", ret); in DoCloseTask()
/foundation/distributedhardware/distributed_camera/services/cameraservice/sourceservice/test/unittest/common/distributedcameramgr/
H A Dmock_dcamera_source_dev.h70 int32_t StopAllCapture() in StopAllCapture() function in OHOS::DistributedHardware::MockDCameraSourceDev
H A Ddcamera_source_input_test.cpp290 * @tc.desc: Verify source inptut StopAllCapture.
304 rc = testInput_->StopAllCapture(); in HWTEST_F()
H A Ddcamera_source_dev_test.cpp555 * @tc.desc: Verify source dev StopAllCapture.
589 ret = camDev_->StopAllCapture(); in HWTEST_F()
/foundation/distributedhardware/distributed_camera/services/cameraservice/sourceservice/include/distributedcameramgr/dcameradata/
H A Ddcamera_source_input.h39 int32_t StopAllCapture() override;
/foundation/distributedhardware/distributed_camera/services/cameraservice/sourceservice/include/distributedcameramgr/
H A Ddcamera_source_dev.h93 virtual int32_t StopAllCapture();
/foundation/distributedhardware/distributed_camera/services/cameraservice/sourceservice/src/distributedcameramgr/dcameradata/
H A Ddcamera_source_input.cpp370 int32_t DCameraSourceInput::StopAllCapture() in StopAllCapture() function in OHOS::DistributedHardware::DCameraSourceInput
372 DHLOGI("StopAllCapture devId %{public}s dhId %{public}s", GetAnonyString(devId_).c_str(), in StopAllCapture()
378 DHLOGE("StopAllCapture continue ret: %{public}d, devId: %{public}s, dhId: %{public}s", ret, in StopAllCapture()
387 DHLOGE("StopAllCapture snapshot ret: %{public}d, devId: %{public}s, dhId: %{public}s", ret, in StopAllCapture()
/foundation/distributedhardware/distributed_camera/services/cameraservice/sourceservice/src/distributedcameramgr/
H A Ddcamera_source_dev.cpp665 int32_t DCameraSourceDev::StopAllCapture() in StopAllCapture() function in OHOS::DistributedHardware::DCameraSourceDev
667 DHLOGI("DCameraSourceDev Execute StopAllCapture devId %{public}s dhId %{public}s", GetAnonyString(devId_).c_str(), in StopAllCapture()
669 int32_t ret = input_->StopAllCapture(); in StopAllCapture()
671 DHLOGE("DCameraSourceDev Execute StopAllCapture input StopAllCapture failed, ret: %{public}d, devId: " in StopAllCapture()
676 DHLOGE("DCameraSourceDev Execute StopAllCapture controller StopAllCapture failed, ret: %{public}d, devId: " in StopAllCapture()

Completed in 6 milliseconds