Home
last modified time | relevance | path

Searched refs:DCameraRegistParam (Results 1 – 13 of 13) sorted by relevance

/ohos5.0/foundation/distributedhardware/distributed_camera/services/cameraservice/sourceservice/include/distributedcameramgr/
H A Ddcamera_source_event.h44 class DCameraRegistParam {
46 DCameraRegistParam() = default;
47DCameraRegistParam(std::string devId, std::string dhId, std::string reqId, std::string sinkParam, in DCameraRegistParam() function
50 ~DCameraRegistParam() = default;
71 std::shared_ptr<DCameraRegistParam>& param) : eventType_(eventType) in DCameraSourceEvent()
107 int32_t GetDCameraRegistParam(std::shared_ptr<DCameraRegistParam>& param);
118 std::shared_ptr<DCameraRegistParam>,
H A Ddcamera_source_dev.h84 virtual int32_t Register(std::shared_ptr<DCameraRegistParam>& param);
85 virtual int32_t UnRegister(std::shared_ptr<DCameraRegistParam>& param);
105 int32_t ParseEnableParam(std::shared_ptr<DCameraRegistParam>& param, std::string& ability);
/ohos5.0/foundation/distributedhardware/distributed_camera/services/cameraservice/sourceservice/test/unittest/common/distributedcameramgr/
H A Dmock_dcamera_source_dev.h32 int32_t Register(std::shared_ptr<DCameraRegistParam>& param) in Register()
36 int32_t UnRegister(std::shared_ptr<DCameraRegistParam>& param) in UnRegister()
H A Ddcamera_source_config_stream_state_test.cpp48 std::shared_ptr<DCameraRegistParam> g_registParam;
72 …g_registParam = std::make_shared<DCameraRegistParam>(TEST_DEVICE_ID, TEST_CAMERA_DH_ID_0, TEST_REQ… in SetUp()
H A Ddcamera_source_dev_test.cpp375 …std::shared_ptr<DCameraRegistParam> param = std::make_shared<DCameraRegistParam>(devId, dhId, reqI…
395 …std::shared_ptr<DCameraRegistParam> param = std::make_shared<DCameraRegistParam>(devId, dhId, reqI…
H A Ddcamera_source_state_machine_test.cpp73 std::shared_ptr<DCameraRegistParam> g_registParam;
147 …g_registParam = std::make_shared<DCameraRegistParam>(TEST_DEVICE_ID, TEST_CAMERA_DH_ID_0, TEST_REQ… in SetCaptureInfos()
/ohos5.0/foundation/distributedhardware/distributed_camera/services/cameraservice/sourceservice/src/distributedcameramgr/
H A Ddcamera_source_event.cpp35 int32_t DCameraSourceEvent::GetDCameraRegistParam(std::shared_ptr<DCameraRegistParam>& param) in GetDCameraRegistParam()
37 auto paramPtr = std::get_if<std::shared_ptr<DCameraRegistParam>>(&eventParam_); in GetDCameraRegistParam()
H A Ddcamera_source_dev.cpp107 …std::shared_ptr<DCameraRegistParam> regParam = std::make_shared<DCameraRegistParam>(devId, dhId, r… in RegisterDistributedHardware()
125 …std::shared_ptr<DCameraRegistParam> regParam = std::make_shared<DCameraRegistParam>(devId, dhId, r… in UnRegisterDistributedHardware()
333 int32_t DCameraSourceDev::Register(std::shared_ptr<DCameraRegistParam>& param) in Register()
384 int32_t DCameraSourceDev::ParseEnableParam(std::shared_ptr<DCameraRegistParam>& param, std::string&… in ParseEnableParam()
418 int32_t DCameraSourceDev::UnRegister(std::shared_ptr<DCameraRegistParam>& param) in UnRegister()
738 std::shared_ptr<DCameraRegistParam> param; in NotifyRegisterResult()
/ohos5.0/foundation/distributedhardware/distributed_camera/services/cameraservice/sourceservice/src/distributedcameramgr/dcamerastate/
H A Ddcamera_source_regist_state.cpp78 std::shared_ptr<DCameraRegistParam> param; in DoRegisterTask()
95 std::shared_ptr<DCameraRegistParam> param; in DoUnregisterTask()
H A Ddcamera_source_init_state.cpp61 std::shared_ptr<DCameraRegistParam> param; in DoRegisterTask()
H A Ddcamera_source_opened_state.cpp108 std::shared_ptr<DCameraRegistParam> param; in DoUnregisterTask()
H A Ddcamera_source_capture_state.cpp119 std::shared_ptr<DCameraRegistParam> param; in DoUnregisterTask()
H A Ddcamera_source_config_stream_state.cpp122 std::shared_ptr<DCameraRegistParam> param; in DoUnregisterTask()