Home
last modified time | relevance | path

Searched refs:CameraEventNotify (Results 1 - 7 of 7) sorted by relevance

/foundation/distributedhardware/distributed_camera/services/cameraservice/sourceservice/src/distributedcameramgr/dcamerastate/
H A Ddcamera_source_capture_state.cpp95 int32_t ret = camDev->CameraEventNotify(camEvent); in DoUnregisterTask()
97 DHLOGE("CameraEventNotify failed: %{public}d", ret); in DoUnregisterTask()
242 ret = camDev->CameraEventNotify(camEvent); in DoEventNofityTask()
244 DHLOGE("CameraEventNotify failed, ret: %{public}d", ret); in DoEventNofityTask()
H A Ddcamera_source_opened_state.cpp96 int32_t ret = camDev->CameraEventNotify(camEvent); in DoUnregisterTask()
98 DHLOGE("CameraEventNotify failed: %{public}d", ret); in DoUnregisterTask()
209 ret = camDev->CameraEventNotify(camEvent); in DoEventNofityTask()
211 DHLOGE("CameraEventNotify failed, ret: %{public}d", ret); in DoEventNofityTask()
H A Ddcamera_source_regist_state.cpp138 ret = camDev->CameraEventNotify(camEvent); in DoEventNofityTask()
140 DHLOGE("DCameraSourceRegistState DoEventNofityTask CameraEventNotify failed, ret: %{public}d", ret); in DoEventNofityTask()
H A Ddcamera_source_config_stream_state.cpp104 int32_t ret = camDev->CameraEventNotify(camEvent); in DoUnregisterTask()
106 DHLOGE("CameraEventNotify failed: %{public}d", ret); in DoUnregisterTask()
279 ret = camDev->CameraEventNotify(camEvent); in DoEventNofityTask()
281 DHLOGE("CameraEventNotify failed, ret: %{public}d", ret); in DoEventNofityTask()
/foundation/distributedhardware/distributed_camera/services/cameraservice/sourceservice/test/unittest/common/distributedcameramgr/
H A Dmock_dcamera_source_dev.h78 int32_t CameraEventNotify(std::shared_ptr<DCameraEvent>& events) in CameraEventNotify() function in OHOS::DistributedHardware::MockDCameraSourceDev
/foundation/distributedhardware/distributed_camera/services/cameraservice/sourceservice/include/distributedcameramgr/
H A Ddcamera_source_dev.h95 virtual int32_t CameraEventNotify(std::shared_ptr<DCameraEvent>& events);
/foundation/distributedhardware/distributed_camera/services/cameraservice/sourceservice/src/distributedcameramgr/
H A Ddcamera_source_dev.cpp701 int32_t DCameraSourceDev::CameraEventNotify(std::shared_ptr<DCameraEvent>& events) in CameraEventNotify() function in OHOS::DistributedHardware::DCameraSourceDev
703 DHLOGI("DCameraSourceDev Execute CameraEventNotify devId %{public}s dhId %{public}s", in CameraEventNotify()
707 DHLOGE("DCameraSourceDev Execute CameraEventNotify DCameraNotify failed, ret: %{public}d, devId: %{public}s " in CameraEventNotify()
773 CameraEventNotify(events); in NotifyHalResult()

Completed in 8 milliseconds