Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributedhardware/distributed_camera/services/cameraservice/sourceservice/src/distributedcameramgr/dcamerastate/
H A Ddcamera_source_opened_state.cpp96 int32_t ret = camDev->CameraEventNotify(camEvent); in DoUnregisterTask()
209 ret = camDev->CameraEventNotify(camEvent); in DoEventNofityTask()
H A Ddcamera_source_capture_state.cpp95 int32_t ret = camDev->CameraEventNotify(camEvent); in DoUnregisterTask()
242 ret = camDev->CameraEventNotify(camEvent); in DoEventNofityTask()
H A Ddcamera_source_config_stream_state.cpp104 int32_t ret = camDev->CameraEventNotify(camEvent); in DoUnregisterTask()
279 ret = camDev->CameraEventNotify(camEvent); in DoEventNofityTask()
H A Ddcamera_source_regist_state.cpp138 ret = camDev->CameraEventNotify(camEvent); in DoEventNofityTask()
/ohos5.0/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
/ohos5.0/foundation/distributedhardware/distributed_camera/services/cameraservice/sourceservice/include/distributedcameramgr/
H A Ddcamera_source_dev.h95 virtual int32_t CameraEventNotify(std::shared_ptr<DCameraEvent>& events);
/ohos5.0/foundation/distributedhardware/distributed_camera/services/cameraservice/sourceservice/src/distributedcameramgr/
H A Ddcamera_source_dev.cpp698 int32_t DCameraSourceDev::CameraEventNotify(std::shared_ptr<DCameraEvent>& events) in CameraEventNotify() function in OHOS::DistributedHardware::DCameraSourceDev
770 CameraEventNotify(events); in NotifyHalResult()