Home
last modified time | relevance | path

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

/foundation/distributedhardware/distributed_camera/services/cameraservice/sourceservice/test/unittest/common/distributedcamera/
H A Ddistributed_camera_source_stub_test.cpp161 * @tc.desc: Verify the DCameraNotify function.
173 int32_t ret = sourceProxy.DCameraNotify(devId, dhId, events); in HWTEST_F()
179 * @tc.desc: Verify the DCameraNotify function.
191 int32_t ret = sourceProxy.DCameraNotify(devId, dhId, events); in HWTEST_F()
196 ret = sourceProxy.DCameraNotify(devId, dhId, events); in HWTEST_F()
200 ret = sourceProxy.DCameraNotify(devId, dhId, events); in HWTEST_F()
H A Dmock_distributed_camera_source_stub.h59 int32_t DCameraNotify(const std::string& devId, const std::string& dhId, in DCameraNotify() function in OHOS::DistributedHardware::MockDistributedCameraSourceStub
H A Ddistributed_camera_source_service_test.cpp95 * @tc.desc: Verify the DCameraNotify function.
105 int32_t ret = testSrcService_->DCameraNotify(TEST_DEVICE_ID, TEST_CAMERA_DH_ID_0, events); in HWTEST_F()
/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()
/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()
/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& events) = 0;
H A Ddistributed_camera_source_proxy.h43 int32_t DCameraNotify(const std::string& devId, const std::string& dhId, std::string& events) override;
/foundation/distributedhardware/distributed_camera/services/cameraservice/base/include/
H A Dicamera_controller.h37 virtual int32_t DCameraNotify(std::shared_ptr<DCameraEvent>& events) = 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 in OHOS::DistributedHardware::MockDCameraSourceController
H A Ddcamera_source_controller_test.cpp351 * @tc.desc: Verify source controller DCameraNotify.
361 int32_t ret = controller_->DCameraNotify(events); in HWTEST_F()
H A Ddcamera_source_dev_test.cpp156 * @tc.desc: Verify source dev DCameraNotify.
163 int32_t ret = camDev_->DCameraNotify(TEST_EVENT_CMD_JSON); in HWTEST_F()
/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 in OHOS::DistributedHardware::MockDCameraSinkController
H A Ddcamera_sink_controller_test.cpp279 * @tc.desc: Verify the DCameraNotify function.
289 int32_t ret = controller_->DCameraNotify(cmd.value_); in HWTEST_F()
295 * @tc.desc: Verify the DCameraNotify function.
303 int32_t ret = controller_->DCameraNotify(cmd.value_); in HWTEST_F()
/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) override;
/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;
/foundation/distributedhardware/distributed_camera/services/cameraservice/sinkservice/include/distributedcameramgr/
H A Ddcamera_sink_controller.h46 int32_t DCameraNotify(std::shared_ptr<DCameraEvent>& events) override;
/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& dhId, in DCameraNotify() function in OHOS::DistributedHardware::DistributedCameraSourceService
252 DHLOGI("DCameraNotify devId: %{public}s, dhId: %{public}s", GetAnonyString(devId).c_str(), in DCameraNotify()
257 DHLOGE("DistributedCameraSourceService DCameraNotify not found device"); in DCameraNotify()
261 int32_t ret = camDev->DCameraNotify(events); in DCameraNotify()
263 DHLOGE("DCameraNotify failed, ret: %{public}d", ret); in DCameraNotify()
H A Ddistributed_camera_source_stub.cpp235 ret = DCameraNotify(devId, dhId, events); in DCameraNotifyInner()
/foundation/distributedhardware/distributed_camera/services/cameraservice/sourceservice/include/distributedcameramgr/
H A Ddcamera_source_dev.h53 int32_t DCameraNotify(std::string& eventStr);
/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& dhId, in DCameraNotify() function in OHOS::DistributedHardware::DistributedCameraSourceProxy
186 DHLOGI("DCameraNotify devId: %{public}s dhId: %{public}s events: %{public}s", in DCameraNotify()
/foundation/distributedhardware/distributed_camera/services/cameraservice/sinkservice/src/distributedcameramgr/
H A Ddcamera_sink_controller.cpp135 int32_t DCameraSinkController::DCameraNotify(std::shared_ptr<DCameraEvent>& events) in DCameraNotify() function in OHOS::DistributedHardware::DCameraSinkController
137 DHLOGI("DCameraNotify dhId: %{public}s", GetAnonyString(dhId_).c_str()); in DCameraNotify()
157 CHECK_AND_RETURN_RET_LOG(ret != EOK, DCAMERA_BAD_VALUE, "DCameraNotify memcpy_s failed, ret: %{public}d", ret); in DCameraNotify()
160 DHLOGE("DCameraNotify channel send data failed, dhId: %{public}s ret: %{public}d", in DCameraNotify()
175 ret = sourceSA->DCameraNotify(sinkDevId, dhId_, jsonStr); in DCameraNotify()
184 DHLOGI("DCameraNotify %{public}s success", GetAnonyString(dhId_).c_str()); in DCameraNotify()
661 return DCameraNotify(event); in DCameraNotifyInner()
/foundation/distributedhardware/distributed_camera/services/cameraservice/sourceservice/src/distributedcameramgr/dcameracontrol/
H A Ddcamera_source_controller.cpp205 int32_t DCameraSourceController::DCameraNotify(std::shared_ptr<DCameraEvent>& events) in DCameraNotify() function in OHOS::DistributedHardware::DCameraSourceController
212 DHLOGI("DCameraNotify camHdiProvider is nullptr devId: %{public}s dhId: %{public}s", in DCameraNotify()
519 DCameraNotify(cmd.value_); in HandleReceivedData()
/foundation/distributedhardware/distributed_camera/services/cameraservice/sourceservice/src/distributedcameramgr/
H A Ddcamera_source_dev.cpp139 int32_t DCameraSourceDev::DCameraNotify(std::string& eventStr) in DCameraNotify() function in OHOS::DistributedHardware::DCameraSourceDev
141 DHLOGI("DCameraSourceDev PostTask DCameraNotify devId %{public}s dhId %{public}s", GetAnonyString(devId_).c_str(), in DCameraNotify()
146 DHLOGE("DCameraSourceDev DCameraNotify devId %{public}s dhId %{public}s marshal failed, ret: %{public}d", in DCameraNotify()
705 int32_t ret = controller_->DCameraNotify(events); in CameraEventNotify()
707 DHLOGE("DCameraSourceDev Execute CameraEventNotify DCameraNotify failed, ret: %{public}d, devId: %{public}s " in CameraEventNotify()

Completed in 13 milliseconds