Searched refs:DCameraNotifyInner (Results 1 – 4 of 4) sorted by relevance
/ohos5.0/foundation/distributedhardware/distributed_camera/services/cameraservice/sinkservice/src/distributedcameramgr/ |
H A D | dcamera_sink_controller.cpp | 102 …DCameraNotifyInner(DCAMERA_MESSAGE, DCAMERA_EVENT_DEVICE_ERROR, std::string("operator stop capture… in StopCapture() 112 …DCameraNotifyInner(DCAMERA_MESSAGE, DCAMERA_EVENT_DEVICE_ERROR, std::string("output stop capture f… in StopCapture() 421 …DCameraNotifyInner(DCAMERA_MESSAGE, DCAMERA_EVENT_DEVICE_PREEMPT, std::string("camera device preem… in OnStateChanged() 423 … DCameraNotifyInner(DCAMERA_MESSAGE, DCAMERA_EVENT_DEVICE_ERROR, std::string("camera error")); in OnStateChanged() 532 …DCameraNotifyInner(DCAMERA_MESSAGE, DCAMERA_EVENT_DEVICE_ERROR, std::string("output start capture … in StartCaptureInner() 546 DCameraNotifyInner(DCAMERA_MESSAGE, DCAMERA_EVENT_NO_PERMISSION, in StartCaptureInner() 549 DCameraNotifyInner(DCAMERA_MESSAGE, DCAMERA_EVENT_DEVICE_IN_USE, in StartCaptureInner() 555 …DCameraNotifyInner(DCAMERA_MESSAGE, DCAMERA_EVENT_CAMERA_SUCCESS, std::string("operator start capt… in StartCaptureInner() 560 int32_t DCameraSinkController::DCameraNotifyInner(int32_t type, int32_t result, std::string reason) in DCameraNotifyInner() function in OHOS::DistributedHardware::DCameraSinkController 656 …return DCameraNotifyInner(DCAMERA_SINK_STOP, DCAMERA_EVENT_SINK_STOP, std::string("sink stop dcame… in StopDistributedHardware()
|
/ohos5.0/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
|
/ohos5.0/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);
|
/ohos5.0/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);
|