Home
last modified time | relevance | path

Searched defs:camEvent (Results 1 – 8 of 8) sorted by relevance

/ohos5.0/foundation/distributedhardware/distributed_camera/services/cameraservice/sourceservice/src/distributedcameramgr/dcamerastate/
H A Ddcamera_source_opened_state.cpp93 std::shared_ptr<DCameraEvent> camEvent = std::make_shared<DCameraEvent>(); in DoUnregisterTask() local
203 std::shared_ptr<DCameraEvent> camEvent; in DoEventNofityTask() local
H A Ddcamera_source_capture_state.cpp92 std::shared_ptr<DCameraEvent> camEvent = std::make_shared<DCameraEvent>(); in DoUnregisterTask() local
236 std::shared_ptr<DCameraEvent> camEvent; in DoEventNofityTask() local
H A Ddcamera_source_config_stream_state.cpp101 std::shared_ptr<DCameraEvent> camEvent = std::make_shared<DCameraEvent>(); in DoUnregisterTask() local
273 std::shared_ptr<DCameraEvent> camEvent; in DoEventNofityTask() local
H A Ddcamera_source_regist_state.cpp132 std::shared_ptr<DCameraEvent> camEvent; in DoEventNofityTask() local
/ohos5.0/foundation/distributedhardware/distributed_camera/services/cameraservice/sourceservice/src/distributedcameramgr/
H A Ddcamera_source_event.cpp90 int32_t DCameraSourceEvent::GetCameraEvent(std::shared_ptr<DCameraEvent>& camEvent) in GetCameraEvent()
H A Ddcamera_source_dev.cpp787 std::shared_ptr<DCameraEvent> camEvent = std::make_shared<DCameraEvent>(); in OnChannelConnectedEvent() local
809 std::shared_ptr<DCameraEvent> camEvent = std::make_shared<DCameraEvent>(); in OnChannelDisconnectedEvent() local
/ohos5.0/foundation/distributedhardware/distributed_camera/services/cameraservice/sourceservice/include/distributedcameramgr/
H A Ddcamera_source_event.h100 explicit DCameraSourceEvent(DCAMERA_EVENT eventType, std::shared_ptr<DCameraEvent>& camEvent) in DCameraSourceEvent()
/ohos5.0/foundation/distributedhardware/distributed_camera/services/cameraservice/sourceservice/test/unittest/common/distributedcameramgr/
H A Ddcamera_source_dev_test.cpp345 std::shared_ptr<DCameraEvent> camEvent = std::make_shared<DCameraEvent>(); variable
643 std::shared_ptr<DCameraEvent> camEvent = std::make_shared<DCameraEvent>(); variable