Home
last modified time | relevance | path

Searched refs:camInfo (Results 1 – 9 of 9) sorted by relevance

/ohos5.0/foundation/distributedhardware/distributed_camera/services/cameraservice/sourceservice/test/unittest/common/distributedcameramgr/
H A Ddcamera_source_controller_test.cpp246 std::shared_ptr<DCameraInfo> camInfo = std::make_shared<DCameraInfo>(); variable
247 camInfo->state_ = 1;
248 ret = controller_->GetCameraInfo(camInfo);
411 std::shared_ptr<DCameraInfo> camInfo = std::make_shared<DCameraInfo>(); variable
412 camInfo->state_ = 1;
413 int32_t ret = controller_->GetCameraInfo(camInfo);
H A Dmock_dcamera_source_controller.h56 int32_t GetCameraInfo(std::shared_ptr<DCameraInfo>& camInfo) in GetCameraInfo() argument
/ohos5.0/foundation/distributedhardware/distributed_camera/services/cameraservice/base/include/
H A Dicamera_controller.h39 virtual int32_t GetCameraInfo(std::shared_ptr<DCameraInfo>& camInfo) = 0;
/ohos5.0/foundation/distributedhardware/distributed_camera/services/cameraservice/sinkservice/test/unittest/common/distributedcameramgr/
H A Dmock_dcamera_sink_controller.h58 int32_t GetCameraInfo(std::shared_ptr<DCameraInfo>& camInfo) in GetCameraInfo() argument
/ohos5.0/foundation/distributedhardware/distributed_camera/services/cameraservice/sourceservice/include/distributedcameramgr/dcameracontrol/
H A Ddcamera_source_controller.h43 int32_t GetCameraInfo(std::shared_ptr<DCameraInfo>& camInfo) override;
/ohos5.0/foundation/distributedhardware/distributed_camera/services/cameraservice/sinkservice/src/distributedcamera/
H A Ddistributed_camera_sink_service.cpp323 std::shared_ptr<DCameraInfo> camInfo = cmd.value_; in IsCurSinkDev() local
324 if (camInfo->state_ == DCAMERA_CHANNEL_STATE_CONNECTED) { in IsCurSinkDev()
/ohos5.0/foundation/distributedhardware/distributed_camera/services/cameraservice/sinkservice/include/distributedcameramgr/
H A Ddcamera_sink_controller.h48 int32_t GetCameraInfo(std::shared_ptr<DCameraInfo>& camInfo) override;
/ohos5.0/foundation/distributedhardware/distributed_camera/services/cameraservice/sourceservice/src/distributedcameramgr/dcameracontrol/
H A Ddcamera_source_controller.cpp254 int32_t DCameraSourceController::GetCameraInfo(std::shared_ptr<DCameraInfo>& camInfo) in GetCameraInfo() argument
283 camInfo = cmd.value_; in GetCameraInfo()
/ohos5.0/foundation/distributedhardware/distributed_camera/services/cameraservice/sinkservice/src/distributedcameramgr/
H A Ddcamera_sink_controller.cpp196 int32_t DCameraSinkController::GetCameraInfo(std::shared_ptr<DCameraInfo>& camInfo) in GetCameraInfo() argument
199 camInfo->state_ = sessionState_; in GetCameraInfo()