Home
last modified time | relevance | path

Searched refs:DCameraNotifyInner (Results 1 - 4 of 4) sorted by relevance

/foundation/distributedhardware/distributed_camera/services/cameraservice/sinkservice/src/distributedcameramgr/
H A Ddcamera_sink_controller.cpp105 DCameraNotifyInner(DCAMERA_MESSAGE, DCAMERA_EVENT_DEVICE_ERROR, std::string("operator stop capture failed.")); in StopCapture()
115 DCameraNotifyInner(DCAMERA_MESSAGE, DCAMERA_EVENT_DEVICE_ERROR, std::string("output stop capture failed")); in StopCapture()
504 DCameraNotifyInner(DCAMERA_MESSAGE, DCAMERA_EVENT_DEVICE_PREEMPT, std::string("camera device preempted")); in OnStateChanged()
506 DCameraNotifyInner(DCAMERA_MESSAGE, DCAMERA_EVENT_DEVICE_ERROR, std::string("camera error")); in OnStateChanged()
627 DCameraNotifyInner(DCAMERA_MESSAGE, DCAMERA_EVENT_DEVICE_ERROR, std::string("output start capture failed")); in StartCaptureInner()
641 DCameraNotifyInner(DCAMERA_MESSAGE, DCAMERA_EVENT_NO_PERMISSION, in StartCaptureInner()
644 DCameraNotifyInner(DCAMERA_MESSAGE, DCAMERA_EVENT_DEVICE_IN_USE, in StartCaptureInner()
650 DCameraNotifyInner(DCAMERA_MESSAGE, DCAMERA_EVENT_CAMERA_SUCCESS, std::string("operator start capture success")); in StartCaptureInner()
655 int32_t DCameraSinkController::DCameraNotifyInner(int32_t type, int32_t result, std::string reason) in DCameraNotifyInner() function in OHOS::DistributedHardware::DCameraSinkController
753 return DCameraNotifyInner(DCAMERA_SINK_STO in StopDistributedHardware()
[all...]
/foundation/distributedhardware/distributed_camera/services/cameraservice/sourceservice/src/distributedcamera/
H A Ddistributed_camera_source_stub.cpp38 &DistributedCameraSourceStub::DCameraNotifyInner; in DistributedCameraSourceStub()
74 return DCameraNotifyInner(data, reply); in OnRemoteRequest()
223 int32_t DistributedCameraSourceStub::DCameraNotifyInner(MessageParcel &data, MessageParcel &reply) in DCameraNotifyInner() function in OHOS::DistributedHardware::DistributedCameraSourceStub
/foundation/distributedhardware/distributed_camera/services/cameraservice/sourceservice/include/distributedcamera/
H A Ddistributed_camera_source_stub.h37 int32_t DCameraNotifyInner(MessageParcel &data, MessageParcel &reply);
/foundation/distributedhardware/distributed_camera/services/cameraservice/sinkservice/include/distributedcameramgr/
H A Ddcamera_sink_controller.h76 int32_t DCameraNotifyInner(int32_t type, int32_t result, std::string content);

Completed in 4 milliseconds