Searched refs:DCameraNotifyInner (Results 1 - 4 of 4) sorted by relevance
/foundation/distributedhardware/distributed_camera/services/cameraservice/sinkservice/src/distributedcameramgr/ |
H A D | dcamera_sink_controller.cpp | 105 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 D | distributed_camera_source_stub.cpp | 38 &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 D | distributed_camera_source_stub.h | 37 int32_t DCameraNotifyInner(MessageParcel &data, MessageParcel &reply);
|
/foundation/distributedhardware/distributed_camera/services/cameraservice/sinkservice/include/distributedcameramgr/ |
H A D | dcamera_sink_controller.h | 76 int32_t DCameraNotifyInner(int32_t type, int32_t result, std::string content);
|
Completed in 4 milliseconds