Home
last modified time | relevance | path

Searched defs:openInfo (Results 1 - 13 of 13) sorted by relevance

/foundation/distributedhardware/distributed_camera/services/cameraservice/base/src/
H A Ddcamera_open_info_cmd.cpp38 cJSON *openInfo = cJSON_CreateObject(); in Marshal() local
91 std::shared_ptr<DCameraOpenInfo> openInfo = std::make_shared<DCameraOpenInfo>(); in Unmarshal() local
/foundation/distributedhardware/distributed_camera/services/cameraservice/sinkservice/test/unittest/common/distributedcamera/
H A Ddistributed_camera_sink_stub_test.cpp211 std::string openInfo = "openInfo000"; in HWTEST_F() local
H A Dmock_distributed_camera_sink_stub.h73 int32_t OpenChannel(const std::string &dhId, std::string& openInfo) in OpenChannel() argument
/foundation/distributedhardware/distributed_camera/services/cameraservice/sourceservice/test/unittest/common/distributedcameramgr/
H A Dmock_dcamera_source_controller.h60 int32_t OpenChannel(std::shared_ptr<DCameraOpenInfo>& openInfo) in OpenChannel() argument
H A Ddcamera_source_controller_test.cpp267 std::shared_ptr<DCameraOpenInfo> openInfo = std::make_shared<DCameraOpenInfo>(); in HWTEST_F() local
288 std::shared_ptr<DCameraOpenInfo> openInfo = std::make_shared<DCameraOpenInfo>(); in HWTEST_F() local
436 std::shared_ptr<DCameraOpenInfo> openInfo = std::make_shared<DCameraOpenInfo>(); in HWTEST_F() local
/foundation/distributedhardware/distributed_camera/services/cameraservice/sinkservice/test/unittest/common/distributedcameramgr/
H A Dmock_dcamera_sink_controller.h65 int32_t OpenChannel(std::shared_ptr<DCameraOpenInfo>& openInfo) in OpenChannel() argument
/foundation/distributedhardware/distributed_camera/interfaces/inner_kits/native_cpp/camera_sink/src/
H A Ddistributed_camera_sink_proxy.cpp233 int32_t DistributedCameraSinkProxy::OpenChannel(const std::string& dhId, std::string& openInfo) in OpenChannel() argument
/foundation/distributedhardware/distributed_camera/services/cameraservice/sinkservice/src/distributedcamera/
H A Ddistributed_camera_sink_stub.cpp251 std::string openInfo = data.ReadString(); in OpenChannelInner() local
H A Ddistributed_camera_sink_service.cpp227 int32_t DistributedCameraSinkService::OpenChannel(const std::string& dhId, std::string& openInfo) in OpenChannel() argument
/foundation/distributedhardware/distributed_camera/services/cameraservice/sinkservice/src/distributedcameramgr/
H A Ddcamera_sink_dev.cpp139 int32_t DCameraSinkDev::OpenChannel(std::string& openInfo) in OpenChannel() argument
H A Ddcamera_sink_controller.cpp239 int32_t DCameraSinkController::OpenChannel(std::shared_ptr<DCameraOpenInfo>& openInfo) in OpenChannel() argument
/foundation/distributedhardware/distributed_camera/services/cameraservice/sourceservice/src/distributedcameramgr/dcameracontrol/
H A Ddcamera_source_controller.cpp315 int32_t DCameraSourceController::OpenChannel(std::shared_ptr<DCameraOpenInfo>& openInfo) in OpenChannel() argument
/foundation/distributedhardware/distributed_camera/services/cameraservice/sourceservice/src/distributedcameramgr/
H A Ddcamera_source_dev.cpp464 std::shared_ptr<DCameraOpenInfo> openInfo = std::make_shared<DCameraOpenInfo>(); in OpenCamera() local

Completed in 10 milliseconds