Home
last modified time | relevance | path

Searched refs:DCameraNotify (Results 1 – 23 of 23) sorted by relevance

/ohos5.0/foundation/distributedhardware/distributed_camera/services/cameraservice/sourceservice/test/unittest/common/distributedcamera/
H A Ddistributed_camera_source_stub_test.cpp173 int32_t ret = sourceProxy.DCameraNotify(devId, dhId, events);
191 int32_t ret = sourceProxy.DCameraNotify(devId, dhId, events);
196 ret = sourceProxy.DCameraNotify(devId, dhId, events);
200 ret = sourceProxy.DCameraNotify(devId, dhId, events);
H A Dmock_distributed_camera_source_stub.h59 int32_t DCameraNotify(const std::string& devId, const std::string& dhId, in DCameraNotify() function
H A Ddistributed_camera_source_service_test.cpp105 int32_t ret = testSrcService_->DCameraNotify(TEST_DEVICE_ID, TEST_CAMERA_DH_ID_0, events);
/ohos5.0/foundation/distributedhardware/distributed_camera/interfaces/inner_kits/native_cpp/test/sourcefuzztest/sourceservicedcameranotify_fuzzer/
H A Dsourceservicedcameranotify_fuzzer.cpp39 sourceService->DCameraNotify(devId, dhId, events); in SourceServiceDCameraNotifyFuzzTest()
/ohos5.0/foundation/distributedhardware/distributed_camera/interfaces/inner_kits/native_cpp/test/sourcefuzztest/sourceproxydcameranotify_fuzzer/
H A Dsourceproxydcameranotify_fuzzer.cpp42 dCSourceProxy->DCameraNotify(devId, dhId, events); in SourceProxyDCameraNotifyFuzzTest()
/ohos5.0/foundation/distributedhardware/distributed_camera/interfaces/inner_kits/native_cpp/camera_source/include/
H A Didistributed_camera_source.h37 …virtual int32_t DCameraNotify(const std::string& devId, const std::string& dhId, std::string& even…
H A Ddistributed_camera_source_proxy.h43 …int32_t DCameraNotify(const std::string& devId, const std::string& dhId, std::string& events) over…
/ohos5.0/foundation/distributedhardware/distributed_camera/services/cameraservice/base/include/
H A Dicamera_controller.h37 virtual int32_t DCameraNotify(std::shared_ptr<DCameraEvent>& events) = 0;
/ohos5.0/foundation/distributedhardware/distributed_camera/services/cameraservice/sourceservice/test/unittest/common/distributedcameramgr/
H A Dmock_dcamera_source_controller.h48 int32_t DCameraNotify(std::shared_ptr<DCameraEvent>& events) in DCameraNotify() function
H A Ddcamera_source_controller_test.cpp361 int32_t ret = controller_->DCameraNotify(events);
H A Ddcamera_source_dev_test.cpp163 int32_t ret = camDev_->DCameraNotify(TEST_EVENT_CMD_JSON);
/ohos5.0/foundation/distributedhardware/distributed_camera/services/cameraservice/sinkservice/test/unittest/common/distributedcameramgr/
H A Dmock_dcamera_sink_controller.h50 int32_t DCameraNotify(std::shared_ptr<DCameraEvent>& events) in DCameraNotify() function
H A Ddcamera_sink_controller_test.cpp289 int32_t ret = controller_->DCameraNotify(cmd.value_);
303 int32_t ret = controller_->DCameraNotify(cmd.value_);
/ohos5.0/foundation/distributedhardware/distributed_camera/services/cameraservice/sourceservice/include/distributedcamera/
H A Ddistributed_camera_source_service.h50 …int32_t DCameraNotify(const std::string& devId, const std::string& dhId, std::string& events) over…
/ohos5.0/foundation/distributedhardware/distributed_camera/services/cameraservice/sourceservice/include/distributedcameramgr/dcameracontrol/
H A Ddcamera_source_controller.h41 int32_t DCameraNotify(std::shared_ptr<DCameraEvent>& events) override;
/ohos5.0/foundation/distributedhardware/distributed_camera/services/cameraservice/sourceservice/src/distributedcamera/
H A Ddistributed_camera_source_service.cpp249 int32_t DistributedCameraSourceService::DCameraNotify(const std::string& devId, const std::string& … in DCameraNotify() function in OHOS::DistributedHardware::DistributedCameraSourceService
261 int32_t ret = camDev->DCameraNotify(events); in DCameraNotify()
H A Ddistributed_camera_source_stub.cpp235 ret = DCameraNotify(devId, dhId, events); in DCameraNotifyInner()
/ohos5.0/foundation/distributedhardware/distributed_camera/services/cameraservice/sinkservice/include/distributedcameramgr/
H A Ddcamera_sink_controller.h46 int32_t DCameraNotify(std::shared_ptr<DCameraEvent>& events) override;
/ohos5.0/foundation/distributedhardware/distributed_camera/services/cameraservice/sinkservice/src/distributedcameramgr/
H A Ddcamera_sink_controller.cpp132 int32_t DCameraSinkController::DCameraNotify(std::shared_ptr<DCameraEvent>& events) in DCameraNotify() function in OHOS::DistributedHardware::DCameraSinkController
167 ret = sourceSA->DCameraNotify(sinkDevId, dhId_, jsonStr); in DCameraNotify()
566 return DCameraNotify(event); in DCameraNotifyInner()
/ohos5.0/foundation/distributedhardware/distributed_camera/services/cameraservice/sourceservice/include/distributedcameramgr/
H A Ddcamera_source_dev.h53 int32_t DCameraNotify(std::string& eventStr);
/ohos5.0/foundation/distributedhardware/distributed_camera/interfaces/inner_kits/native_cpp/camera_source/src/
H A Ddistributed_camera_source_proxy.cpp183 int32_t DistributedCameraSourceProxy::DCameraNotify(const std::string& devId, const std::string& dh… in DCameraNotify() function in OHOS::DistributedHardware::DistributedCameraSourceProxy
/ohos5.0/foundation/distributedhardware/distributed_camera/services/cameraservice/sourceservice/src/distributedcameramgr/
H A Ddcamera_source_dev.cpp136 int32_t DCameraSourceDev::DCameraNotify(std::string& eventStr) in DCameraNotify() function in OHOS::DistributedHardware::DCameraSourceDev
702 int32_t ret = controller_->DCameraNotify(events); in CameraEventNotify()
/ohos5.0/foundation/distributedhardware/distributed_camera/services/cameraservice/sourceservice/src/distributedcameramgr/dcameracontrol/
H A Ddcamera_source_controller.cpp179 int32_t DCameraSourceController::DCameraNotify(std::shared_ptr<DCameraEvent>& events) in DCameraNotify() function in OHOS::DistributedHardware::DCameraSourceController