/foundation/distributedhardware/distributed_camera/services/cameraservice/sourceservice/test/unittest/common/distributedcamera/ |
H A D | distributed_camera_source_stub_test.cpp | 161 * @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 D | mock_distributed_camera_source_stub.h | 59 int32_t DCameraNotify(const std::string& devId, const std::string& dhId, in DCameraNotify() function in OHOS::DistributedHardware::MockDistributedCameraSourceStub
|
H A D | distributed_camera_source_service_test.cpp | 95 * @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 D | sourceservicedcameranotify_fuzzer.cpp | 39 sourceService->DCameraNotify(devId, dhId, events); in SourceServiceDCameraNotifyFuzzTest()
|
/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()
|
/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& events) = 0;
|
H A D | distributed_camera_source_proxy.h | 43 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 D | icamera_controller.h | 37 virtual int32_t DCameraNotify(std::shared_ptr<DCameraEvent>& events) = 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 in OHOS::DistributedHardware::MockDCameraSourceController
|
H A D | dcamera_source_controller_test.cpp | 351 * @tc.desc: Verify source controller DCameraNotify. 361 int32_t ret = controller_->DCameraNotify(events); in HWTEST_F()
|
H A D | dcamera_source_dev_test.cpp | 156 * @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 D | mock_dcamera_sink_controller.h | 50 int32_t DCameraNotify(std::shared_ptr<DCameraEvent>& events) in DCameraNotify() function in OHOS::DistributedHardware::MockDCameraSinkController
|
H A D | dcamera_sink_controller_test.cpp | 279 * @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 D | distributed_camera_source_service.h | 50 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 D | dcamera_source_controller.h | 41 int32_t DCameraNotify(std::shared_ptr<DCameraEvent>& events) override;
|
/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;
|
/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& 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 D | distributed_camera_source_stub.cpp | 235 ret = DCameraNotify(devId, dhId, events); in DCameraNotifyInner()
|
/foundation/distributedhardware/distributed_camera/services/cameraservice/sourceservice/include/distributedcameramgr/ |
H A D | dcamera_source_dev.h | 53 int32_t DCameraNotify(std::string& eventStr);
|
/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& 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 D | dcamera_sink_controller.cpp | 135 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 D | dcamera_source_controller.cpp | 205 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 D | dcamera_source_dev.cpp | 139 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()
|