Home
last modified time | relevance | path

Searched refs:GetCameraState (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/distributedhardware/distributed_camera/services/cameraservice/sourceservice/include/distributedcameramgr/dcamerastate/
H A Ddcamera_source_state_machine.h30 int32_t GetCameraState();
/ohos5.0/foundation/distributedhardware/distributed_camera/services/cameraservice/sourceservice/src/distributedcameramgr/dcamerastate/
H A Ddcamera_source_state_machine.cpp64 int32_t DCameraSourceStateMachine::GetCameraState() in GetCameraState() function in OHOS::DistributedHardware::DCameraSourceStateMachine
/ohos5.0/foundation/distributedhardware/distributed_camera/services/cameraservice/sourceservice/src/distributedcameramgr/
H A Ddcamera_source_dev.cpp776 DHLOGI("GetStateInfo In state %{public}d", stateMachine_->GetCameraState()); in GetStateInfo()
777 return stateMachine_->GetCameraState(); in GetStateInfo()