Home
last modified time | relevance | path

Searched refs:DCAMERA_STATE_INIT (Results 1 – 10 of 10) sorted by relevance

/ohos5.0/foundation/distributedhardware/distributed_camera/services/cameraservice/sourceservice/test/unittest/common/distributedcameramgr/
H A Ddcamera_source_state_machine_test.cpp179 stateMachine_ ->UpdateState(DCAMERA_STATE_INIT);
200 stateMachine_ ->UpdateState(DCAMERA_STATE_INIT);
234 stateMachine_ ->UpdateState(DCAMERA_STATE_INIT);
280 stateMachine_ ->UpdateState(DCAMERA_STATE_INIT);
331 stateMachine_ ->UpdateState(DCAMERA_STATE_INIT);
/ohos5.0/foundation/distributedhardware/distributed_camera/services/cameraservice/sourceservice/include/distributedcameramgr/dcamerastate/
H A Ddcamera_source_state.h23 DCAMERA_STATE_INIT = 0, enumerator
/ohos5.0/foundation/distributedhardware/distributed_camera/services/cameraservice/sourceservice/src/distributedcameramgr/dcamerastate/
H A Ddcamera_source_state_factory.cpp36 case DCAMERA_STATE_INIT: { in CreateState()
H A Ddcamera_source_state_machine.cpp54 if (stateType != DCAMERA_STATE_INIT) { in UpdateState()
H A Ddcamera_source_init_state.cpp56 return DCAMERA_STATE_INIT; in GetStateType()
H A Ddcamera_source_regist_state.cpp109 stateMachine->UpdateState(DCAMERA_STATE_INIT); in DoUnregisterTask()
H A Ddcamera_source_opened_state.cpp123 stateMachine->UpdateState(DCAMERA_STATE_INIT); in DoUnregisterTask()
H A Ddcamera_source_capture_state.cpp134 stateMachine->UpdateState(DCAMERA_STATE_INIT); in DoUnregisterTask()
H A Ddcamera_source_config_stream_state.cpp137 stateMachine->UpdateState(DCAMERA_STATE_INIT); in DoUnregisterTask()
/ohos5.0/foundation/distributedhardware/distributed_camera/services/cameraservice/sourceservice/src/distributedcameramgr/
H A Ddcamera_source_dev.cpp84 stateMachine_->UpdateState(DCAMERA_STATE_INIT); in InitDCameraSourceDev()