/ohos5.0/foundation/distributedhardware/distributed_camera/services/cameraservice/sourceservice/test/unittest/common/distributedcamera/ |
H A D | distributed_camera_source_stub_test.cpp | 173 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 D | mock_distributed_camera_source_stub.h | 59 int32_t DCameraNotify(const std::string& devId, const std::string& dhId, in DCameraNotify() function
|
H A D | distributed_camera_source_service_test.cpp | 105 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 D | sourceservicedcameranotify_fuzzer.cpp | 39 sourceService->DCameraNotify(devId, dhId, events); in SourceServiceDCameraNotifyFuzzTest()
|
/ohos5.0/foundation/distributedhardware/distributed_camera/interfaces/inner_kits/native_cpp/test/sourcefuzztest/sourceproxydcameranotify_fuzzer/ |
H A D | sourceproxydcameranotify_fuzzer.cpp | 42 dCSourceProxy->DCameraNotify(devId, dhId, events); in SourceProxyDCameraNotifyFuzzTest()
|
/ohos5.0/foundation/distributedhardware/distributed_camera/interfaces/inner_kits/native_cpp/camera_source/include/ |
H A D | idistributed_camera_source.h | 37 …virtual int32_t DCameraNotify(const std::string& devId, const std::string& dhId, std::string& even…
|
H A D | distributed_camera_source_proxy.h | 43 …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 D | icamera_controller.h | 37 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 D | mock_dcamera_source_controller.h | 48 int32_t DCameraNotify(std::shared_ptr<DCameraEvent>& events) in DCameraNotify() function
|
H A D | dcamera_source_controller_test.cpp | 361 int32_t ret = controller_->DCameraNotify(events);
|
H A D | dcamera_source_dev_test.cpp | 163 int32_t ret = camDev_->DCameraNotify(TEST_EVENT_CMD_JSON);
|
/ohos5.0/foundation/distributedhardware/distributed_camera/services/cameraservice/sinkservice/test/unittest/common/distributedcameramgr/ |
H A D | mock_dcamera_sink_controller.h | 50 int32_t DCameraNotify(std::shared_ptr<DCameraEvent>& events) in DCameraNotify() function
|
H A D | dcamera_sink_controller_test.cpp | 289 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 D | distributed_camera_source_service.h | 50 …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 D | dcamera_source_controller.h | 41 int32_t DCameraNotify(std::shared_ptr<DCameraEvent>& events) override;
|
/ohos5.0/foundation/distributedhardware/distributed_camera/services/cameraservice/sourceservice/src/distributedcamera/ |
H A D | distributed_camera_source_service.cpp | 249 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 D | distributed_camera_source_stub.cpp | 235 ret = DCameraNotify(devId, dhId, events); in DCameraNotifyInner()
|
/ohos5.0/foundation/distributedhardware/distributed_camera/services/cameraservice/sinkservice/include/distributedcameramgr/ |
H A D | dcamera_sink_controller.h | 46 int32_t DCameraNotify(std::shared_ptr<DCameraEvent>& events) override;
|
/ohos5.0/foundation/distributedhardware/distributed_camera/services/cameraservice/sinkservice/src/distributedcameramgr/ |
H A D | dcamera_sink_controller.cpp | 132 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 D | dcamera_source_dev.h | 53 int32_t DCameraNotify(std::string& eventStr);
|
/ohos5.0/foundation/distributedhardware/distributed_camera/interfaces/inner_kits/native_cpp/camera_source/src/ |
H A D | distributed_camera_source_proxy.cpp | 183 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 D | dcamera_source_dev.cpp | 136 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 D | dcamera_source_controller.cpp | 179 int32_t DCameraSourceController::DCameraNotify(std::shared_ptr<DCameraEvent>& events) in DCameraNotify() function in OHOS::DistributedHardware::DCameraSourceController
|