Home
last modified time | relevance | path

Searched refs:IDCameraSinkInterfaceCode (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/distributedhardware/distributed_camera/services/cameraservice/sinkservice/src/distributedcamera/
H A Ddistributed_camera_sink_stub.cpp28 memberFuncMap_[static_cast<uint32_t>(IDCameraSinkInterfaceCode::INIT_SINK)] = in DistributedCameraSinkStub()
30 memberFuncMap_[static_cast<uint32_t>(IDCameraSinkInterfaceCode::RELEASE_SINK)] = in DistributedCameraSinkStub()
36 memberFuncMap_[static_cast<uint32_t>(IDCameraSinkInterfaceCode::STOP_CAPTURE)] = in DistributedCameraSinkStub()
38 memberFuncMap_[static_cast<uint32_t>(IDCameraSinkInterfaceCode::CHANNEL_NEG)] = in DistributedCameraSinkStub()
78 case static_cast<uint32_t>(IDCameraSinkInterfaceCode::INIT_SINK): in OnRemoteRequest()
80 case static_cast<uint32_t>(IDCameraSinkInterfaceCode::RELEASE_SINK): in OnRemoteRequest()
86 case static_cast<uint32_t>(IDCameraSinkInterfaceCode::STOP_CAPTURE): in OnRemoteRequest()
88 case static_cast<uint32_t>(IDCameraSinkInterfaceCode::CHANNEL_NEG): in OnRemoteRequest()
90 case static_cast<uint32_t>(IDCameraSinkInterfaceCode::GET_CAMERA_INFO): in OnRemoteRequest()
92 case static_cast<uint32_t>(IDCameraSinkInterfaceCode::OPEN_CHANNEL): in OnRemoteRequest()
[all …]
/ohos5.0/foundation/distributedhardware/distributed_camera/interfaces/inner_kits/native_cpp/camera_sink/src/
H A Ddistributed_camera_sink_proxy.cpp55 …remote->SendRequest(static_cast<uint32_t>(IDCameraSinkInterfaceCode::INIT_SINK), data, reply, opti… in InitSink()
76 …remote->SendRequest(static_cast<uint32_t>(IDCameraSinkInterfaceCode::RELEASE_SINK), data, reply, o… in ReleaseSink()
106 …remote->SendRequest(static_cast<uint32_t>(IDCameraSinkInterfaceCode::SUBSCRIBE_LOCAL_HARDWARE), da… in SubscribeLocalHardware()
166 …remote->SendRequest(static_cast<uint32_t>(IDCameraSinkInterfaceCode::STOP_CAPTURE), data, reply, o… in StopCapture()
197 …remote->SendRequest(static_cast<uint32_t>(IDCameraSinkInterfaceCode::CHANNEL_NEG), data, reply, op… in ChannelNeg()
226 …remote->SendRequest(static_cast<uint32_t>(IDCameraSinkInterfaceCode::GET_CAMERA_INFO), data, reply… in GetCameraInfo()
256 …remote->SendRequest(static_cast<uint32_t>(IDCameraSinkInterfaceCode::OPEN_CHANNEL), data, reply, o… in OpenChannel()
286 …remote->SendRequest(static_cast<uint32_t>(IDCameraSinkInterfaceCode::CLOSE_CHANNEL), data, reply, … in CloseChannel()
311 … remote->SendRequest(static_cast<uint32_t>(IDCameraSinkInterfaceCode::PAUSE_DISTRIBUTED_HARDWARE), in PauseDistributedHardware()
337 … remote->SendRequest(static_cast<uint32_t>(IDCameraSinkInterfaceCode::RESUME_DISTRIBUTED_HARDWARE), in ResumeDistributedHardware()
[all …]
/ohos5.0/foundation/distributedhardware/distributed_camera/common/include/constants/
H A Ddcamera_ipc_interface_code.h33 enum class IDCameraSinkInterfaceCode : uint32_t { enum