Home
last modified time | relevance | path

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

/foundation/distributedhardware/distributed_camera/services/cameraservice/sourceservice/test/unittest/common/distributedcameramgr/
H A Ddcamera_source_state_machine_test.cpp277 DCameraSourceEvent event7(DCAMERA_EVENT_STOP_CAPTURE, g_streamIdSnap); in HWTEST_F()
302 ret = stateMachine_ ->Execute(DCAMERA_EVENT_STOP_CAPTURE, event7); in HWTEST_F()
328 DCameraSourceEvent event7(DCAMERA_EVENT_STOP_CAPTURE, g_streamIdSnap); in HWTEST_F()
351 ret = stateMachine_ ->Execute(DCAMERA_EVENT_STOP_CAPTURE, event7); in HWTEST_F()
/foundation/distributedhardware/distributed_camera/services/cameraservice/sourceservice/src/distributedcameramgr/dcamerastate/
H A Ddcamera_source_capture_state.cpp33 memberFuncMap_[DCAMERA_EVENT_STOP_CAPTURE] = &DCameraSourceCaptureState::DoStopCaptureTask; in DCameraSourceCaptureState()
59 case DCAMERA_EVENT_STOP_CAPTURE: in Execute()
H A Ddcamera_source_config_stream_state.cpp35 memberFuncMap_[DCAMERA_EVENT_STOP_CAPTURE] = &DCameraSourceConfigStreamState::DoStopCaptureTask; in DCameraSourceConfigStreamState()
67 case DCAMERA_EVENT_STOP_CAPTURE: in Execute()
/foundation/distributedhardware/distributed_camera/services/cameraservice/sourceservice/include/distributedcameramgr/
H A Ddcamera_source_event.h37 DCAMERA_EVENT_STOP_CAPTURE = 7, enumerator
/foundation/distributedhardware/distributed_camera/services/cameraservice/sourceservice/src/distributedcameramgr/
H A Ddcamera_source_dev.cpp46 memberFuncMap_[DCAMERA_EVENT_STOP_CAPTURE] = &DCameraSourceDev::NotifyHalResult; in DCameraSourceDev()
54 eventResultMap_[DCAMERA_EVENT_STOP_CAPTURE] = DCAMERA_EVENT_STOP_CAPTURE_ERROR; in DCameraSourceDev()
229 DCameraSourceEvent event(DCAMERA_EVENT_STOP_CAPTURE, streamIds); in StopCameraCapture()
727 case DCAMERA_EVENT_STOP_CAPTURE: in NotifyResult()

Completed in 4 milliseconds